checking pthread.h presence... yes checking for pthread.h... yes checking for inline... inline checking for size_t... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile config.status: creating debian_pack config.status: creating init.d/socketcand config.status: creating config.h 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 >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1' /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-parentheses -DPF_CAN=29 -DAF_CAN=PF_CAN -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I . -I ./include -o socketcand ./socketcand.c ./statistics.c ./beacon.c ./state_bcm.c ./state_raw.c ./state_isotp.c ./state_control.c -lpthread /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-parentheses -DPF_CAN=29 -DAF_CAN=PF_CAN -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I . -I ./include -o socketcandcl ./socketcandcl.c ./state_bcm.c: In function 'state_bcm': ./state_bcm.c:108:44: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time_t' {aka 'long long int'} [-Wformat=] 108 | snprintf(rxmsg, RXLEN, "< error %03X %ld.%06ld ", msg.msg_head.can_id, tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | long int __time_t {aka long long int} | %lld ./state_bcm.c:108:50: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 108 | snprintf(rxmsg, RXLEN, "< error %03X %ld.%06ld ", msg.msg_head.can_id, tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int __suseconds_t {aka long long int} | %06lld ./state_bcm.c:119:44: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time_t' {aka 'long long int'} [-Wformat=] 119 | snprintf(rxmsg, RXLEN, "< frame %08X %ld.%06ld ", | ~~^ | | | long int | %lld 120 | msg.msg_head.can_id & CAN_EFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~~~~~~ | | | __time_t {aka long long int} ./state_bcm.c:119:50: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 119 | snprintf(rxmsg, RXLEN, "< frame %08X %ld.%06ld ", | ~~~~^ | | | long int | %06lld 120 | msg.msg_head.can_id & CAN_EFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~~~~~~~ | | | __suseconds_t {aka long long int} ./state_bcm.c:122:44: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time_t' {aka 'long long int'} [-Wformat=] 122 | snprintf(rxmsg, RXLEN, "< frame %03X %ld.%06ld ", | ~~^ | | | long int | %lld 123 | msg.msg_head.can_id & CAN_SFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~~~~~~ | | | __time_t {aka long long int} ./state_bcm.c:122:50: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 122 | snprintf(rxmsg, RXLEN, "< frame %03X %ld.%06ld ", | ~~~~^ | | | long int | %06lld 123 | msg.msg_head.can_id & CAN_SFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~~~~~~~ | | | __suseconds_t {aka long long int} ./state_bcm.c:200:33: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type '__time_t *' {aka 'long long int *'} [-Wformat=] 200 | items = sscanf(buf, "< %*s %lu %lu %x %hhu " | ~~^ | | | long unsigned int * | %llu ...... 203 | &msg.msg_head.ival2.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __time_t * {aka long long int *} ./state_bcm.c:200:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type '__suseconds_t *' {aka 'long long int *'} [-Wformat=] 200 | items = sscanf(buf, "< %*s %lu %lu %x %hhu " | ~~^ | | | long unsigned int * | %llu ...... 204 | &msg.msg_head.ival2.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __suseconds_t * {aka long long int *} ./state_bcm.c:296:33: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type '__time_t *' {aka 'long long int *'} [-Wformat=] 296 | items = sscanf(buf, "< %*s %lu %lu %x %hhu " | ~~^ | | | long unsigned int * | %llu ...... 299 | &msg.msg_head.ival2.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __time_t * {aka long long int *} ./state_bcm.c:296:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type '__suseconds_t *' {aka 'long long int *'} [-Wformat=] 296 | items = sscanf(buf, "< %*s %lu %lu %x %hhu " | ~~^ | | | long unsigned int * | %llu ...... 300 | &msg.msg_head.ival2.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __suseconds_t * {aka long long int *} ./state_bcm.c:340:33: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type '__time_t *' {aka 'long long int *'} [-Wformat=] 340 | items = sscanf(buf, "< %*s %lu %lu %x %u ", | ~~^ | | | long unsigned int * | %llu 341 | &muxmsg.msg_head.ival2.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __time_t * {aka long long int *} ./state_bcm.c:340:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type '__suseconds_t *' {aka 'long long int *'} [-Wformat=] 340 | items = sscanf(buf, "< %*s %lu %lu %x %u ", | ~~^ | | | long unsigned int * | %llu 341 | &muxmsg.msg_head.ival2.tv_sec, 342 | &muxmsg.msg_head.ival2.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __suseconds_t * {aka long long int *} ./state_bcm.c:402:33: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type '__time_t *' {aka 'long long int *'} [-Wformat=] 402 | items = sscanf(buf, "< %*s %lu %lu %x >", | ~~^ | | | long unsigned int * | %llu 403 | &msg.msg_head.ival2.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __time_t * {aka long long int *} ./state_bcm.c:402:37: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type '__suseconds_t *' {aka 'long long int *'} [-Wformat=] 402 | items = sscanf(buf, "< %*s %lu %lu %x >", | ~~^ | | | long unsigned int * | %llu 403 | &msg.msg_head.ival2.tv_sec, 404 | &msg.msg_head.ival2.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __suseconds_t * {aka long long int *} ./state_raw.c: In function 'state_raw': ./state_raw.c:121:40: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 121 | ret = sprintf(buf, "< error %03X %ld.%06ld >", class, tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | long int __time_t {aka long long int} | %lld ./state_raw.c:121:46: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 121 | ret = sprintf(buf, "< error %03X %ld.%06ld >", class, tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int __suseconds_t {aka long long int} | %06lld ./state_raw.c:127:41: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 127 | ret = sprintf(buf, "< frame %08X %ld.%06ld ", frame.can_id & CAN_EFF_MASK, tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | long int __time_t {aka long long int} | %lld ./state_raw.c:127:47: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 127 | ret = sprintf(buf, "< frame %08X %ld.%06ld ", frame.can_id & CAN_EFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int __suseconds_t {aka long long int} | %06lld ./state_raw.c:129:41: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 129 | ret = sprintf(buf, "< frame %03X %ld.%06ld ", frame.can_id & CAN_SFF_MASK, tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | long int __time_t {aka long long int} | %lld ./state_raw.c:129:47: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 129 | ret = sprintf(buf, "< frame %03X %ld.%06ld ", frame.can_id & CAN_SFF_MASK, tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int __suseconds_t {aka long long int} | %06lld ./state_isotp.c: In function 'state_isotp': ./state_isotp.c:178:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__time_t' {aka 'long long int'} [-Wformat=] 178 | sprintf(rxmsg, "< pdu %ld.%06ld ", tv.tv_sec, tv.tv_usec); | ~~^ ~~~~~~~~~ | | | | long int __time_t {aka long long int} | %lld ./state_isotp.c:178:34: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__suseconds_t' {aka 'long long int'} [-Wformat=] 178 | sprintf(rxmsg, "< pdu %ld.%06ld ", tv.tv_sec, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int __suseconds_t {aka long long int} | %06lld make[1]: Leaving directory '/tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1' >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-1/output-1/target install -C /tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1' mkdir -p /tmp/instance-1/output-1/target/usr/bin cp ./socketcand /tmp/instance-1/output-1/target/usr/bin/ cp ./socketcandcl /tmp/instance-1/output-1/target/usr/bin/ mkdir -p /tmp/instance-1/output-1/target/usr/share/man cp ./socketcand.1 /tmp/instance-1/output-1/target/usr/share/man/ mkdir -p /tmp/instance-1/output-1/target/etc/ install -m 0644 ./etc/socketcand.conf /tmp/instance-1/output-1/target/etc/ if [ yes = yes ]; then mkdir -p /tmp/instance-1/output-1/target/etc/init.d; install --mode=755 ./init.d/socketcand /tmp/instance-1/output-1/target/etc/init.d/socketcand; fi if [ no = yes ]; then install --mode=755 ./rc.d/socketcand /tmp/instance-1/output-1/target/etc/rc.d/socketcand; fi make[1]: Leaving directory '/tmp/instance-1/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1' sshfs-3.7.1.tar.xz: OK (sha256: fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750) >>> sshfs 3.7.1 Extracting xzcat /tmp/instance-1/dl/sshfs/sshfs-3.7.1.tar.xz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/sshfs-3.7.1 -xf - >>> sshfs 3.7.1 Patching >>> sshfs 3.7.1 Configuring rm -rf /tmp/instance-1/output-1/build/sshfs-3.7.1//build mkdir -p /tmp/instance-1/output-1/build/sshfs-3.7.1//build sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/riscv32-linux-%g' -e 's%@TARGET_ARCH@%riscv64%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" package/meson/cross-compilation.conf.in > /tmp/instance-1/output-1/build/sshfs-3.7.1//build/cross-compilation.conf PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-1/output-1/build/sshfs-3.7.1//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-1/output-1/host/lib/pkgconfig /tmp/instance-1/output-1/build/sshfs-3.7.1/ /tmp/instance-1/output-1/build/sshfs-3.7.1//build The Meson build system Version: 0.58.2 Source dir: /tmp/instance-1/output-1/build/sshfs-3.7.1 Build dir: /tmp/instance-1/output-1/build/sshfs-3.7.1/build Build type: cross build Project name: sshfs Project version: 3.7.1 C compiler for the host machine: /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc (gcc 10.2.0 "riscv32-linux-gcc.br_real (Buildroot 2020.08-14-ge5a2a90) 10.2.0") C linker for the host machine: /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc ld.bfd 2.34 C compiler for the build machine: /usr/bin/gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: riscv64 Host machine cpu: Target machine cpu family: riscv64 Target machine cpu: ../output-1/build/sshfs-3.7.1/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wall". ../output-1/build/sshfs-3.7.1/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wextra". Message: Compiler warns about unused result even when casting to void Program rst2man rst2man.py found: NO Configuring config.h using configuration Found pkg-config: /tmp/instance-1/output-1/host/bin/pkgconf (1.6.3) Run-time dependency fuse3 found: YES 3.10.4 Run-time dependency glib-2.0 found: YES 2.68.2 Run-time dependency gthread-2.0 found: YES 2.68.2 Message: rst2man not found, not building manual page. Program utils/install_helper.sh found: YES (/tmp/instance-1/output-1/build/sshfs-3.7.1/utils/install_helper.sh) Program cp found: YES (/usr/bin/cp) Build targets in project: 3 Option buildtype is: release [default: debugoptimized] Found ninja-1.10.2 at /tmp/instance-1/output-1/host/bin/ninja >>> sshfs 3.7.1 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/ninja -j96 -C /tmp/instance-1/output-1/build/sshfs-3.7.1//build ninja: Entering directory `/tmp/instance-1/output-1/build/sshfs-3.7.1//build' [1/6] Generating test_scripts with a custom command [2/6] Compiling C object test/wrong_command.p/wrong_command.c.o [3/6] Linking target test/wrong_command [4/6] Compiling C object sshfs.p/cache.c.o ../cache.c: In function 'cache_releasedir': ../cache.c:322:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 322 | cfi = (struct file_handle*) fi->fh; | ^ ../cache.c: In function 'cache_readdir': ../cache.c:383:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 383 | cfi = (struct file_handle*) fi->fh; | ^ [5/6] Compiling C object sshfs.p/sshfs.c.o ../sshfs.c: In function 'sshfs_readdir': ../sshfs.c:2340:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2340 | handle = (struct dir_handle*) fi->fh; | ^ ../sshfs.c: In function 'sshfs_releasedir': ../sshfs.c:2358:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2358 | handle = (struct dir_handle*) fi->fh; | ^ [6/6] Linking target sshfs >>> sshfs 3.7.1 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-1/output-1/target PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/ninja -j96 -C /tmp/instance-1/output-1/build/sshfs-3.7.1//build install ninja: Entering directory `/tmp/instance-1/output-1/build/sshfs-3.7.1//build' [0/1] Installing files. Installing sshfs to /tmp/instance-1/output-1/target/usr/bin Running custom install script '/tmp/instance-1/output-1/build/sshfs-3.7.1/utils/install_helper.sh sbin bin' zd1211-firmware-1.5.tar.bz2: OK (sha256: f11d3810d7f72833997f634584a586dcced71a353f965abf81062ec431d02b12) >>> zd1211-firmware 1.5 Extracting bzcat /tmp/instance-1/dl/zd1211-firmware/zd1211-firmware-1.5.tar.bz2 | tar --strip-components=1 -C /tmp/instance-1/output-1/build/zd1211-firmware-1.5 -xf - >>> zd1211-firmware 1.5 Patching >>> zd1211-firmware 1.5 Configuring >>> zd1211-firmware 1.5 Building >>> zd1211-firmware 1.5 Installing to target /usr/bin/install -d -m 0755 /tmp/instance-1/output-1/target/lib/firmware/zd1211/ cp -dpf /tmp/instance-1/output-1/build/zd1211-firmware-1.5/zd1211*{ub,uphr,ur} /tmp/instance-1/output-1/target/lib/firmware/zd1211 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/riscv32-linux-%g' -e 's%@TARGET_ARCH@%riscv64%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-1/output-1/target/etc/shells rm -f /tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-1/output-1/host/bin/glib-compile-schemas /tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-1/output-1/host/bin/riscv32-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/riscv32-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-1014-g94b6fbd582"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2021.05-1014-g94b6fbd582 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> dash 0.5.11.3 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gnuchess 6.2.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gpsd 3.21 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> ibm-sw-tpm2 1563 Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libcgroup 0.42.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfuse3 3.10.4 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openssh 8.6p1 Collecting legal info LICENCE: OK (sha256: 432abf7480fb31473a6706627212913fc70032e3fb71b90fecb28ae26a2d741d) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sshfs 3.7.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'