Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for host, linux/amd64. Building packages and commands for target, linux/arm. --- Installed Go for linux/arm in /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9 Installed commands in /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/bin The binaries expect /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9 to be copied or moved to /home/buildroot/build/instance-2/output-1/host/lib/go >>> host-go 1.12.9 Installing to host directory /usr/bin/install -D -m 0755 /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/bin/go /home/buildroot/build/instance-2/output-1/host/lib/go/bin/go /usr/bin/install -D -m 0755 /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/bin/gofmt /home/buildroot/build/instance-2/output-1/host/lib/go/bin/gofmt ln -sf ../lib/go/bin/go /home/buildroot/build/instance-2/output-1/host/bin/ ln -sf ../lib/go/bin/gofmt /home/buildroot/build/instance-2/output-1/host/bin/ cp -a /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/lib /home/buildroot/build/instance-2/output-1/host/lib/go/ mkdir -p /home/buildroot/build/instance-2/output-1/host/lib/go/pkg cp -a /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/pkg/include /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/pkg/linux_* /home/buildroot/build/instance-2/output-1/host/lib/go/pkg/ cp -a /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/pkg/tool /home/buildroot/build/instance-2/output-1/host/lib/go/pkg/ # There is a known issue which requires the go sources to be installed # https://golang.org/issue/2775 cp -a /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/src /home/buildroot/build/instance-2/output-1/host/lib/go/ # Set all file timestamps to prevent the go compiler from rebuilding any # built in packages when programs are built. find /home/buildroot/build/instance-2/output-1/host/lib/go -type f -exec touch -r /home/buildroot/build/instance-2/output-1/build/host-go-1.12.9/bin/go {} \; runc-1.0.0-rc8.tar.gz: OK (sha256: efe4ff9bbe49b19074346d65c914d809c0a3e90d062ea9619fe240f931f0b700) >>> runc 1.0.0-rc8 Extracting gzip -d -c /home/buildroot/build/instance-2/buildroot/instance-2/dl/runc/runc-1.0.0-rc8.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8 -xf - >>> runc 1.0.0-rc8 Patching >>> runc 1.0.0-rc8 Configuring mkdir -p /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/Godeps/_workspace/src/github.com/opencontainers/ ln -sf /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8 /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/Godeps/_workspace/src/github.com/opencontainers/runc >>> runc 1.0.0-rc8 Building cd /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/Godeps/_workspace/src/github.com/opencontainers/runc; GO111MODULE=off GOARCH=arm GOCACHE="/home/buildroot/build/instance-2/output-1/host/usr/share/go-cache" GOROOT="/home/buildroot/build/instance-2/output-1/host/lib/go" CC="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc" CXX="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++" GOTOOLDIR="/home/buildroot/build/instance-2/output-1/host/lib/go/pkg/tool/linux_arm" PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" GOBIN= CGO_ENABLED=1 GOPATH="/home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/Godeps/_workspace" /home/buildroot/build/instance-2/output-1/host/bin/go build -v -ldflags "-X main.gitCommit=1.0.0-rc8" -tags "cgo static_build" -p 8 -o /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/bin/runc ./. github.com/opencontainers/runc/libcontainer/apparmor github.com/opencontainers/runc/vendor/github.com/opencontainers/selinux/go-selinux github.com/opencontainers/runc/vendor/github.com/opencontainers/selinux/go-selinux/label github.com/opencontainers/runc/vendor/github.com/mrunalp/fileutils github.com/opencontainers/runc/vendor/github.com/opencontainers/runtime-spec/specs-go github.com/opencontainers/runc/vendor/github.com/pkg/errors github.com/opencontainers/runc/vendor/github.com/golang/protobuf/proto github.com/opencontainers/runc/vendor/github.com/docker/go-units github.com/opencontainers/runc/vendor/golang.org/x/sys/unix github.com/opencontainers/runc/vendor/github.com/coreos/go-systemd/activation github.com/opencontainers/runc/vendor/github.com/sirupsen/logrus github.com/opencontainers/runc/libcontainer/mount github.com/opencontainers/runc/libcontainer/stacktrace github.com/opencontainers/runc/vendor/github.com/syndtr/gocapability/capability github.com/opencontainers/runc/vendor/github.com/cyphar/filepath-securejoin github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink/nl github.com/opencontainers/runc/libcontainer/nsenter github.com/opencontainers/runc/vendor/github.com/urfave/cli github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink github.com/opencontainers/runc/vendor/github.com/containerd/console github.com/opencontainers/runc/libcontainer/configs github.com/opencontainers/runc/libcontainer/user github.com/opencontainers/runc/libcontainer/utils github.com/opencontainers/runc/libcontainer/keys github.com/opencontainers/runc/libcontainer/system github.com/opencontainers/runc/libcontainer/cgroups github.com/opencontainers/runc/libcontainer/intelrdt github.com/opencontainers/runc/libcontainer/seccomp github.com/opencontainers/runc/vendor/github.com/checkpoint-restore/go-criu/rpc github.com/opencontainers/runc/libcontainer/specconv github.com/opencontainers/runc/libcontainer/cgroups/systemd github.com/opencontainers/runc/libcontainer/configs/validate github.com/opencontainers/runc/libcontainer/cgroups/fs github.com/opencontainers/runc/libcontainer github.com/opencontainers/runc >>> runc 1.0.0-rc8 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/build/instance-2/output-1/build/runc-1.0.0-rc8/bin/runc /home/buildroot/build/instance-2/output-1/target/usr/bin/runc sredird-2.2.2.tar.gz: OK (sha256: 640c47dcd84b3b90640165a38eb336a675fdab06c14c09cae2f4a604cae560d3) >>> sredird 2.2.2 Extracting gzip -d -c /home/buildroot/build/instance-2/buildroot/instance-2/dl/sredird/sredird-2.2.2.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-2/output-1/build/sredird-2.2.2 -xf - >>> sredird 2.2.2 Patching Applying 0001-termio.patch using patch: patching file sredird.c >>> sredird 2.2.2 Configuring >>> sredird 2.2.2 Building /usr/bin/make -j8 PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" AR="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-ar" AS="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-as" LD="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-ld" NM="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-nm" CC="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc" GCC="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc" CPP="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-cpp" CXX="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++" FC="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gfortran" F77="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gfortran" RANLIB="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-ranlib" READELF="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-readelf" STRIP="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-strip" OBJCOPY="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-objcopy" OBJDUMP="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/build/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/build/instance-2/output-1/host/lib -Wl,-rpath,/home/buildroot/build/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-as" DEFAULT_LINKER="/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/buildroot/build/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/build/instance-2/output-1/build/sredird-2.2.2 make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/sredird-2.2.2' /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -o sredird sredird.c sredird.c: In function 'main': sredird.c:1868:11: warning: variable 'MaxBTicks' set but not used [-Wunused-but-set-variable] clock_t MaxBTicks; ^ make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/sredird-2.2.2' >>> sredird 2.2.2 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/build/instance-2/output-1/build/sredird-2.2.2/sredird /home/buildroot/build/instance-2/output-1/target/usr/sbin/sredird v1.0.2.tar.gz: OK (sha512: c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d) >>> woff2 1.0.2 Extracting gzip -d -c /home/buildroot/build/instance-2/buildroot/instance-2/dl/woff2/v1.0.2.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2 -xf - >>> woff2 1.0.2 Patching Applying 0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch using patch: patching file cmake/FindBrotliDec.cmake patching file cmake/FindBrotliEnc.cmake >>> woff2 1.0.2 Configuring (mkdir -p /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ && cd /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ && rm -f CMakeCache.txt && PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /home/buildroot/build/instance-2/output-1/host/bin/cmake /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/build/instance-2/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DNOISY_LOGGING=OFF ) -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is GNU 4.8.3 -- Check for working C compiler: /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc -- Check for working C compiler: /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++ -- Check for working CXX compiler: /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /home/buildroot/build/instance-2/output-1/host/bin/pkg-config (found version "1.6.1") -- Checking for module 'libbrotlidec' -- Found libbrotlidec, version 1.0.7 -- Found BrotliDec: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include (found version "1.0.7") -- Checking for module 'libbrotlienc' -- Found libbrotlienc, version 1.0.7 -- Found BrotliEnc: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include (found version "1.0.7") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2 >>> woff2 1.0.2 Building PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[2]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2common make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 4%] Building CXX object CMakeFiles/woff2common.dir/src/table_tags.cc.o [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/variable_length.cc.o [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/woff2_common.cc.o [ 17%] Linking CXX shared library libwoff2common.so make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 17%] Built target woff2common make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2_info make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2enc make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2dec make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 21%] Building CXX object CMakeFiles/woff2_info.dir/src/woff2_info.cc.o make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 26%] Building CXX object CMakeFiles/woff2enc.dir/src/font.cc.o [ 30%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_dec.cc.o [ 34%] Building CXX object CMakeFiles/woff2enc.dir/src/transform.cc.o [ 39%] Building CXX object CMakeFiles/woff2enc.dir/src/glyph.cc.o [ 43%] Building CXX object CMakeFiles/woff2enc.dir/src/normalize.cc.o [ 52%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_out.cc.o [ 52%] Building CXX object CMakeFiles/woff2enc.dir/src/woff2_enc.cc.o [ 56%] Linking CXX executable woff2_info make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 56%] Built target woff2_info [ 60%] Linking CXX shared library libwoff2enc.so make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 60%] Built target woff2enc make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2_compress make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 65%] Building CXX object CMakeFiles/woff2_compress.dir/src/woff2_compress.cc.o [ 69%] Linking CXX executable woff2_compress make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 69%] Built target woff2_compress [ 73%] Linking CXX shared library libwoff2dec.so make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 73%] Built target woff2dec make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target convert_woff2ttf_fuzzer_new_entry Scanning dependencies of target convert_woff2ttf_fuzzer make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2_decompress make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 78%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer_new_entry.dir/src/convert_woff2ttf_fuzzer_new_entry.cc.o make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 82%] Building CXX object CMakeFiles/woff2_decompress.dir/src/woff2_decompress.cc.o [ 86%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer.dir/src/convert_woff2ttf_fuzzer.cc.o [ 91%] Linking CXX static library libconvert_woff2ttf_fuzzer_new_entry.a make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 91%] Built target convert_woff2ttf_fuzzer_new_entry [ 95%] Linking CXX static library libconvert_woff2ttf_fuzzer.a make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [ 95%] Built target convert_woff2ttf_fuzzer [100%] Linking CXX executable woff2_decompress make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' [100%] Built target woff2_decompress make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 Installing to staging directory PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot install/fast -C /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2common.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2common.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2dec.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2dec.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2enc.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2enc.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/woff2 -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/woff2/decode.h -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/woff2/encode.h -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/woff2/output.h -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 Fixing libtool files for la in $(find /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/build/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-2/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 >>> woff2 1.0.2 Installing to target PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output-1/target install/fast -C /home/buildroot/build/instance-2/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2common.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2common.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2dec.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2dec.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2enc.so.1.0.2 -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2enc.so -- Set runtime path of "/home/buildroot/build/instance-2/output-1/target/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/include/woff2 -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/include/woff2/decode.h -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/include/woff2/encode.h -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/include/woff2/output.h -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/woff2-1.0.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-2/output-1/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-2/output-1/build/packages-file-list-staging.txt Warning: staging file "./usr/include/bluetooth/hci.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/sco.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/sdp_lib.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/bnep.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/rfcomm.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/sdp.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/l2cap.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/hidp.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/bluetooth.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/lib/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/hci_lib.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] Warning: staging file "./usr/include/bluetooth/cmtp.h" is touched by more than one package: [u'bluez5_utils-headers', u'bluez5_utils'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-2/output-1/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/sdp_lib.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/hidp.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/hci.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/bnep.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/sco.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/cmtp.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/hci_lib.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/l2cap.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/bluetooth.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/rfcomm.h" is touched by more than one package: [u'host-bison', u'host-cmake'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/include/bluetooth/sdp.h" is touched by more than one package: [u'host-bison', u'host-cmake'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/build/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/build/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/build/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/build/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/build/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/build/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-2/output-1/host/bin/glib-compile-schemas /home/buildroot/build/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a8%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/buildroot/build/instance-2/output-1/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-2/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" /home/buildroot/build/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/build/instance-2/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/build/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/build/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/build/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-2/output-1/target/etc/shadow rm -f /home/buildroot/build/instance-2/output-1/target/bin/sh rm -f /home/buildroot/build/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-2/output-1/build/locales.nopurge; done for dir in /home/buildroot/build/instance-2/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-2/output-1/target/usr/include /home/buildroot/build/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/build/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/build/instance-2/output-1/target/usr/lib/cmake /home/buildroot/build/instance-2/output-1/target/usr/share/cmake find /home/buildroot/build/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-2/output-1/target/lib/ /home/buildroot/build/instance-2/output-1/target/usr/lib/ /home/buildroot/build/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/build/instance-2/output-1/target/usr/man /home/buildroot/build/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/build/instance-2/output-1/target/usr/info /home/buildroot/build/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/build/instance-2/output-1/target/usr/doc /home/buildroot/build/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-2/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-2/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 /home/buildroot/build/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-00165-g7001c64"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /home/buildroot/build/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-2/output-1/target/usr make: Leaving directory '/home/buildroot/build/instance-2/buildroot' make: Entering directory '/home/buildroot/build/instance-2/buildroot' >>> Buildroot 2019.11-git-00165-g7001c64 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> bluez5_utils-headers 5.50 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-bison 3.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bluez-alsa 1.4.0 Collecting legal info LICENSE: OK (sha256: 45fe8648faa0e735d4aaf60c32ddd37fc7f027d34ccedcf0f69d8aa961b63b25) >>> bluez5_utils 5.50 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.60.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.60.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-meson 0.51.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) >>> gettext Collecting legal info >>> initscripts Collecting legal info >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libndp 1.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> links 2.19 Collecting legal info ERROR: No hash found for COPYING >>> nss-pam-ldapd 0.9.8 Collecting legal info ERROR: No hash found for COPYING >>> openldap 2.4.48 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rcw LSDK-18.12 Collecting legal info LICENSE: OK (sha256: a531b3146425e592db17a51ff39c4801cb01fb4055ffdaada0572decc0655bcd) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> runc 1.0.0-rc8 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.12.9 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> woff2 1.0.2 Collecting legal info LICENSE: OK (sha512: 8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: bandwidthd-2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/build/instance-2/buildroot'