make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/host-zic-2018e' VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-zic-2018e' >>> host-zic 2018e Installing to host directory /usr/bin/install -D -m 755 /home/buildroot/build/instance-0/output/build/host-zic-2018e/zic /home/buildroot/build/instance-0/output/host/sbin/zic /usr/bin/install -D -m 644 /home/buildroot/build/instance-0/output/build/host-zic-2018e/tzfile.h /home/buildroot/build/instance-0/output/host/include/tzfile.h tzdata2018e.tar.gz: OK (sha512: d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae) >>> host-tzdata 2018e Extracting gzip -d -c /home/buildroot/build/instance-0/dl/tzdata/tzdata2018e.tar.gz | tar --strip-components=0 -C /home/buildroot/build/instance-0/output/build/host-tzdata-2018e -xf - >>> host-tzdata 2018e Patching >>> host-tzdata 2018e Configuring >>> host-tzdata 2018e Building (cd /home/buildroot/build/instance-0/output/build/host-tzdata-2018e; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/buildroot/build/instance-0/output/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/buildroot/build/instance-0/output/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; ) warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent >>> host-tzdata 2018e Installing to host directory /usr/bin/install -d -m 0755 /home/buildroot/build/instance-0/output/host/share/zoneinfo cp -a /home/buildroot/build/instance-0/output/build/host-tzdata-2018e/_output/* /home/buildroot/build/instance-0/output/build/host-tzdata-2018e/*.tab /home/buildroot/build/instance-0/output/host/share/zoneinfo tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35.tar.gz: OK (sha256: e078ba9bd90cb46368beb3cfef2288194e5edefd53ad9565961a97d1c7d6c59f) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/tzdump/tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35 -xf - >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Patching >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Configuring >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Building cd /home/buildroot/build/instance-0/output/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35 && /usr/bin/gcc -O2 -I/home/buildroot/build/instance-0/output/host/include -L/home/buildroot/build/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/build/instance-0/output/host/lib -o tzdump tzdump.c >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/build/instance-0/output/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35/tzdump /home/buildroot/build/instance-0/output/host/sbin/tzdump >>> tz Extracting >>> tz Patching >>> tz Configuring >>> tz Building (cd /home/buildroot/build/instance-0/output/host/share/zoneinfo/posix/; for i in $(find . -type f); do mkdir -p /home/buildroot/build/instance-0/output/build/tz/output/$(dirname $i); /home/buildroot/build/instance-0/output/host/sbin/tzdump -p . -q ${i#./} | sed '1d' > /home/buildroot/build/instance-0/output/build/tz/output/$i; done ) >>> tz Installing to target /usr/bin/install -D -m 0644 /home/buildroot/build/instance-0/output/host/share/zoneinfo/zone.tab /home/buildroot/build/instance-0/output/target/usr/share/zoneinfo/zone.tab /usr/bin/install -D -m 0644 /home/buildroot/build/instance-0/output/host/share/zoneinfo/iso3166.tab /home/buildroot/build/instance-0/output/target/usr/share/zoneinfo/iso3166.tab mkdir -p /home/buildroot/build/instance-0/output/target/usr/share/zoneinfo/uclibc cp -a /home/buildroot/build/instance-0/output/build/tz/output/* /home/buildroot/build/instance-0/output/target/usr/share/zoneinfo/uclibc if [ ! -f /home/buildroot/build/instance-0/output/target/usr/share/zoneinfo/uclibc/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/uclibc/Etc/UTC /home/buildroot/build/instance-0/output/target/etc/TZ websocketpp-0.8.1.tar.gz: OK (sha256: 178899de48c02853b55b1ea8681599641cedcdfce59e56beaff3dd0874bf0286) >>> websocketpp 0.8.1 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/websocketpp/websocketpp-0.8.1.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1 -xf - >>> websocketpp 0.8.1 Patching >>> websocketpp 0.8.1 Configuring (mkdir -p /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/ && cd /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/ && rm -f CMakeCache.txt && PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /home/buildroot/build/instance-0/output/host/bin/cmake /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/build/instance-0/output/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 ) -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/buildroot/build/instance-0/output/host/bin/powerpc-linux-gcc -- Check for working C compiler: /home/buildroot/build/instance-0/output/host/bin/powerpc-linux-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-0/output/host/bin/powerpc-linux-g++ -- Check for working CXX compiler: /home/buildroot/build/instance-0/output/host/bin/powerpc-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done ** websocketpp =========== Used Build Configuration ============= -- ENABLE_CPP11 = ON -- BUILD_EXAMPLES = OFF -- BUILD_TESTS = OFF -- WEBSOCKETPP_ROOT = /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1 -- WEBSOCKETPP_BIN = /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/bin -- WEBSOCKETPP_LIB = /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/lib -- Install prefix = /usr -- WEBSOCKETPP_BOOST_LIBS = -- WEBSOCKETPP_PLATFORM_LIBS = -- WEBSOCKETPP_PLATFORM_TLS_LIBS = -- OPENSSL_FOUND = -- OPENSSL_INCLUDE_DIR = -- OPENSSL_LIBRARIES = -- OPENSSL_VERSION = -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING -- Build files have been written to: /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1 >>> websocketpp 0.8.1 Building PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/websocketpp-0.8.1' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/websocketpp-0.8.1' >>> websocketpp 0.8.1 Installing to staging directory PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot install/fast -C /home/buildroot/build/instance-0/output/build/websocketpp-0.8.1/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/websocketpp-0.8.1' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/websocketpp/websocketpp-config.cmake -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/CMakeFiles -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/version.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/utilities.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/utf8_validator.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/uri.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/stub -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/stub/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/stub/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/stub/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/iostream -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/iostream/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/iostream/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/iostream/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/debug -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/debug/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/debug/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/debug/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/base -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/base/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/base/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/security -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/security/tls.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/security/none.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/security/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/transport/asio/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/sha1 -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/sha1/sha1.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/server.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/roles -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/roles/server_endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/roles/client_endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/random -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/random/random_device.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/random/none.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/processor.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/hybi13.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/hybi08.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/hybi07.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/hybi00.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/processors/base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/message_buffer -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/message_buffer/pool.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/message_buffer/message.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/message_buffer/alloc.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/logger -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/logger/syslog.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/logger/stub.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/logger/levels.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/logger/basic.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/impl -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/impl/utilities_impl.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/impl/endpoint_impl.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/impl/connection_impl.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/response.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/request.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/parser.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/impl -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/impl/response.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/impl/request.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/impl/parser.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/http/constants.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/frame.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/extensions -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/extensions/permessage_deflate -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/extensions/permessage_deflate/enabled.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/extensions/permessage_deflate/disabled.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/extensions/extension.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/error.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/endpoint_base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/endpoint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/connection_base.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/connection.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/minimal_server.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/minimal_client.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/debug_asio_no_tls.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/debug_asio.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/debug.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/core_client.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/core.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/boost_config.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/asio_no_tls_client.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/asio_no_tls.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/asio_client.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/config/asio.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/concurrency -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/concurrency/none.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/concurrency/basic.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/type_traits.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/time.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/thread.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/system_error.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/stdint.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/regex.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/random.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/platforms.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/network.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/memory.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/md5.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/functional.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/cpp11.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/connection_hdl.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/chrono.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/asio_ssl.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/common/asio.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/close.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/client.hpp -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/base64 -- Installing: /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include//websocketpp/base64/base64.hpp make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/websocketpp-0.8.1' >>> websocketpp 0.8.1 Fixing libtool files >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/bin/chvt" is touched by more than one package: [u'busybox', u'kbd'] Warning: target file "./usr/bin/openvt" is touched by more than one package: [u'busybox', u'kbd'] Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/bin/deallocvt" is touched by more than one package: [u'busybox', u'kbd'] Warning: target file "./usr/bin/setkeycodes" is touched by more than one package: [u'busybox', u'kbd'] ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'bzip2', u'libcap', u'cmocka', u'duma', u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'bzip2', u'libcap', u'cmocka', u'duma', u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libsnmp++.la" is touched by more than one package: [u'snmppp', u'agentpp', u'boost', u'ncurses', u'readline', u'libzlib', u'util-linux', u'bzip2', u'libcap', u'cmocka', u'duma', u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'bzip2', u'libcap', u'cmocka', u'duma', u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libsha1.la" is touched by more than one package: [u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libagent++.la" is touched by more than one package: [u'agentpp', u'boost', u'ncurses', u'readline', u'libzlib', u'util-linux', u'bzip2', u'libcap', u'cmocka', u'duma', u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libcoap-1.la" is touched by more than one package: [u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libffi', u'pcre', u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'libcoap', u'libgsm', u'libopenssl', u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libSKP_SILK_SDK.la" is touched by more than one package: [u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] Warning: staging file "./usr/lib/libserial.la" is touched by more than one package: [u'libserial', u'libsha1', u'libsilk', u'liburiparser', u'pixman', u'websocketpp'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/build/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/build/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/build/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/build/instance-0/output/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-0/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/build/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/build/instance-0/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/buildroot/build/instance-0/output/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/build/instance-0/output/target/etc/shells mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/build/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/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-0/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/instance-0/output/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-0/output/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-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00619-g5bbc472"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2019.02-git-00619-g5bbc472 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> agentpp 4.0.7 Collecting legal info ERROR: No hash found for LICENSE-2_0.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.33 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) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> cmocka 1.1.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> cramfs 1a1e65f2a049 Collecting legal info ERROR: No hash found for COPYING >>> duma 2.5.15 Collecting legal info ERROR: No hash found for COPYING-GPL ERROR: No hash found for COPYING-LGPL >>> dvdrw-tools 7.1 Collecting legal info ERROR: No hash found for LICENSE >>> font-awesome v4.7.0 Collecting legal info >>> initscripts Collecting legal info >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> kbd 2.0.4 Collecting legal info ERROR: No hash found for COPYING >>> lensfun 0.3.2 Collecting legal info ERROR: No hash found for docs/gpl-3.0.txt ERROR: No hash found for docs/lgpl-3.0.txt >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libcoap v4.1.2 Collecting legal info COPYING: OK (sha256: 28b61fbf3c5477611d7f6ead97d15348934496d27dca815b34d45e622730e72e) LICENSE.GPL: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) LICENSE.BSD: OK (sha256: 9d5aeec17bdf82369bbe6e89efb07b7b35abefa044ea1d25cb2feeb70df1c208) >>> libgsm 1.0.17 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libserial 0.6.0rc2 Collecting legal info ERROR: No hash found for COPYING >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info ERROR: No hash found for COPYING >>> liburiparser 0.9.0 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> ndisc6 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> socketcand df7fb4ff8a4439d7737fe2df3540e1ab7465721a Collecting legal info ERROR: No hash found for socketcand.c >>> softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> tz Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> websocketpp 0.8.1 Collecting legal info COPYING: OK (sha256: b31e597bc777d884a39663c11d0557a0af40780e1f451de11ea5103924a69667) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: font-awesome-v4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'