exec ./tools/install.sh -D -m 644 src/include/s6/s6-supervise.h /home/naourr/git/buildroot-test/instance-2/output/target/usr/include/s6/s6-supervise.h exec ./tools/install.sh -D -m 644 src/include/s6/s6lock.h /home/naourr/git/buildroot-test/instance-2/output/target/usr/include/s6/s6lock.h exec ./tools/install.sh -D -m 644 src/include/s6/s6-fdholder.h /home/naourr/git/buildroot-test/instance-2/output/target/usr/include/s6/s6-fdholder.h exec ./tools/install.sh -D -m 644 src/include/s6/ftrigw.h /home/naourr/git/buildroot-test/instance-2/output/target/usr/include/s6/ftrigw.h rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/s6 squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz: OK (sha256: 2c49392816615b73bf5d6cdce9776cb66a01f5a1494b1d9af580667e32bab001) >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3 -xf - >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Patching Applying 0001-musl.patch using patch: patching file squashfs-tools/action.c patching file squashfs-tools/mksquashfs.c Hunk #1 succeeded at 1260 (offset -26 lines). patching file squashfs-tools/pseudo.c patching file squashfs-tools/unsquashfs.c >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Configuring >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Building PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline" EXTRA_LDFLAGS="" XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /home/naourr/git/buildroot-test/instance-2/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools/ /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c mksquashfs.c: In function 'create_inode': mksquashfs.c:991:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:992:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1015:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1016:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3560:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o compressor.o compressor.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o sort.o sort.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o progressbar.o progressbar.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_file.o read_file.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o info.o info.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o restore.o restore.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o process_fragments.o process_fragments.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o caches-queues-lists.o caches-queues-lists.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o gzip_wrapper.o gzip_wrapper.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o xattr.o xattr.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_xattrs.o read_xattrs.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs.o unsquashfs.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-1.o unsquash-1.c unsquashfs.c: In function 'create_inode': unsquashfs.c:1133:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-2.o unsquash-2.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-3.o unsquash-3.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-4.o unsquash-4.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_info.o unsquashfs_info.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_xattr.o unsquashfs_xattr.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o unsquashfs_info.o gzip_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -o unsquashfs /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o sort.o progressbar.o read_file.o info.o restore.o process_fragments.o caches-queues-lists.o gzip_wrapper.o xattr.o read_xattrs.o -lpthread -lm -lz -o mksquashfs >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Installing to target PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /home/naourr/git/buildroot-test/instance-2/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools/ INSTALL_DIR=/home/naourr/git/buildroot-test/instance-2/output/target/usr/bin install mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin cp mksquashfs /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin cp unsquashfs /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin statserial-1.1.tar.gz: OK (sha256: 40cf3bd506852942aa98f468c90ed4ea66dbd343b93efacd40d617b55caf3967) >>> statserial 1.1 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/statserial-1.1.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/statserial-1.1 -xf - >>> statserial 1.1 Patching Applying 0001-ncurses-link.patch using patch: patching file Makefile >>> statserial 1.1 Configuring >>> statserial 1.1 Building PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" LD="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" -C /home/naourr/git/buildroot-test/instance-2/output/build/statserial-1.1 /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c statserial.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc -o statserial statserial.o -lncurses >>> statserial 1.1 Installing to target /usr/bin/install -D -m 0755 /home/naourr/git/buildroot-test/instance-2/output/build/statserial-1.1/statserial /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin/statserial wiringpi-96344ff7125182989f98d3be8d111952a8f74e15.tar.gz: OK (sha256: 4eae1d4f37f77534b1e2db4678a1003a5fd7ced4721c340527e3476d0bed1d9f) >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15 -xf - >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Patching Applying 0001-Adjust-for-buildroot-build.patch using patch: patching file devLib/Makefile patching file gpio/Makefile patching file wiringPi/Makefile Applying 0002-wiringPi-wiringSerial-fix-compile-for-missing-baud-d.patch using patch: patching file wiringPi/wiringSerial.c >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Configuring >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Building PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ar" AS="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" LD="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" NM="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-nm" CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" GCC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" CPP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-cpp" CXX="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-g++" FC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" F77="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" RANLIB="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ranlib" READELF="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-readelf" STRIP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip" OBJCOPY="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/git/buildroot-test/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/git/buildroot-test/instance-2/output/host/lib -Wl,-rpath,/home/naourr/git/buildroot-test/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/git/buildroot-test/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi all [Compile] wiringPi.c [Compile] wiringSerial.c [Compile] wiringShift.c [Compile] piHiPri.c [Compile] piThread.c [Compile] wiringPiSPI.c [Compile] wiringPiI2C.c [Compile] softPwm.c [Compile] softTone.c wiringPi.c:1248:21: warning: 'digitalWrite8Dummy' defined but not used [-Wunused-function] static void digitalWrite8Dummy (UNU struct wiringPiNodeStruct *node, UNU int pin, UNU int value) { return ; } ^~~~~~~~~~~~~~~~~~ wiringPi.c:1247:21: warning: 'digitalRead8Dummy' defined but not used [-Wunused-function] static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct *node, UNU int UNU pin) { return 0 ; } ^~~~~~~~~~~~~~~~~ [Compile] mcp23008.c [Compile] mcp23016.c [Compile] mcp23017.c [Compile] mcp23s08.c [Compile] mcp23s17.c [Compile] sr595.c [Compile] pcf8574.c [Compile] pcf8591.c [Compile] mcp3002.c [Compile] mcp3004.c [Compile] mcp4802.c [Compile] mcp3422.c [Compile] max31855.c [Compile] max5322.c [Compile] ads1115.c [Compile] sn3218.c [Compile] bmp180.c [Compile] htu21d.c [Compile] ds18b20.c [Compile] rht03.c [Compile] drcSerial.c [Compile] drcNet.c [Compile] pseudoPins.c [Compile] wpiExtensions.c [Link (Dynamic)] PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ar" AS="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" LD="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" NM="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-nm" CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" GCC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" CPP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-cpp" CXX="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-g++" FC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" F77="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" RANLIB="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ranlib" READELF="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-readelf" STRIP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip" OBJCOPY="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/git/buildroot-test/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/git/buildroot-test/instance-2/output/host/lib -Wl,-rpath,/home/naourr/git/buildroot-test/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/git/buildroot-test/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib all [Compile] ds1302.c [Compile] piNes.c [Compile] maxdetect.c [Compile] gertboard.c [Compile] piFace.c [Compile] lcd128x64.c [Compile] lcd.c [Compile] scrollPhat.c [Compile] piGlow.c [Link (Dynamic)] PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ar" AS="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" LD="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" NM="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-nm" CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" GCC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gcc" CPP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-cpp" CXX="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-g++" FC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" F77="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-gfortran" RANLIB="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ranlib" READELF="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-readelf" STRIP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip" OBJCOPY="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/git/buildroot-test/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/git/buildroot-test/instance-2/output/host/lib -Wl,-rpath,/home/naourr/git/buildroot-test/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/git/buildroot-test/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio all [Compile] gpio.c [Compile] readall.c [Compile] pins.c [Link (Dynamic)] >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to staging directory PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot PREFIX=/usr LDCONFIG=true [Install Headers] [Install Dynamic Lib] PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot PREFIX=/usr LDCONFIG=true [Install Headers] [Install Dynamic Lib] >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Fixing libtool files >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to target PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/target PREFIX=/usr LDCONFIG=true [Install Headers] [Install Dynamic Lib] PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/target PREFIX=/usr LDCONFIG=true [Install Headers] [Install Dynamic Lib] /usr/bin/install -D -m 0755 /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/gpio /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin/gpio /usr/bin/install -D -m 0755 /home/naourr/git/buildroot-test/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/pintest /home/naourr/git/buildroot-test/instance-2/output/target/usr/bin/pintest >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['libffi', 'findutils', 'gmp', 'mpir'] ./support/scripts/check-uniq-files -t staging /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['toolchain-external-codesourcery-niosII', 'gmp', 'mpir'] Warning: staging file "./usr/lib/libffi.so.6.0.4" is touched by more than one package: ['toolchain-external-codesourcery-niosII', 'libffi'] Warning: staging file "./usr/lib/libffi.so" is touched by more than one package: ['toolchain-external-codesourcery-niosII', 'libffi'] Warning: staging file "./usr/lib/pkgconfig/libffi.pc" is touched by more than one package: ['toolchain-external-codesourcery-niosII', 'libffi'] Warning: staging file "./usr/lib/libffi.so.6" is touched by more than one package: ['toolchain-external-codesourcery-niosII', 'libffi'] ./support/scripts/check-uniq-files -t host /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-libffi', 'host-bison'] Warning: host file "./lib/python3.6/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-python-setuptools-scm', 'host-python-cffi'] rm -f /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/git/buildroot-test/instance-2/output/host/bin/glib-compile-schemas /home/naourr/git/buildroot-test/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/git/buildroot-test/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/python3.6/" cd /home/naourr/git/buildroot-test/instance-2/output/target && /home/naourr/git/buildroot-test/instance-2/output/host/bin/python3.6 /home/naourr/git/buildroot-test/instance-2/buildroot/support/scripts/pycompile.py usr/lib/python3.6 find /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/python3.6 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/python3.6 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/etc echo "buildroot" > /home/naourr/git/buildroot-test/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/git/buildroot-test/instance-2/output/target/etc/hosts mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/git/buildroot-test/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/git/buildroot-test/instance-2/output/target/etc/shadow rm -f /home/naourr/git/buildroot-test/instance-2/output/target/bin/sh rm -f /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge; done for dir in /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/include /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/aclocal \ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/pkgconfig /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/cmake /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/cmake find /home/naourr/git/buildroot-test/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/ /home/naourr/git/buildroot-test/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/man /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/info /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/info rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/doc /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/doc rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/git/buildroot-test/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/git/buildroot-test/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/git/buildroot-test/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/git/buildroot-test/instance-2/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/naourr/git/buildroot-test/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00829-gb2f028e27c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /home/naourr/git/buildroot-test/instance-2/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/naourr/git/buildroot-test/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/naourr/git/buildroot-test/instance-2/buildroot' make: Entering directory '/home/naourr/git/buildroot-test/instance-2/buildroot' >>> Buildroot 2018.02-git-00829-gb2f028e27c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (md5: 529a7fecf33d0d113a446413b9d1e173) sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (sha256: 6e65878d0453708ee19098d3d68985bda244938d35999f3859915a2f5574fa08) >>> toolchain-external-codesourcery-niosII 2017.05-4 Collecting legal info >>> toolchain Collecting legal info >>> btrfs-progs 4.13.3 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> e2fsprogs 1.43.8 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cairomm 1.12.0 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> findutils 4.6.0 Collecting legal info ERROR: No hash found for COPYING >>> glibmm 2.54.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> json-glib 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> jsoncpp 1.8.3 Collecting legal info ERROR: No hash found for LICENSE >>> libaacs 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libgcrypt 1.8.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libsigrokdecode 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libyaml 0.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> linuxptp 17c9787b1d6891636b5be9e4e5a08278b44e9a7a Collecting legal info ERROR: No hash found for COPYING >>> lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> mongrel2 1.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> mpir 3.0.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-yasm 1.3.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD.txt ERROR: No hash found for Artistic.txt ERROR: No hash found for GNU_GPL-2.0 ERROR: No hash found for GNU_LGPL-2.0 >>> openal 1.18.1 Collecting legal info ERROR: No hash found for COPYING >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> pangomm 2.40.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> proxychains-ng 4.11 Collecting legal info ERROR: No hash found for COPYING >>> python-argh 0.26.2 Collecting legal info ERROR: No hash found for README.rst >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-cheroot 5.10.0 Collecting legal info LICENSE: OK (sha256: 02f4efe6e7dcd218c33cfa065c0552de983b5ad563b053e97697c5abd2ef14f9) >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-cherrypy 12.0.1 Collecting legal info LICENSE.md: OK (sha256: 02f4efe6e7dcd218c33cfa065c0552de983b5ad563b053e97697c5abd2ef14f9) >>> python-iowait 0.2 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> python-jaraco-classes 1.4.3 Collecting legal info LICENSE: OK (sha256: a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd) >>> python-pathtools 0.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-portend 1.8 Collecting legal info >>> python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-pynacl 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-pytz 2017.3 Collecting legal info LICENSE.txt: OK (sha256: a1c7102a51ef9ed37766f7388c71fd41bae2a7a95c30673c419ab84e1acc5f02) >>> python-pyyaml 3.12 Collecting legal info ERROR: No hash found for LICENSE >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-tempora 1.7 Collecting legal info >>> python-watchdog 0.8.3 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for COPYING >>> riemann-c-client 1.9.1 Collecting legal info ERROR: No hash found for LICENSE >>> s6 2.7.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info ERROR: No hash found for COPYING >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Collecting legal info ERROR: No hash found for COPYING.LESSER WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2017.05-4: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: python-portend-1.8: cannot save license (PYTHON_PORTEND_LICENSE_FILES not defined) WARNING: python-tempora-1.7: cannot save license (PYTHON_TEMPORA_LICENSE_FILES not defined) Legal info produced in /home/naourr/git/buildroot-test/instance-2/output/legal-info make: Leaving directory '/home/naourr/git/buildroot-test/instance-2/buildroot'