>>> tzdata 2018e Extracting >>> tzdata 2018e Patching >>> tzdata 2018e Configuring >>> tzdata 2018e Building >>> tzdata 2018e Installing to target /usr/bin/install -d -m 0755 /home/peko/autobuild/instance-0/output/target/usr/share/zoneinfo cp -a /home/peko/autobuild/instance-0/output/host/share/zoneinfo/* /home/peko/autobuild/instance-0/output/target/usr/share/zoneinfo cd /home/peko/autobuild/instance-0/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/peko/autobuild/instance-0/output/target/usr/share/zoneinfo/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/Etc/UTC /home/peko/autobuild/instance-0/output/target/etc/localtime echo "Etc/UTC" >/home/peko/autobuild/instance-0/output/target/etc/timezone ympd-v1.3.0.tar.gz: OK (sha256: d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5) >>> ympd v1.3.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/ympd/ympd-v1.3.0.tar.gz | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0 -xf - >>> ympd v1.3.0 Patching Applying 0002-only-c-language.patch using patch: patching file CMakeLists.txt >>> ympd v1.3.0 Configuring (mkdir -p /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0/ && cd /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0/ && rm -f CMakeCache.txt && PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/peko/autobuild/instance-0/output/host/bin/cmake /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0/ -DCMAKE_TOOLCHAIN_FILE="/home/peko/autobuild/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 -DWITH_SSL=ON ) -- The C compiler identification is GNU 7.3.1 -- Check for working C compiler: /home/peko/autobuild/instance-0/output/host/bin/nios2-linux-gnu-gcc -- Check for working C compiler: /home/peko/autobuild/instance-0/output/host/bin/nios2-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /home/peko/autobuild/instance-0/output/host/bin/pkg-config (found version "0.28") -- Found LibMPDClient: /home/peko/autobuild/instance-0/output/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libmpdclient.so -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found OpenSSL: /home/peko/autobuild/instance-0/output/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libcrypto.so (found version "1.0.2q") -- 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/peko/autobuild/instance-0/output/build/ympd-v1.3.0 >>> ympd v1.3.0 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j6 -C /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0/ make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' make[3]: Entering directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' [ 12%] Generating assets.c Scanning dependencies of target ympd make[3]: Leaving directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' make[3]: Entering directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' [ 25%] Building C object CMakeFiles/ympd.dir/src/ympd.c.o [ 37%] Building C object CMakeFiles/ympd.dir/src/mongoose.c.o [ 50%] Building C object CMakeFiles/ympd.dir/src/mpd_client.c.o [ 62%] Building C object CMakeFiles/ympd.dir/src/json_encode.c.o [ 75%] Building C object CMakeFiles/ympd.dir/src/http_server.c.o [ 87%] Building C object CMakeFiles/ympd.dir/assets.c.o [100%] Linking C executable ympd make[3]: Leaving directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' [100%] Built target ympd make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' >>> ympd v1.3.0 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-0/output/target install/fast -C /home/peko/autobuild/instance-0/output/build/ympd-v1.3.0/ make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-0/output/target/usr/bin/ympd -- Installing: /home/peko/autobuild/instance-0/output/target/usr/share/man/man1/ympd.1 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/ympd-v1.3.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/openmpi/mca_rmaps_round_robin.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_dynamic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ess_tool.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_memheap_ptmalloc.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_iof_tool.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_allocator_bucket.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_db_hash.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_osc_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libopen-rte.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_osc_pt2pt.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sshmem_mmap.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_pml_ob1.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_mpool_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_grpcomm_bad.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rml_oob.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_scoll_mpi.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_iof_mr_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_plm_isolated.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_compress_bzip.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_filem_raw.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_bml_r2.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmca_common_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_resilient.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_odls_default.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libout123.la" is touched by more than one package: [u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_staged_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_shmem_posix.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rcache_vma.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_app.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_routed_direct.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_dfs_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_iof_mr_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_pstat_test.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_db_print.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_dpm_orte.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_libnbc.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_shmem_mmap.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_inter.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sec_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_scoll_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_btl_tcp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_atomic_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_tuned.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/libompi_dbg_msgq.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_pubsub_orte.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_crs_none.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_staged.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_tool.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fbtl_posix.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ess_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_oob_tcp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_plm_slurm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_pml_cm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_routed_radix.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_staged_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_rank_file.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmpg123.la" is touched by more than one package: [u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_routed_binomial.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libfaad.la" is touched by more than one package: [u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_spml_yoda.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_mpool_grdma.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_individual.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_p2p.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_lockedfile.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sshmem_sysv.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fs_ufs.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_bcol_basesmuma.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_novm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_btl_vader.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libroxml.la" is touched by more than one package: [u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_app.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_hierarch.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_ml.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_sync.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_static.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_compress_gzip.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_memheap_buddy.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libopen-pal.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_iof_hnp.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_bcol_ptpcoll.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_basesmsocket.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_seq.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_basesmuma.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_btl_sm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ess_env.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_btl_self.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_tool.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libompitrace.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_topo_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_io_ompio.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_coll_self.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_shmem_sysv.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_state_dvm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_dfs_app.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_allocator_basic.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_iof_orted.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libfaad_drm.la" is touched by more than one package: [u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'ncurses', u'libzlib', u'util-linux', u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ras_loadleveler.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_routed_debruijn.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ras_slurm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmpi_cxx.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_individual.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ess_singleton.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_ylib.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_vprotocol_pessimist.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_ppr.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_mindist.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_dfs_test.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_io_romio.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_two_phase.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.la" is touched by more than one package: [u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_plm_rsh.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/liboshmem.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ess_slurm.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_ras_simulator.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/openmpi/mca_pml_bfo.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libmpi.la" is touched by more than one package: [u'openmpi', u'sdl2', u'tpm2-tss'] Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: [u'util-linux', u'libfuse', u'faad2', u'libogg', u'flac', u'flex', u'libffi', u'pcre', u'libglib2', u'libpng', u'gdk-pixbuf', u'gettext', u'libmad', u'libmpdclient', u'libopenssl', u'libroxml', u'liburiparser', u'libvorbis', u'mpg123', u'ocrad', u'openmpi', u'sdl2', u'tpm2-tss'] ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-gawk'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/peko/autobuild/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/peko/autobuild/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/peko/autobuild/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/peko/autobuild/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/peko/autobuild/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/peko/autobuild/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/peko/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-0/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-0/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output/target/bin/sh rm -f /home/peko/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-0/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output/target/usr/include /home/peko/autobuild/instance-0/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output/target/usr/lib/cmake /home/peko/autobuild/instance-0/output/target/usr/share/cmake find /home/peko/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output/target/lib/ /home/peko/autobuild/instance-0/output/target/usr/lib/ /home/peko/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/peko/autobuild/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output/target/usr/man /home/peko/autobuild/instance-0/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output/target/usr/info /home/peko/autobuild/instance-0/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output/target/usr/doc /home/peko/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/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/peko/autobuild/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/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/peko/autobuild/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/peko/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00300-gacb89c8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/peko/autobuild/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/peko/autobuild/instance-0/output/target/usr make: Leaving directory `/home/peko/autobuild/instance-0/buildroot' make: Entering directory `/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2019.02-git-00300-gacb89c8 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> alsa-lib 1.1.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-checksec cdefe53eb72e6e8f23308417d2fc6b68cba9dbac Collecting legal info LICENSE.txt: OK (sha256: c5e2a8e188040fc34eb9362084778a2e25f8d1f888e47a2be09efa7cecd9c70d) >>> cvs 1.12.13 Collecting legal info >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> faad2 2.8.8 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fxload 2008_10_13 Collecting legal info ERROR: No hash found for COPYING >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-libpng 1.6.35 Collecting legal info LICENSE: OK (sha256: f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libpng 1.6.35 Collecting legal info LICENSE: OK (sha256: f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab) >>> gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> initscripts Collecting legal info >>> jquery 1.11.2 Collecting legal info >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools 40.6.2 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.1 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libroxml 3.0.1 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> liburiparser 0.9.0 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> mpg123 1.25.10 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> host-mtools 4.0.18 Collecting legal info ERROR: No hash found for COPYING >>> ocrad 0.26 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> openmpi 1.10.7 Collecting legal info ERROR: No hash found for LICENSE >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quagga 1.2.3 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl2 2.0.9 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> setserial 2.17 Collecting legal info ERROR: No hash found for debian/copyright >>> squeezelite v1.8 Collecting legal info LICENSE.txt: OK (sha256: 3e4379e1f34b8c5da00e545cfe94369b94a57745902c5d12be43b6332c34c04e) >>> stella 5.0.2 Collecting legal info ERROR: No hash found for Copyright.txt ERROR: No hash found for License.txt >>> tpm2-tss 2.1.0 Collecting legal info LICENSE: OK (sha256: f7da3c2da12cec3348bb7ee9e2a9e651a241450b2efb67da29d5a75ef2da058a) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> ympd v1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: cvs-1.12.13: cannot save license (CVS_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_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) Legal info produced in /home/peko/autobuild/instance-0/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'