204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:483:17: note: in expansion of macro 'STORE_LE' 483 | STORE_LE(sb->s_want_extra_isize, 0x001c); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:508:9: note: in expansion of macro 'STORE_LE' 508 | STORE_LE(sb->s_state, 1); // TODO: what's 1? | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:511:9: note: in expansion of macro 'STORE_LE' 511 | STORE_LE(sb->s_errors, EXT2_ERRORS_DEFAULT); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:17: note: in expansion of macro 'STORE_LE' 525 | STORE_LE(sb->s_def_hash_version, EXT2_HASH_HALF_MD4); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '256' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:17: note: in expansion of macro 'STORE_LE' 525 | STORE_LE(sb->s_def_hash_version, EXT2_HASH_HALF_MD4); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:563:25: note: in expansion of macro 'STORE_LE' 563 | STORE_LE(gd[i].bg_used_dirs_count, 2); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '3980460032' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:629:9: note: in expansion of macro 'STORE_LE' 629 | STORE_LE(inode->i_mode, S_IFDIR | S_IRWXU | S_IRGRP | S_IROTH | S_IXGRP | S_IXOTH); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '50331648' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:639:9: note: in expansion of macro 'STORE_LE' 639 | STORE_LE(inode->i_links_count, 3); // "/.", "/..", "/lost+found/.." point to this inode | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:645:9: note: in expansion of macro 'STORE_LE' 645 | STORE_LE(inode->i_links_count, 2); // both "/lost+found" and "/lost+found/." point to this inode | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '201326592' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:667:9: note: in expansion of macro 'STORE_LE' 667 | STORE_LE(dir->rec_len1, 12); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:9: note: in expansion of macro 'STORE_LE' 668 | STORE_LE(dir->name_len1, 1); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '256' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:9: note: in expansion of macro 'STORE_LE' 668 | STORE_LE(dir->name_len1, 1); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:9: note: in expansion of macro 'STORE_LE' 669 | STORE_LE(dir->file_type1, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:9: note: in expansion of macro 'STORE_LE' 669 | STORE_LE(dir->file_type1, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:9: note: in expansion of macro 'STORE_LE' 673 | STORE_LE(dir->name_len2, 2); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:9: note: in expansion of macro 'STORE_LE' 673 | STORE_LE(dir->name_len2, 2); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:9: note: in expansion of macro 'STORE_LE' 674 | STORE_LE(dir->file_type2, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:9: note: in expansion of macro 'STORE_LE' 674 | STORE_LE(dir->file_type2, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '201326592' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:680:9: note: in expansion of macro 'STORE_LE' 680 | STORE_LE(dir->rec_len2, 12); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '167772160' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:9: note: in expansion of macro 'STORE_LE' 683 | STORE_LE(dir->name_len3, 10); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '2560' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:9: note: in expansion of macro 'STORE_LE' 683 | STORE_LE(dir->name_len3, 10); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:9: note: in expansion of macro 'STORE_LE' 684 | STORE_LE(dir->file_type3, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:9: note: in expansion of macro 'STORE_LE' 684 | STORE_LE(dir->file_type3, EXT2_FT_DIR); | ^~~~~~~~ CC util-linux/mountpoint.o CC libbb/match_fstype.o CC libbb/messages.o CC libbb/missing_syscalls.o CC tests-testset.o CC util-linux/pivot_root.o [67/110] Compiling C object foot.p/meson-generated_.._xdg-shell.c.o CC libbb/mode_string.o [68/110] Compiling C object libpgolib.a.p/selection.c.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/instance-0/output-1/per-package/ttyd/host CC tests-testsortedset.o CC tests-testsortedmap.o [69/110] Compiling C object foot.p/meson-generated_.._xdg-decoration-unstable-v1.c.o CC tests-testtreemap.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/instance-0/output-1/per-package/ttyd/host [70/110] Compiling C object foot.p/meson-generated_.._xdg-output-unstable-v1.c.o CC libbb/nuke_str.o CC libbb/obscure.o CC util-linux/rdate.o CC util-linux/readprofile.o CC libbb/parse_config.o CC libbb/parse_mode.o [71/110] Compiling C object foot.p/meson-generated_.._primary-selection-unstable-v1.c.o CC util-linux/renice.o [72/110] Compiling C object foot.p/meson-generated_.._presentation-time.c.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/zlib/host/ /home/buildroot/instance-0/output-1/per-package/zlib/host/ /home/buildroot/instance-0/output-1/per-package/ttyd/host [73/110] Compiling C object foot.p/meson-generated_.._text-input-unstable-v3.c.o CC tests-testtreemultimap.o CC util-linux/setarch.o [74/110] Compiling C object foot.p/meson-generated_.._xdg-activation-v1.c.o CC libbb/percent_decode.o CC util-linux/setpriv.o [75/110] Compiling C object foot.p/meson-generated_.._viewporter.c.o CC libbb/perror_msg.o CC util-linux/setsid.o mkdir -p /home/buildroot/instance-0/output-1/per-package/ttyd/target CC tests-testtreemultiset.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-ccache/target/ /home/buildroot/instance-0/output-1/per-package/host-ccache/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC libbb/perror_nomsg.o CC util-linux/swaponoff.o [76/110] Compiling C object libpgolib.a.p/terminal.c.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-cmake/target/ /home/buildroot/instance-0/output-1/per-package/host-cmake/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target [77/110] Linking static target libpgolib.a [78/110] Compiling C object foot.p/meson-generated_.._fractional-scale-v1.c.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-fakedate/target/ /home/buildroot/instance-0/output-1/per-package/host-fakedate/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC libbb/perror_nomsg_and_die.o [79/110] Compiling C object foot.p/meson-generated_.._tablet-unstable-v2.c.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target [80/110] Compiling C object foot.p/async.c.o CC util-linux/switch_root.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target [81/110] Compiling C object foot.p/meson-generated_.._cursor-shape-v1.c.o CC libbb/pidfile.o CC libbb/platform.o CCLD libmenu-cache.la rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/json-c/target/ /home/buildroot/instance-0/output-1/per-package/json-c/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC util-linux/uevent.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/libuv/target/ /home/buildroot/instance-0/output-1/per-package/libuv/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC libbb/print_flags.o CC util-linux/umount.o CC tests-testtreeset.o CC tests-testunrolledlinkedlist.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/libwebsockets/target/ /home/buildroot/instance-0/output-1/per-package/libwebsockets/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0/libmenu-cache' Making all in menu-cache-gen CC tests-testunrolledlinkedlistasdeque.o make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0/menu-cache-gen' CC main.o CC libbb/print_numbered_lines.o [82/110] Compiling C object foot.p/commands.c.o CC libbb/printable.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/openssl/target/ /home/buildroot/instance-0/output-1/per-package/openssl/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target [83/110] Compiling C object foot.p/box-drawing.c.o FAILED: foot.p/box-drawing.c.o /home/buildroot/instance-0/output-1/per-package/foot/host/bin/or1k-buildroot-linux-gnu-gcc -Ifoot.p -I. -I.. -I/home/buildroot/instance-0/output-1/per-package/foot/host/or1k-buildroot-linux-gnu/sysroot/usr/include/pixman-1 -I/home/buildroot/instance-0/output-1/per-package/foot/host/or1k-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/instance-0/output-1/per-package/foot/host/or1k-buildroot-linux-gnu/sysroot/usr/include/freetype2 -I/home/buildroot/instance-0/output-1/per-package/foot/host/or1k-buildroot-linux-gnu/sysroot/usr/include/libpng16 -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Werror -std=c11 -O3 -DMEMFD_CREATE -D_GNU_SOURCE=200809L '-DFOOT_DEFAULT_TERM="foot"' -fno-asynchronous-unwind-tables -DFOOT_IME_ENABLED=1 -pedantic -fstrict-aliasing -Wstrict-aliasing -fmacro-prefix-map=../= -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -pthread -MD -MQ foot.p/box-drawing.c.o -MF foot.p/box-drawing.c.o.d -o foot.p/box-drawing.c.o -c ../box-drawing.c ../box-drawing.c: In function 'draw_box_drawings_light_arc': ../box-drawing.c:1469:26: error: 'FE_INVALID' undeclared (first use in this function); did you mean 'EINVAL'? 1469 | fetestexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW)) | ^~~~~~~~~~ | EINVAL ../box-drawing.c:1469:26: note: each undeclared identifier is reported only once for each function it appears in ../box-drawing.c:1469:39: error: 'FE_DIVBYZERO' undeclared (first use in this function) 1469 | fetestexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW)) | ^~~~~~~~~~~~ ../box-drawing.c:1469:54: error: 'FE_OVERFLOW' undeclared (first use in this function); did you mean 'EOVERFLOW'? 1469 | fetestexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW)) | ^~~~~~~~~~~ | EOVERFLOW ../box-drawing.c:1469:68: error: 'FE_UNDERFLOW' undeclared (first use in this function) 1469 | fetestexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW)) | ^~~~~~~~~~~~ rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC libbb/printable_string.o AR util-linux/lib.a CC libbb/process_escape_sequence.o CC libbb/procps.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target CC libbb/progress.o rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/zlib/target/ /home/buildroot/instance-0/output-1/per-package/zlib/target/ /home/buildroot/instance-0/output-1/per-package/ttyd/target [84/110] Compiling C object foot.p/fdm.c.o CC libbb/ptr_to_globals.o CC libbb/pw_encrypt.o CC libbb/read.o CC menu-merge.o [85/110] Compiling C object foot.p/extract.c.o CC menu-compose.o [86/110] Compiling C object foot.p/ime.c.o CC libbb/read_key.o CC libbb/read_printf.o CC libbb/recursive_action.o CC libbb/remove_file.o CC libbb/replace.o CC libbb/rtc.o [87/110] Compiling C object foot.p/config.c.o ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:289: /home/buildroot/instance-0/output-1/build/foot-1.16.2/.stamp_built] Error 1 make: *** Waiting for unfinished jobs.... CC libbb/safe_gethostname.o CC libbb/run_shell.o CC libbb/safe_poll.o CCLD tests CC libbb/safe_strncpy.o AR shell/lib.a CC libbb/safe_write.o CC libbb/securetty.o CC libbb/setup_environment.o CC libbb/signals.o CC libbb/simplify_path.o make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/libgee-0.20.6/tests' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/libgee-0.20.6' CC libbb/single_argv.o CC libbb/skip_whitespace.o make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/libgee-0.20.6' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/libgee-0.20.6' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/libgee-0.20.6' CC libbb/speed_table.o CC libbb/str_tolower.o CC libbb/strrstr.o CC libbb/sysconf.o CC libbb/time.o CC libbb/trim.o CC libbb/u_signal_names.o CC libbb/ubi.o CC libbb/udp_io.o CC libbb/update_passwd.o CC libbb/utmp.o CC libbb/uuencode.o CC libbb/verror_msg.o CC libbb/vfork_daemon_rexec.o CC libbb/warn_ignoring_args.o CC libbb/wfopen.o CC libbb/wfopen_input.o CCLD menu-cache-gen CC libbb/write.o CC libbb/xatonum.o CC libbb/xconnect.o CC libbb/xfunc_die.o CC libbb/xfuncs.o CC libbb/xfuncs_printf.o CC libbb/xgetcwd.o CC libbb/xgethostbyname.o make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0/menu-cache-gen' Making all in menu-cache-daemon make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0/menu-cache-daemon' CC menu-cached.o CC libbb/xreadlink.o CC libbb/xrealloc_vector.o CC libbb/xregcomp.o AR libbb/lib.a LINK busybox_unstripped (mkdir -p /home/buildroot/instance-0/output-1/build/ttyd-1.7.7/ && cd /home/buildroot/instance-0/output-1/build/ttyd-1.7.7/ && rm -f CMakeCache.txt && PATH="/home/buildroot/instance-0/output-1/per-package/ttyd/host/bin:/home/buildroot/instance-0/output-1/per-package/ttyd/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/output-1/per-package/ttyd/host/bin/cmake /home/buildroot/instance-0/output-1/build/ttyd-1.7.7/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/instance-0/output-1/per-package/ttyd/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CCLD menu-cached Trying libraries: crypt m pam pam_misc resolv rt -- The C compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0/menu-cache-daemon' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/menu-cache-1.1.0' -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/instance-0/output-1/per-package/ttyd/host/bin/or1k-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Git: /usr/bin/git (found version "2.30.2") fatal: not a git repository (or any of the parent directories): .git -- Git Tag: 0.0.0, Sem Ver: 0.0.0 -- Git Commit: unknown -- Found LIBUV: /home/buildroot/instance-0/output-1/per-package/ttyd/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libuv.so -- Found JSON-C: /home/buildroot/instance-0/output-1/per-package/ttyd/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libjson-c.so -- Found ZLIB: /home/buildroot/instance-0/output-1/per-package/ttyd/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libz.so (found version "1.3.1") -- Looking for LWS_WITH_LIBUV Library crypt is not needed, excluding it -- Looking for LWS_WITH_LIBUV - found -- Looking for LWS_OPENSSL_SUPPORT -- Looking for LWS_OPENSSL_SUPPORT - found -- Looking for LWS_WITH_MBEDTLS Library m is not needed, excluding it -- Looking for LWS_WITH_MBEDTLS - not found Library pam is needed, can't exclude it (yet) -- Found OpenSSL: /home/buildroot/instance-0/output-1/per-package/ttyd/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libcrypto.so (found version "3.4.0") -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS Library pam_misc is needed, can't exclude it (yet) -- Build files have been written to: /home/buildroot/instance-0/output-1/build/ttyd-1.7.7 Library resolv is needed, can't exclude it (yet) Library rt is not needed, excluding it Library pam is needed, can't exclude it (yet) Library pam_misc is needed, can't exclude it (yet) Library resolv is needed, can't exclude it (yet) Final link with: pam pam_misc resolv make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/busybox-1.36.1' make: Leaving directory '/home/buildroot/instance-0/buildroot'