>>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> yaml-cpp 0.6.3 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 -j32 DESTDIR=/tmp/instance-1/output-1/target install/fast -C /tmp/instance-1/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-1/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-1/output-1/target/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /tmp/instance-1/output-1/target/usr/lib/libyaml-cpp.so.0.6 -- Installing: /tmp/instance-1/output-1/target/usr/lib/libyaml-cpp.so -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /tmp/instance-1/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/tmp/instance-1/output-1/build/yaml-cpp-0.6.3' zlog-1.2.15.tar.gz: OK (sha256: 00037ab8d52772a95d645f1dcfd2c292b7cea326b54e63e219a5b7fdcb7e6508) >>> zlog 1.2.15 Extracting gzip -d -c /tmp/instance-1/dl/zlog/zlog-1.2.15.tar.gz | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/zlog-1.2.15 -xf - >>> zlog 1.2.15 Patching >>> zlog 1.2.15 Configuring >>> zlog 1.2.15 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 -j1 CC="/tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " -C /tmp/instance-1/output-1/build/zlog-1.2.15 all make[1]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15' cd src && /usr/bin/make all make[2]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c conf.c: In function 'zlog_conf_new': conf.c:136:51: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 136 | if (nwrite < 0 || nwrite >= sizeof(a_conf->file) && cfg_source == FILE_CFG) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /tmp/instance-1/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Installing to staging directory 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 -j32 PREFIX=/tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr -C /tmp/instance-1/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' mkdir -p /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin cp -a zlog.h /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include cp -a zlog-chk-conf /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin cp -a libzlog.so /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libzlog.so.1.2 cd /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> zlog 1.2.15 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 -j32 PREFIX=/tmp/instance-1/output-1/target/usr -C /tmp/instance-1/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' mkdir -p /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/lib /tmp/instance-1/output-1/target/usr/bin cp -a zlog.h /tmp/instance-1/output-1/target/usr/include cp -a zlog-chk-conf /tmp/instance-1/output-1/target/usr/bin cp -a libzlog.so /tmp/instance-1/output-1/target/usr/lib/libzlog.so.1.2 cd /tmp/instance-1/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-1/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-1/output-1/target/usr/lib make[2]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-1/output-1/build/zlog-1.2.15' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi 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/aarch64-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 /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 /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 if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi 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 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/aarch64-none-linux-gnu-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/aarch64-none-linux-gnu-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=2020.08-rc1-31-gae0557403a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-rc1\"" \ ) > /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 cat /tmp/instance-1/output-1/build/bmon-4.0/.files-list.txt /tmp/instance-1/output-1/build/btrfs-progs-5.6/.files-list.txt /tmp/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-1/output-1/build/can-utils-2020.02.04/.files-list.txt /tmp/instance-1/output-1/build/cannelloni-1.0.0/.files-list.txt /tmp/instance-1/output-1/build/davici-1.3/.files-list.txt /tmp/instance-1/output-1/build/dbus-1.12.18/.files-list.txt /tmp/instance-1/output-1/build/dosfstools-4.1/.files-list.txt /tmp/instance-1/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list.txt /tmp/instance-1/output-1/build/expat-2.2.9/.files-list.txt /tmp/instance-1/output-1/build/explorercanvas-aa989ea9d9bac748638f7c66b0fc88e619715da6/.files-list.txt /tmp/instance-1/output-1/build/faad2-2.9.2/.files-list.txt /tmp/instance-1/output-1/build/fontconfig-2.13.1/.files-list.txt /tmp/instance-1/output-1/build/freetype-2.10.2/.files-list.txt /tmp/instance-1/output-1/build/fstrcmp-0.7.D001/.files-list.txt /tmp/instance-1/output-1/build/gdk-pixbuf-2.36.10/.files-list.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list.txt /tmp/instance-1/output-1/build/host-autoconf-2.69/.files-list.txt /tmp/instance-1/output-1/build/host-automake-1.15.1/.files-list.txt /tmp/instance-1/output-1/build/host-bison-3.6.4/.files-list.txt /tmp/instance-1/output-1/build/host-btrfs-progs-5.6/.files-list.txt /tmp/instance-1/output-1/build/host-expat-2.2.9/.files-list.txt /tmp/instance-1/output-1/build/host-flex-2.6.4/.files-list.txt /tmp/instance-1/output-1/build/host-gdk-pixbuf-2.36.10/.files-list.txt /tmp/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /tmp/instance-1/output-1/build/host-gettext/.files-list.txt /tmp/instance-1/output-1/build/host-gperf-3.1/.files-list.txt /tmp/instance-1/output-1/build/host-libcap-2.27/.files-list.txt /tmp/instance-1/output-1/build/host-libffi-3.3/.files-list.txt /tmp/instance-1/output-1/build/host-libglib2-2.64.4/.files-list.txt /tmp/instance-1/output-1/build/host-libjpeg-9d/.files-list.txt /tmp/instance-1/output-1/build/host-libpng-1.6.37/.files-list.txt /tmp/instance-1/output-1/build/host-libtool-2.4.6/.files-list.txt /tmp/instance-1/output-1/build/host-libxcb-1.14/.files-list.txt /tmp/instance-1/output-1/build/host-libxml2-2.9.10/.files-list.txt /tmp/instance-1/output-1/build/host-libxslt-1.1.34/.files-list.txt /tmp/instance-1/output-1/build/host-libzlib-1.2.11/.files-list.txt /tmp/instance-1/output-1/build/host-lzo-2.10/.files-list.txt /tmp/instance-1/output-1/build/host-m4-1.4.18/.files-list.txt /tmp/instance-1/output-1/build/host-meson-0.55.0/.files-list.txt /tmp/instance-1/output-1/build/host-ncurses-6.1/.files-list.txt /tmp/instance-1/output-1/build/host-ninja-1.10.0/.files-list.txt /tmp/instance-1/output-1/build/host-patchelf-0.9/.files-list.txt /tmp/instance-1/output-1/build/host-pcre-8.44/.files-list.txt /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list.txt /tmp/instance-1/output-1/build/host-python-2.7.18/.files-list.txt /tmp/instance-1/output-1/build/host-python3-3.8.5/.files-list.txt /tmp/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list.txt /tmp/instance-1/output-1/build/host-skeleton/.files-list.txt /tmp/instance-1/output-1/build/host-tar-1.29/.files-list.txt /tmp/instance-1/output-1/build/host-util-linux-2.35.2/.files-list.txt /tmp/instance-1/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list.txt /tmp/instance-1/output-1/build/host-xcb-proto-1.14/.files-list.txt /tmp/instance-1/output-1/build/host-xlib_libX11-1.6.11/.files-list.txt /tmp/instance-1/output-1/build/host-xlib_libXau-1.0.9/.files-list.txt /tmp/instance-1/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list.txt /tmp/instance-1/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list.txt /tmp/instance-1/output-1/build/host-xlib_xtrans-1.4.0/.files-list.txt /tmp/instance-1/output-1/build/host-xorgproto-2020.1/.files-list.txt /tmp/instance-1/output-1/build/host-xutil_util-macros-1.19.2/.files-list.txt /tmp/instance-1/output-1/build/host-zlib/.files-list.txt /tmp/instance-1/output-1/build/igd2-for-linux-1.2/.files-list.txt /tmp/instance-1/output-1/build/initscripts/.files-list.txt /tmp/instance-1/output-1/build/iptables-1.8.4/.files-list.txt /tmp/instance-1/output-1/build/iw-5.4/.files-list.txt /tmp/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /tmp/instance-1/output-1/build/jpeg/.files-list.txt /tmp/instance-1/output-1/build/jsmn-1.1.0/.files-list.txt /tmp/instance-1/output-1/build/json-javascript-3d7767b6b1f3da363c625ff54e63bbf20e9e83ac/.files-list.txt /tmp/instance-1/output-1/build/libbsd-0.10.0/.files-list.txt /tmp/instance-1/output-1/build/libcap-2.27/.files-list.txt /tmp/instance-1/output-1/build/libconfuse-3.3/.files-list.txt /tmp/instance-1/output-1/build/libffi-3.3/.files-list.txt /tmp/instance-1/output-1/build/libglib2-2.64.4/.files-list.txt /tmp/instance-1/output-1/build/libhid-0.2.16/.files-list.txt /tmp/instance-1/output-1/build/liblog4c-localtime-1.0/.files-list.txt /tmp/instance-1/output-1/build/libmbim-1.24.2/.files-list.txt /tmp/instance-1/output-1/build/libmemcached-1.0.18/.files-list.txt /tmp/instance-1/output-1/build/libnfnetlink-1.0.1/.files-list.txt /tmp/instance-1/output-1/build/libnl-3.5.0/.files-list.txt /tmp/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-1/output-1/build/libtorrent-0.13.8/.files-list.txt /tmp/instance-1/output-1/build/libupnp-1.6.25/.files-list.txt /tmp/instance-1/output-1/build/libusb-1.0.23/.files-list.txt /tmp/instance-1/output-1/build/libusb-compat-0.1.7/.files-list.txt /tmp/instance-1/output-1/build/libxkbcommon-0.10.0/.files-list.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-1/output-1/build/lynx-2.8.9rel.1/.files-list.txt /tmp/instance-1/output-1/build/lzo-2.10/.files-list.txt /tmp/instance-1/output-1/build/modem-manager-1.12.10/.files-list.txt /tmp/instance-1/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-1/output-1/build/openssl/.files-list.txt /tmp/instance-1/output-1/build/paxtest-0.9.15/.files-list.txt /tmp/instance-1/output-1/build/pcre-8.44/.files-list.txt /tmp/instance-1/output-1/build/ramsmp-3.5.0/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /tmp/instance-1/output-1/build/skeleton/.files-list.txt /tmp/instance-1/output-1/build/socat-1.7.3.4/.files-list.txt /tmp/instance-1/output-1/build/strongswan-5.6.3/.files-list.txt /tmp/instance-1/output-1/build/stunnel-5.56/.files-list.txt /tmp/instance-1/output-1/build/toolchain-external-arm-aarch64-2019.12/.files-list.txt /tmp/instance-1/output-1/build/toolchain-external/.files-list.txt /tmp/instance-1/output-1/build/toolchain/.files-list.txt /tmp/instance-1/output-1/build/util-linux-2.35.2/.files-list.txt /tmp/instance-1/output-1/build/vdr-2.4.1/.files-list.txt /tmp/instance-1/output-1/build/xkeyboard-config-2.30/.files-list.txt /tmp/instance-1/output-1/build/yaml-cpp-0.6.3/.files-list.txt /tmp/instance-1/output-1/build/zlib/.files-list.txt /tmp/instance-1/output-1/build/zlog-1.2.15/.files-list.txt > /tmp/instance-1/output-1/build/packages-file-list.txt cat /tmp/instance-1/output-1/build/bmon-4.0/.files-list-host.txt /tmp/instance-1/output-1/build/btrfs-progs-5.6/.files-list-host.txt /tmp/instance-1/output-1/build/busybox-1.31.1/.files-list-host.txt /tmp/instance-1/output-1/build/can-utils-2020.02.04/.files-list-host.txt /tmp/instance-1/output-1/build/cannelloni-1.0.0/.files-list-host.txt /tmp/instance-1/output-1/build/davici-1.3/.files-list-host.txt /tmp/instance-1/output-1/build/dbus-1.12.18/.files-list-host.txt /tmp/instance-1/output-1/build/dosfstools-4.1/.files-list-host.txt /tmp/instance-1/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list-host.txt /tmp/instance-1/output-1/build/expat-2.2.9/.files-list-host.txt /tmp/instance-1/output-1/build/explorercanvas-aa989ea9d9bac748638f7c66b0fc88e619715da6/.files-list-host.txt /tmp/instance-1/output-1/build/faad2-2.9.2/.files-list-host.txt /tmp/instance-1/output-1/build/fontconfig-2.13.1/.files-list-host.txt /tmp/instance-1/output-1/build/freetype-2.10.2/.files-list-host.txt /tmp/instance-1/output-1/build/fstrcmp-0.7.D001/.files-list-host.txt /tmp/instance-1/output-1/build/gdk-pixbuf-2.36.10/.files-list-host.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-bison-3.6.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-btrfs-progs-5.6/.files-list-host.txt /tmp/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-host.txt /tmp/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-1/output-1/build/host-gperf-3.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-libcap-2.27/.files-list-host.txt /tmp/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-libglib2-2.64.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-libjpeg-9d/.files-list-host.txt /tmp/instance-1/output-1/build/host-libpng-1.6.37/.files-list-host.txt /tmp/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-1/output-1/build/host-libxcb-1.14/.files-list-host.txt /tmp/instance-1/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /tmp/instance-1/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /tmp/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-1/output-1/build/host-lzo-2.10/.files-list-host.txt /tmp/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-1/output-1/build/host-meson-0.55.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-python-2.7.18/.files-list-host.txt /tmp/instance-1/output-1/build/host-python3-3.8.5/.files-list-host.txt /tmp/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-xcb-proto-1.14/.files-list-host.txt /tmp/instance-1/output-1/build/host-xlib_libX11-1.6.11/.files-list-host.txt /tmp/instance-1/output-1/build/host-xlib_libXau-1.0.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-xlib_xtrans-1.4.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-xorgproto-2020.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-xutil_util-macros-1.19.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-zlib/.files-list-host.txt /tmp/instance-1/output-1/build/igd2-for-linux-1.2/.files-list-host.txt /tmp/instance-1/output-1/build/initscripts/.files-list-host.txt /tmp/instance-1/output-1/build/iptables-1.8.4/.files-list-host.txt /tmp/instance-1/output-1/build/iw-5.4/.files-list-host.txt /tmp/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-host.txt /tmp/instance-1/output-1/build/jpeg/.files-list-host.txt /tmp/instance-1/output-1/build/jsmn-1.1.0/.files-list-host.txt /tmp/instance-1/output-1/build/json-javascript-3d7767b6b1f3da363c625ff54e63bbf20e9e83ac/.files-list-host.txt /tmp/instance-1/output-1/build/libbsd-0.10.0/.files-list-host.txt /tmp/instance-1/output-1/build/libcap-2.27/.files-list-host.txt /tmp/instance-1/output-1/build/libconfuse-3.3/.files-list-host.txt /tmp/instance-1/output-1/build/libffi-3.3/.files-list-host.txt /tmp/instance-1/output-1/build/libglib2-2.64.4/.files-list-host.txt /tmp/instance-1/output-1/build/libhid-0.2.16/.files-list-host.txt /tmp/instance-1/output-1/build/liblog4c-localtime-1.0/.files-list-host.txt /tmp/instance-1/output-1/build/libmbim-1.24.2/.files-list-host.txt /tmp/instance-1/output-1/build/libmemcached-1.0.18/.files-list-host.txt /tmp/instance-1/output-1/build/libnfnetlink-1.0.1/.files-list-host.txt /tmp/instance-1/output-1/build/libnl-3.5.0/.files-list-host.txt /tmp/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-host.txt /tmp/instance-1/output-1/build/libtorrent-0.13.8/.files-list-host.txt /tmp/instance-1/output-1/build/libupnp-1.6.25/.files-list-host.txt /tmp/instance-1/output-1/build/libusb-1.0.23/.files-list-host.txt /tmp/instance-1/output-1/build/libusb-compat-0.1.7/.files-list-host.txt /tmp/instance-1/output-1/build/libxkbcommon-0.10.0/.files-list-host.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list-host.txt /tmp/instance-1/output-1/build/lynx-2.8.9rel.1/.files-list-host.txt /tmp/instance-1/output-1/build/lzo-2.10/.files-list-host.txt /tmp/instance-1/output-1/build/modem-manager-1.12.10/.files-list-host.txt /tmp/instance-1/output-1/build/ncurses-6.1/.files-list-host.txt /tmp/instance-1/output-1/build/openssl/.files-list-host.txt /tmp/instance-1/output-1/build/paxtest-0.9.15/.files-list-host.txt /tmp/instance-1/output-1/build/pcre-8.44/.files-list-host.txt /tmp/instance-1/output-1/build/ramsmp-3.5.0/.files-list-host.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list-host.txt /tmp/instance-1/output-1/build/skeleton-init-sysv/.files-list-host.txt /tmp/instance-1/output-1/build/skeleton/.files-list-host.txt /tmp/instance-1/output-1/build/socat-1.7.3.4/.files-list-host.txt /tmp/instance-1/output-1/build/strongswan-5.6.3/.files-list-host.txt /tmp/instance-1/output-1/build/stunnel-5.56/.files-list-host.txt /tmp/instance-1/output-1/build/toolchain-external-arm-aarch64-2019.12/.files-list-host.txt /tmp/instance-1/output-1/build/toolchain-external/.files-list-host.txt /tmp/instance-1/output-1/build/toolchain/.files-list-host.txt /tmp/instance-1/output-1/build/util-linux-2.35.2/.files-list-host.txt /tmp/instance-1/output-1/build/vdr-2.4.1/.files-list-host.txt /tmp/instance-1/output-1/build/xkeyboard-config-2.30/.files-list-host.txt /tmp/instance-1/output-1/build/yaml-cpp-0.6.3/.files-list-host.txt /tmp/instance-1/output-1/build/zlib/.files-list-host.txt /tmp/instance-1/output-1/build/zlog-1.2.15/.files-list-host.txt > /tmp/instance-1/output-1/build/packages-file-list-host.txt cat /tmp/instance-1/output-1/build/bmon-4.0/.files-list-staging.txt /tmp/instance-1/output-1/build/btrfs-progs-5.6/.files-list-staging.txt /tmp/instance-1/output-1/build/busybox-1.31.1/.files-list-staging.txt /tmp/instance-1/output-1/build/can-utils-2020.02.04/.files-list-staging.txt /tmp/instance-1/output-1/build/cannelloni-1.0.0/.files-list-staging.txt /tmp/instance-1/output-1/build/davici-1.3/.files-list-staging.txt /tmp/instance-1/output-1/build/dbus-1.12.18/.files-list-staging.txt /tmp/instance-1/output-1/build/dosfstools-4.1/.files-list-staging.txt /tmp/instance-1/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list-staging.txt /tmp/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /tmp/instance-1/output-1/build/explorercanvas-aa989ea9d9bac748638f7c66b0fc88e619715da6/.files-list-staging.txt /tmp/instance-1/output-1/build/faad2-2.9.2/.files-list-staging.txt /tmp/instance-1/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /tmp/instance-1/output-1/build/freetype-2.10.2/.files-list-staging.txt /tmp/instance-1/output-1/build/fstrcmp-0.7.D001/.files-list-staging.txt /tmp/instance-1/output-1/build/gdk-pixbuf-2.36.10/.files-list-staging.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list-staging.txt /tmp/instance-1/output-1/build/host-autoconf-2.69/.files-list-staging.txt /tmp/instance-1/output-1/build/host-automake-1.15.1/.files-list-staging.txt /tmp/instance-1/output-1/build/host-bison-3.6.4/.files-list-staging.txt /tmp/instance-1/output-1/build/host-btrfs-progs-5.6/.files-list-staging.txt /tmp/instance-1/output-1/build/host-expat-2.2.9/.files-list-staging.txt /tmp/instance-1/output-1/build/host-flex-2.6.4/.files-list-staging.txt /tmp/instance-1/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-staging.txt /tmp/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /tmp/instance-1/output-1/build/host-gettext/.files-list-staging.txt /tmp/instance-1/output-1/build/host-gperf-3.1/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libcap-2.27/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libffi-3.3/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libglib2-2.64.4/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libjpeg-9d/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libpng-1.6.37/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libxcb-1.14/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libxml2-2.9.10/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libxslt-1.1.34/.files-list-staging.txt /tmp/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /tmp/instance-1/output-1/build/host-lzo-2.10/.files-list-staging.txt /tmp/instance-1/output-1/build/host-m4-1.4.18/.files-list-staging.txt /tmp/instance-1/output-1/build/host-meson-0.55.0/.files-list-staging.txt /tmp/instance-1/output-1/build/host-ncurses-6.1/.files-list-staging.txt /tmp/instance-1/output-1/build/host-ninja-1.10.0/.files-list-staging.txt /tmp/instance-1/output-1/build/host-patchelf-0.9/.files-list-staging.txt /tmp/instance-1/output-1/build/host-pcre-8.44/.files-list-staging.txt /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /tmp/instance-1/output-1/build/host-python-2.7.18/.files-list-staging.txt /tmp/instance-1/output-1/build/host-python3-3.8.5/.files-list-staging.txt /tmp/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-staging.txt /tmp/instance-1/output-1/build/host-skeleton/.files-list-staging.txt /tmp/instance-1/output-1/build/host-tar-1.29/.files-list-staging.txt /tmp/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xcb-proto-1.14/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xlib_libX11-1.6.11/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xlib_libXau-1.0.9/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xlib_xtrans-1.4.0/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xorgproto-2020.1/.files-list-staging.txt /tmp/instance-1/output-1/build/host-xutil_util-macros-1.19.2/.files-list-staging.txt /tmp/instance-1/output-1/build/host-zlib/.files-list-staging.txt /tmp/instance-1/output-1/build/igd2-for-linux-1.2/.files-list-staging.txt /tmp/instance-1/output-1/build/initscripts/.files-list-staging.txt /tmp/instance-1/output-1/build/iptables-1.8.4/.files-list-staging.txt /tmp/instance-1/output-1/build/iw-5.4/.files-list-staging.txt /tmp/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /tmp/instance-1/output-1/build/jpeg/.files-list-staging.txt /tmp/instance-1/output-1/build/jsmn-1.1.0/.files-list-staging.txt /tmp/instance-1/output-1/build/json-javascript-3d7767b6b1f3da363c625ff54e63bbf20e9e83ac/.files-list-staging.txt /tmp/instance-1/output-1/build/libbsd-0.10.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libcap-2.27/.files-list-staging.txt /tmp/instance-1/output-1/build/libconfuse-3.3/.files-list-staging.txt /tmp/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /tmp/instance-1/output-1/build/libglib2-2.64.4/.files-list-staging.txt /tmp/instance-1/output-1/build/libhid-0.2.16/.files-list-staging.txt /tmp/instance-1/output-1/build/liblog4c-localtime-1.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libmbim-1.24.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libmemcached-1.0.18/.files-list-staging.txt /tmp/instance-1/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libnl-3.5.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-1/output-1/build/libtorrent-0.13.8/.files-list-staging.txt /tmp/instance-1/output-1/build/libupnp-1.6.25/.files-list-staging.txt /tmp/instance-1/output-1/build/libusb-1.0.23/.files-list-staging.txt /tmp/instance-1/output-1/build/libusb-compat-0.1.7/.files-list-staging.txt /tmp/instance-1/output-1/build/libxkbcommon-0.10.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-1/output-1/build/lynx-2.8.9rel.1/.files-list-staging.txt /tmp/instance-1/output-1/build/lzo-2.10/.files-list-staging.txt /tmp/instance-1/output-1/build/modem-manager-1.12.10/.files-list-staging.txt /tmp/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-1/output-1/build/openssl/.files-list-staging.txt /tmp/instance-1/output-1/build/paxtest-0.9.15/.files-list-staging.txt /tmp/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /tmp/instance-1/output-1/build/ramsmp-3.5.0/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton-init-sysv/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton/.files-list-staging.txt /tmp/instance-1/output-1/build/socat-1.7.3.4/.files-list-staging.txt /tmp/instance-1/output-1/build/strongswan-5.6.3/.files-list-staging.txt /tmp/instance-1/output-1/build/stunnel-5.56/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain-external-arm-aarch64-2019.12/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain-external/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-1/output-1/build/util-linux-2.35.2/.files-list-staging.txt /tmp/instance-1/output-1/build/vdr-2.4.1/.files-list-staging.txt /tmp/instance-1/output-1/build/xkeyboard-config-2.30/.files-list-staging.txt /tmp/instance-1/output-1/build/yaml-cpp-0.6.3/.files-list-staging.txt /tmp/instance-1/output-1/build/zlib/.files-list-staging.txt /tmp/instance-1/output-1/build/zlog-1.2.15/.files-list-staging.txt > /tmp/instance-1/output-1/build/packages-file-list-staging.txt touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/aarch64-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 2020.08-rc1-31-gae0557403a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2019.12 Collecting legal info >>> toolchain Collecting legal info >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-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) >>> btrfs-progs 5.6 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.35.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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-btrfs-progs 5.6 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.35.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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dosfstools 4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> can-utils 2020.02.04 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cannelloni 1.0.0 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> davici 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.6.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> edid-decode 188950472c19492547e298b27f9da0d72cf826df Collecting legal info LICENSE: OK (sha256: 9bc7ab961e9a07dc84eaa0210af388def56d024357e79671fb89fe27d073eed7) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.9.2 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> igd2-for-linux 1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> initscripts Collecting legal info >>> iptables 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> iw 5.4 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libbsd 0.10.0 Collecting legal info COPYING: OK (sha256: 933d14a6bc89ee1fd7adbf5b6ec97f6ff0e002549d0b0c164f8a8895371d78f8) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmbim 1.24.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> openssl Collecting legal info >>> libxkbcommon 0.10.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> modem-manager 1.12.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> paxtest 0.9.15 Collecting legal info README: OK (sha256: fe8759e6d3ff462c876ded6e95e3fb297d607bc45799bb264ec9a170b5046522) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> socat 1.7.3.4 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> stunnel 5.56 Collecting legal info COPYING.md: OK (sha256: f46e2613769e23e23348b6eb667dc85309da2252c8cc2016db92ad93d743aea4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> vdr 2.4.1 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> xkeyboard-config 2.30 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.3 Collecting legal info COPYING: OK (sha256: f1a78f5796fe2374f2b93e579328a02283e57d2a8316484b31799b12debe7ee3) >>> host-xlib_libX11 1.6.11 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-xcb-proto 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2020.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2019.12: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'