-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/workdir/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> swaybg 1.2.0 Downloading wget -nd -t 3 --no-check-certificate -O '/workdir/instance-1/output-1/build/.swaybg-1.2.0.tar.gz.RhO222/output' 'https://github.com/swaywm/swaybg/releases/download/v1.2.0/swaybg-1.2.0.tar.gz' WARNING: The certificate is NOT trusted. The certificate issuer is unknown. WARNING: The certificate is NOT trusted. The certificate issuer is unknown. Failed to open tmpfile '/home/br-user/.local/share/wget/.wget-hstsI0vN1q' (2) Failed to write HSTS file '/home/br-user/.local/share/wget/.wget-hsts' [0] Downloading 'https://github.com/swaywm/swaybg/releases/download/v1.2.0/swaybg-1.2.0.tar.gz' ... HTTP response 302 [https://github.com/swaywm/swaybg/releases/download/v1.2.0/swaybg-1.2.0.tar.gz] Adding URL: https://objects.githubusercontent.com/github-production-release-asset-2e65be/183457601/8cbd3aa4-0fca-4f32-a476-af430f3447c5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240721%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240721T211559Z&X-Amz-Expires=300&X-Amz-Signature=1c7d74ee82b02239ba43645a7ae24cfb96fb5974784e4b2cc41969936c10b182&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=183457601&response-content-disposition=attachment%3B%20filename%3Dswaybg-1.2.0.tar.gz&response-content-type=application%2Foctet-stream [0] Downloading 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/183457601/8cbd3aa4-0fca-4f32-a476-af430f3447c5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240721%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240721T211559Z&X-Amz-Expires=300&X-Amz-Signature=1c7d74ee82b02239ba43645a7ae24cfb96fb5974784e4b2cc41969936c10b182&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=183457601&response-content-disposition=attachment%3B%20filename%3Dswaybg-1.2.0.tar.gz&response-content-type=application%2Foctet-stream' ... Saving '/workdir/instance-1/output-1/build/.swaybg-1.2.0.tar.gz.RhO222/output' HTTP response 200 [https://objects.githubusercontent.com/github-production-release-asset-2e65be/183457601/8cbd3aa4-0fca-4f32-a476-af430f3447c5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240721%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240721T211559Z&X-Amz-Expires=300&X-Amz-Signature=1c7d74ee82b02239ba43645a7ae24cfb96fb5974784e4b2cc41969936c10b182&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=183457601&response-content-disposition=attachment%3B%20filename%3Dswaybg-1.2.0.tar.gz&response-content-type=application%2Foctet-stream] swaybg-1.2.0.tar.gz: OK (sha256: c0205b34f1fad94553b6cb2c2b983cc33186018026058cad0b841a00bc3087e3) >>> swaybg 1.2.0 Extracting gzip -d -c /workdir/instance-1/dl/swaybg/swaybg-1.2.0.tar.gz | tar --strip-components=1 -C /workdir/instance-1/output-1/build/swaybg-1.2.0 -xf - >>> swaybg 1.2.0 Patching >>> swaybg 1.2.0 Configuring rm -rf /workdir/instance-1/output-1/build/swaybg-1.2.0//build mkdir -p /workdir/instance-1/output-1/build/swaybg-1.2.0//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/sparc-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gfortran%g" -e "s%@TARGET_STRIP@%/workdir/instance-1/output-1/host/bin/sparc-linux-strip%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/build/swaybg-1.2.0//build/cross-compilation.conf PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/workdir/instance-1/output-1/build/swaybg-1.2.0//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/workdir/instance-1/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/workdir/instance-1/output-1/host/lib/cmake -Dman-pages=disabled -Dwerror=false -Dgdk-pixbuf=enabled /workdir/instance-1/output-1/build/swaybg-1.2.0/ /workdir/instance-1/output-1/build/swaybg-1.2.0//build The Meson build system Version: 1.3.1 Source dir: /workdir/instance-1/output-1/build/swaybg-1.2.0 Build dir: /workdir/instance-1/output-1/build/swaybg-1.2.0/build Build type: cross build Project name: swaybg Project version: 1.2.0 C compiler for the host machine: /workdir/instance-1/output-1/host/bin/sparc-linux-gcc (gcc 10.4.0 "sparc-linux-gcc.br_real (Buildroot 2021.11-4428-g6b6741b) 10.4.0") C linker for the host machine: /workdir/instance-1/output-1/host/bin/sparc-linux-gcc ld.bfd 2.38 C compiler for the build machine: /usr/bin/gcc (gcc 14.1.1 "gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.41-37 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: sparc Host machine cpu: v8 Target machine cpu family: sparc Target machine cpu: v8 Library rt found: YES Found pkg-config: YES (/workdir/instance-1/output-1/host/bin/pkgconf) 1.6.3 Run-time dependency wayland-client found: YES 1.23.0 Run-time dependency wayland-protocols found: YES 1.36 Found pkg-config: YES (/workdir/instance-1/output-1/host/bin/pkg-config) 1.6.3 Build-time dependency wayland-scanner found: YES 1.23.0 Run-time dependency cairo found: YES 1.18.0 Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.10 Program git found: YES (/usr/bin/git) Program scdoc skipped: feature man-pages disabled Program /workdir/instance-1/output-1/host/bin/wayland-scanner found: YES (/workdir/instance-1/output-1/host/bin/wayland-scanner) Build targets in project: 2 swaybg 1.2.0 User defined options Cross files : /workdir/instance-1/output-1/build/swaybg-1.2.0//build/cross-compilation.conf build.cmake_prefix_path: /workdir/instance-1/output-1/host/lib/cmake build.pkg_config_path : /workdir/instance-1/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false werror : false b_pie : false b_staticpic : true gdk-pixbuf : enabled man-pages : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /workdir/instance-1/output-1/host/bin/ninja >>> swaybg 1.2.0 Building GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/swaybg-1.2.0//build ninja: Entering directory `/workdir/instance-1/output-1/build/swaybg-1.2.0//build' [1/23] Generating 'libclient_protos.a.p/single-pixel-buffer-v1-protocol.c' [2/23] Generating 'libclient_protos.a.p/wlr-layer-shell-unstable-v1-protocol.c' [3/23] Generating 'libclient_protos.a.p/viewporter-protocol.c' [4/23] Generating 'libclient_protos.a.p/single-pixel-buffer-v1-client-protocol.h' [5/23] Generating 'libclient_protos.a.p/viewporter-client-protocol.h' [6/23] Generating 'libclient_protos.a.p/xdg-shell-client-protocol.h' [7/23] Generating 'swaybg.p/single-pixel-buffer-v1-client-protocol.h' [8/23] Generating 'swaybg.p/wlr-layer-shell-unstable-v1-client-protocol.h' [9/23] Generating 'libclient_protos.a.p/xdg-shell-protocol.c' [10/23] Generating 'libclient_protos.a.p/wlr-layer-shell-unstable-v1-client-protocol.h' [11/23] Generating 'swaybg.p/xdg-shell-client-protocol.h' [12/23] Generating 'swaybg.p/viewporter-client-protocol.h' [13/23] Compiling C object libclient_protos.a.p/meson-generated_single-pixel-buffer-v1-protocol.c.o [14/23] Compiling C object libclient_protos.a.p/meson-generated_wlr-layer-shell-unstable-v1-protocol.c.o [15/23] Compiling C object libclient_protos.a.p/meson-generated_viewporter-protocol.c.o [16/23] Compiling C object libclient_protos.a.p/meson-generated_xdg-shell-protocol.c.o [17/23] Linking static target libclient_protos.a [18/23] Compiling C object swaybg.p/log.c.o [19/23] Compiling C object swaybg.p/pool-buffer.c.o [20/23] Compiling C object swaybg.p/cairo.c.o [21/23] Compiling C object swaybg.p/background-image.c.o [22/23] Compiling C object swaybg.p/main.c.o [23/23] Linking target swaybg >>> swaybg 1.2.0 Installing to target GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/target PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/swaybg-1.2.0//build install ninja: Entering directory `/workdir/instance-1/output-1/build/swaybg-1.2.0//build' [0/1] Installing files. Installing swaybg to /workdir/instance-1/output-1/target/usr/bin wavemon-0.9.5.tar.gz: OK (sha256: f84c55a40b470f2b98908d20cd0b38ffef6f587daed23b50281c9592df3331c6) >>> wavemon 0.9.5 Extracting gzip -d -c /workdir/instance-1/dl/wavemon/wavemon-0.9.5.tar.gz | tar --strip-components=1 -C /workdir/instance-1/output-1/build/wavemon-0.9.5 -xf - >>> wavemon 0.9.5 Patching >>> wavemon 0.9.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /workdir/instance-1/output-1/build/wavemon-0.9.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wavemon 0.9.5 Patching libtool >>> wavemon 0.9.5 Configuring (cd /workdir/instance-1/output-1/build/wavemon-0.9.5/ && rm -rf config.cache && GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-ar" AS="/workdir/instance-1/output-1/host/bin/sparc-linux-as" LD="/workdir/instance-1/output-1/host/bin/sparc-linux-ld" NM="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-nm" CC="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc" GCC="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc" CPP="/workdir/instance-1/output-1/host/bin/sparc-linux-cpp" CXX="/workdir/instance-1/output-1/host/bin/sparc-linux-g++" FC="/workdir/instance-1/output-1/host/bin/sparc-linux-gfortran" F77="/workdir/instance-1/output-1/host/bin/sparc-linux-gfortran" RANLIB="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-ranlib" READELF="/workdir/instance-1/output-1/host/bin/sparc-linux-readelf" STRIP="/workdir/instance-1/output-1/host/bin/sparc-linux-strip" OBJCOPY="/workdir/instance-1/output-1/host/bin/sparc-linux-objcopy" OBJDUMP="/workdir/instance-1/output-1/host/bin/sparc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/workdir/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/workdir/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/workdir/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/workdir/instance-1/output-1/host/bin/sparc-linux-as" DEFAULT_LINKER="/workdir/instance-1/output-1/host/bin/sparc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/workdir/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=sparc-buildroot-linux-uclibc --host=sparc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-libcap ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... sparc-buildroot-linux-uclibc checking for sparc-buildroot-linux-uclibc-gcc... /workdir/instance-1/output-1/host/bin/sparc-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /workdir/instance-1/output-1/host/bin/sparc-linux-gcc accepts -g... yes checking for /workdir/instance-1/output-1/host/bin/sparc-linux-gcc option to accept ISO C89... none needed checking for /workdir/instance-1/output-1/host/bin/sparc-linux-gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /workdir/instance-1/output-1/host/bin/sparc-linux-cpp checking for a BSD-compatible install... /usr/bin/install -c checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking netinet/ether.h usability... yes checking netinet/ether.h presence... yes checking for netinet/ether.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking ncursesw/curses.h usability... no checking ncursesw/curses.h presence... no checking for ncursesw/curses.h... no checking for sys/socket.h... yes checking for linux/if.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pow in -lm... yes checking for pthread_create in -lpthread... yes checking for addnwstr in -lncursesw6... no checking for addnwstr in -lncursesw... no checking for addnwstr in -lncursesw... (cached) no checking for waddstr in -lncurses... yes checking for cap_get_flag in -lcap... yes checking for gettimeofday... yes checking for ether_ntohost... yes checking pkg-config is at least version 0.9.0... yes checking for LIBNL3_CLI... yes checking whether /workdir/instance-1/output-1/host/bin/sparc-linux-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> wavemon 0.9.5 Building GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 CC="/workdir/instance-1/output-1/host/bin/sparc-linux-gcc" -C /workdir/instance-1/output-1/build/wavemon-0.9.5/ make[1]: Entering directory '/workdir/instance-1/output-1/build/wavemon-0.9.5' CC about_scr.c CC conf.c CC conf_scr.c CC error.c CC help_scr.c CC info_scr.c CC iw_if.c CC iw_nl80211.c CC iw_scan.c CC lhist_scr.c CC llist.c CC rfkill.c CC scan_scr.c CC ui.c CC utils.c /workdir/instance-1/output-1/host/bin/sparc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -I/workdir/instance-1/output-1/host/bin/../sparc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wavemon.c about_scr.o conf.o conf_scr.o error.o help_scr.o info_scr.o iw_if.o iw_nl80211.o iw_scan.o lhist_scr.o llist.o rfkill.o scan_scr.o ui.o utils.o -lcap -lncurses -lm -L/workdir/instance-1/output-1/host/bin/../sparc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-cli-3 -lnl-genl-3 -lnl-nf-3 -lnl-route-3 -lnl-3 -o wavemon make[1]: Leaving directory '/workdir/instance-1/output-1/build/wavemon-0.9.5' >>> wavemon 0.9.5 Installing to target GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 DESTDIR=/workdir/instance-1/output-1/target install -C /workdir/instance-1/output-1/build/wavemon-0.9.5/ make[1]: Entering directory '/workdir/instance-1/output-1/build/wavemon-0.9.5' /usr/bin/install -c -m 0755 -d /workdir/instance-1/output-1/target/usr/bin /usr/bin/install -c -m 0755 wavemon /workdir/instance-1/output-1/target/usr/bin /usr/bin/install -c -m 0755 -d /workdir/instance-1/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0644 wavemon.1 /workdir/instance-1/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0755 -d /workdir/instance-1/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0644 wavemonrc.5 /workdir/instance-1/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /workdir/instance-1/output-1/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md LICENSE /workdir/instance-1/output-1/target/usr/share/wavemon make[1]: Leaving directory '/workdir/instance-1/output-1/build/wavemon-0.9.5' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /workdir/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/sparc-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gfortran%g" -e "s%@TARGET_STRIP@%/workdir/instance-1/output-1/host/bin/sparc-linux-strip%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/sparc-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/sparc-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/sparc-linux-gfortran%g" -e "s%@TARGET_STRIP@%/workdir/instance-1/output-1/host/bin/sparc-linux-strip%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /workdir/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /workdir/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /workdir/instance-1/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /workdir/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /workdir/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /workdir/instance-1/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /workdir/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /workdir/instance-1/output-1/target/etc/shells; fi rm -f /workdir/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /workdir/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /workdir/instance-1/output-1/host/bin/glib-compile-schemas /workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/workdir/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /workdir/instance-1/output-1/target/etc echo "buildroot" > /workdir/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /workdir/instance-1/output-1/target/etc/hosts mkdir -p /workdir/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /workdir/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /workdir/instance-1/output-1/target/etc/shadow rm -f /workdir/instance-1/output-1/target/bin/sh if [ -x /workdir/instance-1/output-1/target/sbin/swapon -a -x /workdir/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /workdir/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /workdir/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /workdir/instance-1/output-1/build/locales.nopurge for dir in /workdir/instance-1/output-1/target/usr/share/locale /workdir/instance-1/output-1/target/usr/share/X11/locale /workdir/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /workdir/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /workdir/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /workdir/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /workdir/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /workdir/instance-1/output-1/target/usr/include /workdir/instance-1/output-1/target/usr/share/aclocal \ /workdir/instance-1/output-1/target/usr/lib/pkgconfig /workdir/instance-1/output-1/target/usr/share/pkgconfig \ /workdir/instance-1/output-1/target/usr/lib/cmake /workdir/instance-1/output-1/target/usr/share/cmake \ /workdir/instance-1/output-1/target/usr/lib/rpm /workdir/instance-1/output-1/target/usr/doc find /workdir/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /workdir/instance-1/output-1/target/lib/ /workdir/instance-1/output-1/target/usr/lib/ /workdir/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /workdir/instance-1/output-1/target/usr/share/gdb rm -rf /workdir/instance-1/output-1/target/usr/share/bash-completion rm -rf /workdir/instance-1/output-1/target/etc/bash_completion.d rm -rf /workdir/instance-1/output-1/target/usr/share/zsh rm -rf /workdir/instance-1/output-1/target/usr/man /workdir/instance-1/output-1/target/usr/share/man rm -rf /workdir/instance-1/output-1/target/usr/info /workdir/instance-1/output-1/target/usr/share/info rm -rf /workdir/instance-1/output-1/target/usr/doc /workdir/instance-1/output-1/target/usr/share/doc rm -rf /workdir/instance-1/output-1/target/usr/share/gtk-doc rmdir /workdir/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /workdir/instance-1/output-1/target/lib/debug /workdir/instance-1/output-1/target/usr/lib/debug find /workdir/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /workdir/instance-1/output-1/host/bin/sparc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /workdir/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /workdir/instance-1/output-1/host/bin/sparc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /workdir/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /workdir/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /workdir/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-816-g6282b4eceb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /workdir/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /workdir/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/workdir/instance-1/output-1/per-package \ /workdir/instance-1/buildroot/support/scripts/fix-rpath target touch /workdir/instance-1/output-1/target/usr ln -snf /workdir/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot /workdir/instance-1/output-1/staging make: Leaving directory '/workdir/instance-1/buildroot' make: Entering directory '/workdir/instance-1/buildroot' >>> Buildroot 2024.05-816-g6282b4eceb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2022.08-1 Collecting legal info >>> toolchain Collecting legal info >>> boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.18.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> dvdrw-tools 7.1 Collecting legal info LICENSE: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmediaart 1.9.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libserial 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: c42fdfe17c192cfdb900e22d40ef246db1b473f99165e405eda62b41be27f4bf) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> minicom 2.9 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> shapelib 1.6.0 Collecting legal info LICENSE-LGPL: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) LICENSE-MIT: OK (sha256: 67f1348ec73ef6343f0dbb3fa0612c321da4073e1ee68ffc99fcd3f2d2a65813) web/license.html: OK (sha256: 15e1205bb007d4d7821f7b1cc461ba8d051647e86dbc9baf1bb6f68b10588eeb) >>> swaybg 1.2.0 Collecting legal info LICENSE: OK (sha256: 95224d118a325daf31828afcca98cd958d53f0a7cdd856b50b1be8ac44832faf) >>> wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> wayland-protocols 1.36 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> wavemon 0.9.5 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2022.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /workdir/instance-1/output-1/legal-info make: Leaving directory '/workdir/instance-1/buildroot'