^ burst_szip.c:115:24: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = ((-del)<<1) - 1; ^ burst_szip.c:117:15: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = max-x; ^ burst_szip.c: At top level: burst_szip.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] random_scanline(pixels_per_block, width) ^ burst_szip.c: In function 'random_scanline': burst_szip.c:140:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (width > sizeof(scanline)/sizeof(unsigned)) ^ burst_szip.c:150:13: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] x = uni() * 6; ^ burst_szip.c:160:20: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:161:6: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c:167:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:168:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] delta = uni() * 32; ^ burst_szip.c:183:18: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = low + uni() * delta; ^ burst_szip.c:184:6: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c:190:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:191:25: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] delta = uni() * 128 + 1; ^ burst_szip.c:206:16: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] x = uni() * delta; ^ burst_szip.c:213:6: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c:219:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:221:6: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c:227:29: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] blocks = uni() * blocks + 1; ^ burst_szip.c:228:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:231:7: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c:237:19: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] pixel = uni() * (max+1); ^ burst_szip.c:238:23: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] delta = uni() * 8 + 1; ^ burst_szip.c:253:16: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] x = uni() * delta; ^ burst_szip.c:260:6: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^ burst_szip.c: At top level: burst_szip.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] random_float_scanline(pixels_per_block, width) ^ burst_szip.c: In function 'random_float_scanline': burst_szip.c:286:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (width > sizeof(scanline)/sizeof(float)) ^ burst_szip.c:303:3: warning: conversion to 'float' from 'double' may alter its value [-Wconversion] scanline[i] = y; ^ burst_szip.c:307:2: warning: conversion to 'size_t' from 'int' may change the sign of the result [-Wsign-conversion] fwrite(scanline, width, sizeof(float), fp_out); ^ burst_szip.c:276:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] int pixels_per_block; ^ burst_szip.c: At top level: burst_szip.c:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] random_double_scanline(pixels_per_block, width) ^ burst_szip.c: In function 'random_double_scanline': burst_szip.c:322:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (width > sizeof(scanline)/sizeof(float)) ^ burst_szip.c:349:2: warning: conversion to 'size_t' from 'int' may change the sign of the result [-Wsign-conversion] fwrite(scanline, width, sizeof(double), fp_out); ^ burst_szip.c:312:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] int pixels_per_block; ^ burst_szip.c: At top level: burst_szip.c:353:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] usage(name) ^ burst_szip.c:361:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main(argc, argv) ^ burst_szip.c: In function 'main': burst_szip.c:450:30: warning: conversion to 'int' from 'double' may alter its value [-Wconversion] width = uni() * (width-1) + 1; ^ example.c:307:23: warning: 'bits_per_pixel' may be used uninitialized in this function [-Wmaybe-uninitialized] size = test_decoding(bits_per_pixel, image_out, size, image_in2, image_size, i); ^ /bin/sh ../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o example example.o ../src/libsz.la -lm /bin/sh ../libtool --tag=CC --mode=link /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o burst_szip burst_szip.o ../test/libmcgill.la ../src/libsz.la -lm mkdir .libs /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o example example.o ../src/.libs/libsz.so -lm -Wl,--rpath -Wl,/home/naourr/work/instance-3/output/build/szip-2.1/src/.libs /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o burst_szip burst_szip.o ../test/.libs/libmcgill.a ../src/.libs/libsz.so -lm -Wl,--rpath -Wl,/home/naourr/work/instance-3/output/build/szip-2.1/src/.libs make[3]: Nothing to be done for 'all-am'. >>> szip 2.1 Installing to staging directory PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot install -C /home/naourr/work/instance-3/output/build/szip-2.1/ Making install in src test -z "/usr/lib" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib" test -z "/usr/include" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include" /usr/bin/install -c -m 644 'ricehdf.h' '/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/ricehdf.h' /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsz.la' '/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libsz.la' /usr/bin/install -c -m 644 'szip_adpt.h' '/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/szip_adpt.h' /usr/bin/install -c -m 644 'szlib.h' '/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/szlib.h' /usr/bin/install -c .libs/libsz.so.2.0.0 /home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 (cd /home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) (cd /home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) /usr/bin/install -c .libs/libsz.lai /home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in test make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in examples make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. >>> szip 2.1 Fixing libtool files >>> szip 2.1 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output/target install -C /home/naourr/work/instance-3/output/build/szip-2.1/ Making install in src test -z "/usr/lib" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output/target/usr/lib" test -z "/usr/include" || /usr/bin/mkdir -p "/home/naourr/work/instance-3/output/target/usr/include" /usr/bin/install -c -m 644 'ricehdf.h' '/home/naourr/work/instance-3/output/target/usr/include/ricehdf.h' /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsz.la' '/home/naourr/work/instance-3/output/target/usr/lib/libsz.la' /usr/bin/install -c -m 644 'szip_adpt.h' '/home/naourr/work/instance-3/output/target/usr/include/szip_adpt.h' /usr/bin/install -c -m 644 'szlib.h' '/home/naourr/work/instance-3/output/target/usr/include/szlib.h' /usr/bin/install -c .libs/libsz.so.2.0.0 /home/naourr/work/instance-3/output/target/usr/lib/libsz.so.2.0.0 (cd /home/naourr/work/instance-3/output/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) (cd /home/naourr/work/instance-3/output/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) /usr/bin/install -c .libs/libsz.lai /home/naourr/work/instance-3/output/target/usr/lib/libsz.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in test make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in examples make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'bash', u'libffi', u'gmp', u'libunistring'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libipset.la" is touched by more than one package: [u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/liblog4cxx.la" is touched by more than one package: [u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/enchant/libenchant_myspell.la" is touched by more than one package: [u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/enchant/libenchant_ispell.la" is touched by more than one package: [u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/filters/bumpmap.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'libffi', u'gmp', u'libunistring'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/ff.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'szip'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/argb.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/pnm.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/filters/colormod.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'acl', u'ncurses', u'readline', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libenchant.la" is touched by more than one package: [u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libacl.la" is touched by more than one package: [u'acl', u'ncurses', u'readline', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libcairomm-1.0.la" is touched by more than one package: [u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libva.la" is touched by more than one package: [u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'szip'] Warning: staging file "./usr/lib/libunistring.la" is touched by more than one package: [u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/filters/testfilter.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/xpm.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libImlib2.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libjq.la" is touched by more than one package: [u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/tga.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/lbm.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libsvg-cairo.la" is touched by more than one package: [u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libopenssl', u'apr-util', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/bmp.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/liblog4cplus.la" is touched by more than one package: [u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libva-drm.la" is touched by more than one package: [u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/imlib2/loaders/zlib.la" is touched by more than one package: [u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'cgic', u'eigen', u'enchant', u'eventlog', u'skalibs', u'execline', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'gnutls', u'imlib2', u'libmnl', u'ipset', u'libjpeg', u'jq', u'libpthread-stubs', u'libdrm', u'libusb', u'libiqrf', u'libsvg', u'libsvg-cairo', u'libva', u'log4cplus', u'log4cxx', u'lz4', u'protobuf', u'szip'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-libffi'] rm -f /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/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/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-3/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/work/instance-3/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/work/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02.1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.1"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.1\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2018.02.1 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 >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.52 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> 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) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> bash 4.4.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> 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) >>> 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) >>> 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 >>> cgic 2.07 Collecting legal info ERROR: No hash found for license.txt >>> dnsmasq 2.78 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> eigen 3.3.4 Collecting legal info COPYING.MPL2: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) COPYING.BSD: OK (sha256: 4f877e5ae4672568ef82cfd0023e2cef4a7cf55d867ab249efc9569a7eb9e5b1) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.README: OK (sha256: c83230b770f17ef1386ea1fd3681271dd98aa93646bdbfb5bff3a1b7050fff9d) >>> enchant 1.6.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> host-genpart 1.0.2 Collecting legal info >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.5.17 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 0.9.7 Collecting legal info ERROR: No hash found for COPYING.LIB >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> imlib2 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> ipset 6.34 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> irssi 1.0.7 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> lcdproc 0.5.9 Collecting legal info ERROR: No hash found for COPYING >>> libdrm 2.4.89 Collecting legal info >>> host-xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libiqrf v0.1.2 Collecting legal info >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libsvg-cairo 0.1.6 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libva-utils 2.0.0 Collecting legal info COPYING: OK (sha256: c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50) >>> libva 2.0.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> log4cplus 1.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> log4cxx 0.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> lz4 v1.7.5 Collecting legal info ERROR: No hash found for lib/LICENSE ERROR: No hash found for programs/COPYING >>> mmc-utils 37c86e60c0442fef570b75cd81aeb1db4d0cbafd Collecting legal info >>> host-mtools 4.0.18 Collecting legal info ERROR: No hash found for COPYING >>> nilfs-utils v2.2.7 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> smcroute 2.3.1 Collecting legal info ERROR: No hash found for COPYING >>> szip 2.1 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libdrm-2.4.89: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) WARNING: mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd: cannot save license (MMC_UTILS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'