static char rcsid[] = "$Id: rtpplay.c,v 1.6 2002/09/10 10:24:10 at541 Exp $"; ^~~~~ /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.19\" -DHAVE_LIBNSL=1 -DHAVE_YP_MATCH=1 -DHAVE_SOCKET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_YP=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -c -o rtpsend.o rtpsend.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.19\" -DHAVE_LIBNSL=1 -DHAVE_YP_MATCH=1 -DHAVE_SOCKET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_YP=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -c -o rtptrans.o rtptrans.c rtpsend.c: In function 'rtp': rtpsend.c:708:11: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] int dummy; ^~~~~ rtpsend.c:650:7: warning: variable 'pad' set but not used [-Wunused-but-set-variable] int pad = 0; ^~~ rtpsend.c: In function 'main': rtpsend.c:910:52: warning: pointer targets in passing argument 3 of 'hpt' differ in signedness [-Wpointer-sign] if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) { ^ rtpsend.c:869:14: note: expected 'unsigned char *' but argument is of type 'char *' extern int hpt(char *h, struct sockaddr *sa, unsigned char *ttl); ^~~ rtpdump.c: In function 'main': rtpdump.c:846:41: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] 0, (struct sockaddr *)&sin, &alen); ^ In file included from rtpdump.c:32:0: /home/buildroot/autobuild/run/instance-1/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/sys/socket.h:168:16: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n, ^~~~~~~~ At top level: rtpsend.c:41:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: rtpsend.c,v 1.5 2002/09/10 10:24:10 at541 Exp $"; ^~~~~ At top level: rtpdump.c:54:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: rtpdump.c,v 1.6 2002/09/10 10:30:54 at541 Exp $"; ^~~~~ rtptrans.c: In function 'socket_handler': rtptrans.c:219:39: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] (struct sockaddr *)&sin_from, &addr_len); ^ In file included from rtptrans.c:49:0: /home/buildroot/autobuild/run/instance-1/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/sys/socket.h:168:16: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n, ^~~~~~~~ rtptrans.c:343:23: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] else if (((struct CtrlMsgHdr *)packet)->type == 1) /* vat ID messages */{ ^~~~~~~~~~ /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o rtpplay host2ip.o hpt.o multimer.o notify.o rd.o rtpplay.o -lnsl /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o rtptrans host2ip.o hpt.o multimer.o notify.o rtptrans.o -lnsl /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o rtpdump host2ip.o hpt.o multimer.o notify.o rd.o rtpdump.o -lnsl /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o rtpsend host2ip.o hpt.o multimer.o notify.o rtpsend.o -lnsl >>> rtptools 1.20 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/rtptools-1.20/ make[3]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/install -c rtpdump rtpplay rtpsend rtptrans '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' swupdate-2018.03.tar.gz: OK (sha256: 19156bb30c3517a0ff9c918a38062df3cfa70f02f8162da4971a2f47d108688e) >>> swupdate 2018.03 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/swupdate/swupdate-2018.03.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03 -xf - >>> swupdate 2018.03 Patching Using /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config as base # # merged configuration written to /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config (needs make) # HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config echo 'CONFIG_CROSS_COMPILE="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-"' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config echo 'CONFIG_SYSROOT="/home/buildroot/autobuild/run/instance-1/output/host/nios2-buildroot-linux-gnu/sysroot"' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config echo 'CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os "' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config echo 'CONFIG_EXTRA_LDFLAGS=""' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/.config scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # >>> swupdate 2018.03 Configuring >>> swupdate 2018.03 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LUA=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=n HAVE_LIBCRYPTO=n HAVE_LIBUBOOTENV=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03 HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CC core/swupdate.o CC corelib/artifacts_versions.o CC core/cpio_utils.o CC handlers/raw_handler.o In file included from core/swupdate.c:30:0: core/swupdate.c: In function 'install_from_file': include/util.h:70:11: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t {aka long long int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:88:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:318:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ include/util.h:77:14: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'off_t {aka long long int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:88:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:318:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ include/util.h:81:13: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t {aka long long int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:88:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:318:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ CC corelib/installer.o LD handlers/built-in.o CC ipc/network_ipc.o CC core/notifier.o CC core/handler.o CC corelib/network_thread.o CC ipc/progress_ipc.o CC core/util.o CC core/parser.o CC corelib/parsing_library.o AR ipc/lib.a CC mongoose/mongoose.o CC core/pctl.o CC core/syslog.o CC corelib/parsing_library_libconfig.o CC corelib/progress_thread.o CC corelib/stream_interface.o LD core/built-in.o CC parser/parse_external.o CC corelib/swupdate_dict.o CC parser/parser.o CC corelib/swupdate_settings.o AR suricatta/lib.a CC bootloader/none.o AR bootloader/lib.a CC tools/client.o AR corelib/lib.a CC tools/hawkbitcfg.o AR parser/lib.a CC tools/progress.o CC tools/sendtohawkbit.o CC mongoose/mongoose_interface.o AR tools/lib.a AR mongoose/lib.a LD swupdate_unstripped LD tools/client LD tools/hawkbitcfg LD tools/progress STRIP tools/progress LD tools/sendtohawkbit STRIP tools/hawkbitcfg STRIP swupdate STRIP tools/client STRIP tools/sendtohawkbit >>> swupdate 2018.03 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.03/swupdate /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/swupdate tzcode2018c.tar.gz: OK (sha512: 21988e876479e38661d41ea4c7b5218ba14b979739d7ba8d49a2d343bb9f37c654056ab21c046a6652715f012e4ca33c4aa109b1ec3ac5d0244dd3a7ea9ed6d2) >>> host-zic 2018c Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/zic/tzcode2018c.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/run/instance-1/output/build/host-zic-2018c -xf - >>> host-zic 2018c Patching Applying 0001-remove-dependency-check-on-version-file.patch using patch: patching file Makefile Hunk #1 succeeded at 526 with fuzz 2 (offset 89 lines). >>> host-zic 2018c Configuring >>> host-zic 2018c Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-1/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/host-zic-2018c zic VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o >>> host-zic 2018c Installing to host directory /usr/bin/install -D -m 755 /home/buildroot/autobuild/run/instance-1/output/build/host-zic-2018c/zic /home/buildroot/autobuild/run/instance-1/output/host/sbin/zic /usr/bin/install -D -m 644 /home/buildroot/autobuild/run/instance-1/output/build/host-zic-2018c/tzfile.h /home/buildroot/autobuild/run/instance-1/output/host/include/tzfile.h tzdata2018c.tar.gz: OK (sha512: 0575c87c9ffcde7b7f62b0df928d8a0e8d93f832b5ef7227b3d8431686f851f1fd5372c7e768f2979830352433b31df7f3979a00c28ea3973a3a0987ebbfb835) >>> host-tzdata 2018c Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/tzdata/tzdata2018c.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/run/instance-1/output/build/host-tzdata-2018c -xf - >>> host-tzdata 2018c Patching >>> host-tzdata 2018c Configuring >>> host-tzdata 2018c Building (cd /home/buildroot/autobuild/run/instance-1/output/build/host-tzdata-2018c; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/buildroot/autobuild/run/instance-1/output/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/buildroot/autobuild/run/instance-1/output/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; ) warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent >>> host-tzdata 2018c Installing to host directory /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-1/output/host/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-1/output/build/host-tzdata-2018c/_output/* /home/buildroot/autobuild/run/instance-1/output/build/host-tzdata-2018c/*.tab /home/buildroot/autobuild/run/instance-1/output/host/share/zoneinfo tzdata2018c.tar.gz: OK (sha512: 0575c87c9ffcde7b7f62b0df928d8a0e8d93f832b5ef7227b3d8431686f851f1fd5372c7e768f2979830352433b31df7f3979a00c28ea3973a3a0987ebbfb835) >>> tzdata 2018c Extracting >>> tzdata 2018c Patching >>> tzdata 2018c Configuring >>> tzdata 2018c Building >>> tzdata 2018c Installing to target /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-1/output/host/share/zoneinfo/* /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zoneinfo cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/buildroot/autobuild/run/instance-1/output/target/etc/localtime echo "Etc/UTC" >/home/buildroot/autobuild/run/instance-1/output/target/etc/timezone >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] 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'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: [u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] 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'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libtpl.la" is touched by more than one package: [u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/librsvg-2.la" is touched by more than one package: [u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libusb', u'librtlsdr', u'libjpeg', u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libconfuse', u'libite', u'libconfig', u'libxml2', u'libcroco', u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] Warning: staging file "./usr/lib/libkcapi.la" is touched by more than one package: [u'libkcapi', u'liblinear', u'liblockfile', u'pango', u'librsvg', u'libtpl', u'qpdf'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00959-g2254a32"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2018.05-git-00959-g2254a32 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-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 >>> arptables 0.0.4 Collecting legal info >>> 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 >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 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.32 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) >>> util-linux 2.32 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.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr v0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libjpeg 9b Collecting legal info ERROR: No hash found for README >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> inadyn 2.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> ipmitool 1.8.18 Collecting legal info ERROR: No hash found for COPYING >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libcroco 0.6.12 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libkcapi 0.14.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.gplv2 ERROR: No hash found for COPYING.bsd >>> liblinear 2.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> librsvg 2.40.20 Collecting legal info ERROR: No hash found for COPYING.LIB >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtpl v1.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> psmisc 23.1 Collecting legal info ERROR: No hash found for COPYING >>> qpdf 7.0.0 Collecting legal info ERROR: No hash found for Artistic-2.0 >>> rtptools 1.20 Collecting legal info ERROR: No hash found for COPYRIGHT >>> swupdate 2018.03 Collecting legal info ERROR: No hash found for COPYING >>> tzdata 2018c Collecting legal info >>> host-tzdata 2018c Collecting legal info >>> host-zic 2018c Collecting legal info 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: arptables-0.0.4: cannot save license (ARPTABLES_LICENSE_FILES not defined) WARNING: tzdata-2018c: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018c: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018c: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'