fiemap.c:103:30: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("%4d: %-*s %-*s %*llu\n", *cur_extent, foff_w, lbuf, ^ fiemap.c:112:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(lbuf, sizeof(lbuf), "[%llu..%llu]:", lstart, ^ fiemap.c:114:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(bbuf, sizeof(bbuf), "%llu..%llu", block, block + len - 1ULL); ^ fiemap.c:116:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("%4d: %-*s %-*s %*llu %*s\n", *cur_extent, foff_w, lbuf, ^ fiemap.c: In function 'print_plain': fiemap.c:143:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("\t%d: [%llu..%llu]: hole", *cur_extent, ^ In file included from fiemap.c:19:0: ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64 {aka long unsigned int}' [-Wformat=] # define _(x) (x) ^ fiemap.c:146:11: note: in expansion of macro '_' printf(_(" %llu blocks\n"), lstart - llast); ^ fiemap.c:155:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("\t%d: [%llu..%llu]: %llu..%llu", *cur_extent, ^ fiemap.c:155:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("\t%d: [%llu..%llu]: %llu..%llu", *cur_extent, ^ In file included from fiemap.c:19:0: ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64 {aka long unsigned int}' [-Wformat=] # define _(x) (x) ^ fiemap.c:160:10: note: in expansion of macro '_' printf(_(" %llu blocks\n"), len); ^ fiemap.c: In function 'calc_print_format': fiemap.c:195:37: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(lbuf, sizeof(lbuf), "[%llu..%llu]", logical, ^ fiemap.c:195:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(lbuf, sizeof(lbuf), "[%llu..%llu]", logical, ^ fiemap.c:197:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(bbuf, sizeof(bbuf), "%llu..%llu", block, ^ fiemap.c:197:42: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(bbuf, sizeof(bbuf), "%llu..%llu", block, ^ fiemap.c: In function 'fiemap_f': fiemap.c:335:37: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64 {aka long unsigned int}' [-Wformat=] snprintf(lbuf, sizeof(lbuf), "[%llu..%llu]:", ^ fiemap.c:335:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] snprintf(lbuf, sizeof(lbuf), "[%llu..%llu]:", ^ fiemap.c:338:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'long unsigned int' [-Wformat=] printf("%4d: %-*s %-*s %*llu\n", cur_extent, ^ In file included from fiemap.c:19:0: ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ fiemap.c:345:12: note: in expansion of macro '_' printf(_(" %llu blocks\n"), ^ [CC] inject.o [CC] resblks.o util.o: In function `getnextgrent': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:275: warning: Using 'getgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:275: warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking quota.o: In function `quota_group_type': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/quota.c:281: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking util.o: In function `gid_to_name': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:350: warning: Using 'setgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:359: warning: Using 'endgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking util.o: In function `getnextpwent': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:260: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking quota.o: In function `quota_user_type': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/quota.c:231: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking util.o: In function `getnextpwent': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:260: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking util.o: In function `uid_to_name': /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:313: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/quota/util.c:322: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [CC] copy_file_range.o In file included from ../include/libxfs.h:23:0, from dinode.c:19: dinode.c: In function 'process_dinode_int': ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ dinode.c:2325:1: note: in expansion of macro '_' _("inode identifier %llu mismatch on inode %" PRIu64 "\n"), ^ [CC] sync_file_range.o [CC] readdir.o [CC] dir2.o [CC] attrshort.o [CC] globals.o [CC] incore.o [CC] incore_bmc.o [LD] xfs_io [CC] init.o [CC] incore_ext.o [CC] bit.o [CC] incore_ino.o [CC] phase1.o [CC] phase2.o [CC] phase3.o [CC] block.o [CC] phase4.o [CC] phase5.o [CC] phase6.o [CC] phase7.o [CC] bmap.o [CC] progress.o In file included from ../include/libxfs.h:23:0, from phase6.c:19: phase6.c: In function '__check_dir3_header': ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ phase6.c:1909:1: note: in expansion of macro '_' _("expected owner inode %" PRIu64 ", got %llu, directory block %" PRIu64 "\n"), ^ ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ phase6.c:1916:1: note: in expansion of macro '_' _("expected block %" PRIu64 ", got %llu, directory inode %" PRIu64 "\n"), ^ [CC] prefetch.o [CC] rmap.o [CC] rt.o [CC] sb.o [CC] btblock.o [CC] scan.o [CC] slab.o In file included from ../include/libxfs.h:23:0, from scan.c:19: scan.c: In function 'scan_bmapbt': ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ scan.c:229:1: note: in expansion of macro '_' _("expected owner inode %" PRIu64 ", got %llu, bmbt block %" PRIu64 "\n"), ^ ../include/platform_defs.h:60:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ scan.c:237:1: note: in expansion of macro '_' _("expected block %" PRIu64 ", got %llu, bmbt block %" PRIu64 "\n"), ^ scan.c: In function 'import_single_ino_chunk': ../include/platform_defs.h:60:33: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] # define _(x) (x) ^ scan.c:1584:1: note: in expansion of macro '_' _("ir_holemask/ir_free mismatch, %s chunk %d/%u, holemask 0x%x free 0x%llx\n"), ^ [CC] bmroot.o [CC] threads.o [CC] versions.o [CC] xfs_repair.o [CC] check.o [CC] command.o [CC] convert.o [CC] crc.o [CC] debug.o [CC] dir2.o [CC] dir2sf.o [CC] dquot.o [CC] echo.o [CC] faddr.o [CC] field.o [CC] flist.o [CC] fprint.o [CC] frag.o [CC] freesp.o [CC] hash.o [CC] help.o [CC] init.o [CC] inode.o [CC] input.o [CC] io.o [LD] xfs_repair [CC] logformat.o [CC] malloc.o [CC] metadump.o [CC] output.o [CC] print.o [CC] quit.o [CC] sb.o [CC] sig.o [CC] strvec.o [CC] text.o [CC] type.o [CC] write.o [CC] attrset.o [CC] symlink.o [CC] fsmap.o [CC] btdump.o [LD] xfs_db make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0' >>> xfsprogs 4.11.0 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DIST_ROOT=/home/buildroot/build/instance-0/output/target install -C /home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0' Installing libxfs-install Installing libxlog-install Installing libxcmd-install Installing libhandle-install Installing copy-install Installing db-install Installing estimate-install Installing fsck-install ../install-sh -o root -g root -m 755 -d /sbin ../install-sh -o root -g root -m 755 xfs_fsck.sh /sbin/fsck.xfs Installing growfs-install ../install-sh -o root -g root -m 755 -d /usr/sbin ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_copy /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_estimate /usr/sbin cd ../libhandle/.libs; ../../install-sh -o root -g root -m 755 -d /lib; ../../install-sh -o root -g root -m 755 -T so_dot_version libhandle.lai /lib; ../../install-sh -o root -g root -T so_dot_current libhandle.lai /lib ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_growfs /usr/sbin Installing io-install Installing logprint-install Installing mkfs-install Installing quota-install ../install-sh -o root -g root -m 755 xfs_info.sh /usr/sbin/xfs_info Installing mdrestore-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mdrestore /usr/sbin Installing repair-install ../install-sh -o root -g root -m 755 -d /sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 mkfs.xfs /sbin Installing rtcp-install Installing m4-install make[2]: Nothing to be done for 'install'. Installing man-install make[3]: Nothing to be done for 'install'. ../../install-sh -o root -g root -m 755 -d /usr/share/man/man5 ../install-sh -o root -g root -m 755 -d /usr/sbin ../../install-sh -o root -g root -m 644 projects.5.gz /usr/share/man/man5/projects.5.gz /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_rtcp /usr/sbin ../../install-sh -o root -g root -m 644 projid.5.gz /usr/share/man/man5/projid.5.gz ../../install-sh -o root -g root -m 644 xfs.5.gz /usr/share/man/man5/xfs.5.gz Installing doc-install ../../install-sh -o root -g root -m 755 -d /usr/share/man/man8 ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ../install-sh -o root -g root -m 644 CHANGES.gz CREDITS /usr/share/doc/xfsprogs ../../install-sh -o root -g root -m 644 fsck.xfs.8.gz /usr/share/man/man8/fsck.xfs.8.gz ../install-sh -o root -g root -m 644 COPYING /usr/share/doc/xfsprogs Installing debian-install ../../install-sh -o root -g root -m 644 mkfs.xfs.8.gz /usr/share/man/man8/mkfs.xfs.8.gz make[2]: Nothing to be done for 'install'. Installing fsr-install ../../install-sh -o root -g root -m 644 xfs_admin.8.gz /usr/share/man/man8/xfs_admin.8.gz ../../install-sh -o root -g root -m 644 xfs_bmap.8.gz /usr/share/man/man8/xfs_bmap.8.gz ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_logprint /usr/sbin ../../install-sh -o root -g root -m 644 xfs_copy.8.gz /usr/share/man/man8/xfs_copy.8.gz ../../install-sh -o root -g root -m 644 xfs_db.8.gz /usr/share/man/man8/xfs_db.8.gz ../install-sh -o root -g root -m 755 -d /usr/sbin ../../install-sh -o root -g root -m 644 xfs_estimate.8.gz /usr/share/man/man8/xfs_estimate.8.gz /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_fsr /usr/sbin Installing include-install ../install-sh -o root -g root -m 755 -d /usr/include/xfs ../../install-sh -o root -g root -m 644 xfs_freeze.8.gz /usr/share/man/man8/xfs_freeze.8.gz ../../install-sh -o root -g root -m 644 xfs_fsr.8.gz /usr/share/man/man8/xfs_fsr.8.gz ../../install-sh -o root -g root -m 644 xfs_growfs.8.gz /usr/share/man/man8/xfs_growfs.8.gz ../../install-sh -o root -g root -S xfs_growfs.8.gz /usr/share/man/man8/xfs_info.8.gz ../../install-sh -o root -g root -m 644 xfs_io.8.gz /usr/share/man/man8/xfs_io.8.gz ../../install-sh -o root -g root -m 644 xfs_logprint.8.gz /usr/share/man/man8/xfs_logprint.8.gz ../install-sh -o root -g root -m 755 -d /usr/sbin ../../install-sh -o root -g root -m 644 xfs_mdrestore.8.gz /usr/share/man/man8/xfs_mdrestore.8.gz /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_quota /usr/sbin ../../install-sh -o root -g root -m 644 xfs_metadump.8.gz /usr/share/man/man8/xfs_metadump.8.gz ../../install-sh -o root -g root -m 644 xfs_mkfile.8.gz /usr/share/man/man8/xfs_mkfile.8.gz ../../install-sh -o root -g root -m 644 xfs_ncheck.8.gz /usr/share/man/man8/xfs_ncheck.8.gz ../../install-sh -o root -g root -m 644 xfs_quota.8.gz /usr/share/man/man8/xfs_quota.8.gz ../../install-sh -o root -g root -m 644 xfs_repair.8.gz /usr/share/man/man8/xfs_repair.8.gz ../../install-sh -o root -g root -m 644 xfs_rtcp.8.gz /usr/share/man/man8/xfs_rtcp.8.gz ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_io /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_bmap.sh /usr/sbin/xfs_bmap /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_freeze.sh /usr/sbin/xfs_freeze /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mkfile.sh /usr/sbin/xfs_mkfile ../install-sh -o root -g root -m 755 -d /sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_repair /sbin ../install-sh -o root -g root -m 755 -d /usr/include/xfs ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_db /usr/sbin ../install-sh -o root -g root -m 755 xfs_admin.sh /usr/sbin/xfs_admin ../install-sh -o root -g root -m 755 xfs_ncheck.sh /usr/sbin/xfs_ncheck ../install-sh -o root -g root -m 755 xfs_metadump.sh /usr/sbin/xfs_metadump ./install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ./install-sh -o root -g root -m 644 README /usr/share/doc/xfsprogs make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/xfsprogs-4.11.0' WARNING: no hash file for yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 -xf - >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Patching >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Configuring >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Building /usr/bin/make -j8 PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" AR="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-ar" AS="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-as" LD="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-ld" NM="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-nm" CC="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gcc" GCC="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gcc" CPP="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-cpp" CXX="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-g++" FC="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gfortran" F77="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gfortran" RANLIB="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-ranlib" READELF="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-readelf" STRIP="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-strip" OBJCOPY="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-objcopy" OBJDUMP="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/build/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/build/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/build/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-as" DEFAULT_LINKER="/home/buildroot/build/instance-0/output/host/bin/mips64el-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/build/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/build/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/build/instance-0/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' /home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o yavta.o yavta.c /home/buildroot/build/instance-0/output/host/bin/mips64el-linux-gcc -o yavta yavta.o -lrt make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/build/instance-0/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/yavta /home/buildroot/build/instance-0/output/target/usr/bin/yavta >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/build/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/build/instance-0/output/target/etc/inittab rm -f /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/build/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/build/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-rc2-00035-g1a515b5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-rc2\"" \ ) > /home/buildroot/build/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2017.11-rc2-00035-g1a515b5 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> agentpp 4.0.7 Collecting legal info ERROR: No hash found for LICENSE-2_0.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> bullet 2.86.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> ijs 0.35 Collecting legal info ERROR: No hash found for README >>> 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) >>> initscripts Collecting legal info >>> iw 4.9 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.88 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> 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 >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libhid 0.2.16 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libmng 2.0.3 Collecting legal info ERROR: No hash found for LICENSE >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> linenoise 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> linuxptp 17c9787b1d6891636b5be9e4e5a08278b44e9a7a Collecting legal info ERROR: No hash found for COPYING >>> lz4 v1.7.5 Collecting legal info ERROR: No hash found for lib/LICENSE ERROR: No hash found for programs/COPYING >>> msgpack 2.1.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE_1_0.txt >>> ncmpc 0.27 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> privoxy 3.0.26 Collecting legal info ERROR: No hash found for LICENSE >>> xfsprogs 4.11.0 Collecting legal info >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.88: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: xfsprogs-4.11.0: cannot save license (XFSPROGS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'