checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ldconfig... /usr/sbin/ldconfig checking pkg-config is at least version 0.9.0... yes checking for libuuid... yes checking for libselinux... no checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/blkzoned.h usability... yes checking linux/blkzoned.h presence... yes checking for linux/blkzoned.h... yes checking for fcntl.h... (cached) yes checking for mntent.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/mount.h... (cached) yes checking for unistd.h... (cached) yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for inline... inline checking for int32_t... yes checking for int8_t... yes checking for size_t... yes checking for library containing getmntent... none required checking for fallocate... yes checking for getmntent... (cached) yes checking for memset... yes checking whether bswap_64 is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating lib/Makefile config.status: creating mkfs/Makefile config.status: creating fsck/Makefile config.status: creating tools/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> f2fs-tools v1.8.0 Building PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/ /usr/bin/make all-recursive Making all in man make[4]: Nothing to be done for 'all'. Making all in lib /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_la-libf2fs.lo `test -f 'libf2fs.c' || echo './'`libf2fs.c /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_la-libf2fs_io.lo `test -f 'libf2fs_io.c' || echo './'`libf2fs_io.c /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_la-libf2fs_zoned.lo `test -f 'libf2fs_zoned.c' || echo './'`libf2fs_zoned.c libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c libf2fs_zoned.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs_zoned.o libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c libf2fs.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs.o libf2fs.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition libf2fs_zoned.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c libf2fs_io.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs_io.o libf2fs_io.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition In file included from libf2fs_zoned.c:21:0: libf2fs_zoned.c: In function 'f2fs_check_zones': ../include/f2fs_fs.h:159:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("[%s:%4d] " fmt, \ ^ libf2fs_zoned.c:159:5: note: in expansion of macro 'DBG' DBG(2, ^ ../include/f2fs_fs.h:159:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("[%s:%4d] " fmt, \ ^ libf2fs_zoned.c:159:5: note: in expansion of macro 'DBG' DBG(2, ^ ../include/f2fs_fs.h:159:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("[%s:%4d] " fmt, \ ^ libf2fs_zoned.c:167:5: note: in expansion of macro 'DBG' DBG(2, ^ ../include/f2fs_fs.h:159:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 12 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("[%s:%4d] " fmt, \ ^ libf2fs_zoned.c:167:5: note: in expansion of macro 'DBG' DBG(2, ^ ../include/f2fs_fs.h:159:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 13 has type '__u64 {aka long unsigned int}' [-Wformat=] printf("[%s:%4d] " fmt, \ ^ libf2fs_zoned.c:167:5: note: in expansion of macro 'DBG' DBG(2, ^ /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -version-info 2:0:0 -o libf2fs.la -rpath /usr/lib libf2fs_la-libf2fs.lo libf2fs_la-libf2fs_io.lo libf2fs_la-libf2fs_zoned.lo libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -shared -fPIC -DPIC .libs/libf2fs_la-libf2fs.o .libs/libf2fs_la-libf2fs_io.o .libs/libf2fs_la-libf2fs_zoned.o -Os -Wl,-soname -Wl,libf2fs.so.2 -o .libs/libf2fs.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs.so.2" && ln -s "libf2fs.so.2.0.0" "libf2fs.so.2") libtool: link: (cd ".libs" && rm -f "libf2fs.so" && ln -s "libf2fs.so.2.0.0" "libf2fs.so") libtool: link: ( cd ".libs" && rm -f "libf2fs.la" && ln -s "../libf2fs.la" "libf2fs.la" ) Making all in mkfs /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_format_la-f2fs_format_main.lo `test -f 'f2fs_format_main.c' || echo './'`f2fs_format_main.c /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_format_la-f2fs_format.lo `test -f 'f2fs_format.c' || echo './'`f2fs_format.c /bin/sh ../libtool --tag=CC --mode=compile /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libf2fs_format_la-f2fs_format_utils.lo `test -f 'f2fs_format_utils.c' || echo './'`f2fs_format_utils.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o f2fs_format_main.o f2fs_format_main.c f2fs_format_main.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c f2fs_format_main.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format_main.o libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c f2fs_format.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format.o f2fs_format_main.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition f2fs_format.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition libtool: compile: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c f2fs_format_utils.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format_utils.o f2fs_format_utils.c:9:0: warning: "_LARGEFILE_SOURCE" redefined #define _LARGEFILE_SOURCE ^ :0:0: note: this is the location of the previous definition f2fs_format_utils.c:10:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o f2fs_format.o f2fs_format.c f2fs_format.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o f2fs_format_utils.o f2fs_format_utils.c f2fs_format_utils.c:9:0: warning: "_LARGEFILE_SOURCE" redefined #define _LARGEFILE_SOURCE ^ :0:0: note: this is the location of the previous definition f2fs_format_utils.c:10:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -luuid -L../lib -lf2fs -version-info 1:0:0 -o libf2fs_format.la -rpath /usr/lib libf2fs_format_la-f2fs_format_main.lo libf2fs_format_la-f2fs_format.lo libf2fs_format_la-f2fs_format_utils.lo /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o mkfs.f2fs f2fs_format_main.o f2fs_format.o f2fs_format_utils.o -L/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -luuid ../lib/libf2fs.la libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -shared -fPIC -DPIC .libs/libf2fs_format_la-f2fs_format_main.o .libs/libf2fs_format_la-f2fs_format.o .libs/libf2fs_format_la-f2fs_format_utils.o -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/lib/.libs -luuid -L../lib /home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/lib/.libs/libf2fs.so -Os -Wl,-soname -Wl,libf2fs_format.so.1 -o .libs/libf2fs_format.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs_format.so.1" && ln -s "libf2fs_format.so.1.0.0" "libf2fs_format.so.1") libtool: link: (cd ".libs" && rm -f "libf2fs_format.so" && ln -s "libf2fs_format.so.1.0.0" "libf2fs_format.so") libtool: link: ( cd ".libs" && rm -f "libf2fs_format.la" && ln -s "../libf2fs_format.la" "libf2fs_format.la" ) libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o mkfs.f2fs f2fs_format_main.o f2fs_format.o f2fs_format_utils.o -L/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.so ../lib/.libs/libf2fs.so -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/lib/.libs -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib Making all in fsck /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o main.o main.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o fsck.o fsck.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o dump.o dump.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o mount.o mount.c In file included from f2fs.h:27:0, from fsck.h:14, from mount.c:11: mount.c: In function 'print_inode_info': mount.c:52:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] MSG(0, " - File size : %'llu (bytes)\n", ^ ../include/f2fs_fs.h:152:11: note: in definition of macro 'MSG' printf(fmt, ##__VA_ARGS__); \ ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:62:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_size); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:62:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_size); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:63:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_blocks); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:63:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_blocks); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:65:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_atime); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:65:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_atime); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:67:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_ctime); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:67:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_ctime); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:69:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_mtime); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:69:2: note: in expansion of macro 'DISP_u64' DISP_u64(inode, i_mtime); ^ mount.c: In function 'print_raw_sb_info': ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:164:2: note: in expansion of macro 'DISP_u64' DISP_u64(sb, block_count); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:164:2: note: in expansion of macro 'DISP_u64' DISP_u64(sb, block_count); ^ mount.c: In function 'print_ckpt_info': ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:202:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, checkpoint_ver); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:202:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, checkpoint_ver); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:203:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, user_block_count); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:203:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, user_block_count); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:204:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, valid_block_count); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:204:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, valid_block_count); ^ ../include/f2fs_fs.h:181:10: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:241:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, elapsed_time); ^ ../include/f2fs_fs.h:181:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("%-30s" "\t\t[0x%8llx : %llu]\n", \ ^ mount.c:241:2: note: in expansion of macro 'DISP_u64' DISP_u64(cp, elapsed_time); ^ /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o defrag.o defrag.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o resize.o resize.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o node.o node.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o segment.o segment.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o dir.o dir.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o sload.o sload.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o xattr.o xattr.c /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o fsck.f2fs main.o fsck.o dump.o mount.o defrag.o resize.o node.o segment.o dir.o sload.o xattr.o -L/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -luuid ../lib/libf2fs.la libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o fsck.f2fs main.o fsck.o dump.o mount.o defrag.o resize.o node.o segment.o dir.o sload.o xattr.o -L/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.so ../lib/.libs/libf2fs.so -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/lib/.libs -Wl,-rpath -Wl,/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib Making all in tools /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o f2fstat.o f2fstat.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o fibmap.o fibmap.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/naourr/git/buildroot-test/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/uuid -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o f2fs_io_parse.o f2fs_io_parse.c fibmap.c:1:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition f2fs_io_parse.c:11:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE ^ :0:0: note: this is the location of the previous definition fibmap.c: In function 'print_stat': fibmap.c:46:9: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'int' [-Wformat=] printf("blksize [0x%8lx : %ld]\n", st->st_blksize, st->st_blksize); ^ fibmap.c:46:9: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o fibmap.f2fs fibmap.o /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o f2fstat f2fstat.o /bin/sh ../libtool --tag=CC --mode=link /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o parse.f2fs f2fs_io_parse.o libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o fibmap.f2fs fibmap.o libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o f2fstat f2fstat.o libtool: link: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o parse.f2fs f2fs_io_parse.o >>> f2fs-tools v1.8.0 Installing to staging directory PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot install -C /home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/ Making install in man make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man8' /usr/bin/install -c -m 644 mkfs.f2fs.8 fsck.f2fs.8 dump.f2fs.8 defrag.f2fs.8 resize.f2fs.8 sload.f2fs.8 '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man8' Making install in lib make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libf2fs.la '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libf2fs.so.2.0.0 /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs.so.2.0.0 libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libf2fs.so.2.0.0 libf2fs.so.2 || { rm -f libf2fs.so.2 && ln -s libf2fs.so.2.0.0 libf2fs.so.2; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libf2fs.so.2.0.0 libf2fs.so || { rm -f libf2fs.so && ln -s libf2fs.so.2.0.0 libf2fs.so; }; }) libtool: install: /usr/bin/install -c .libs/libf2fs.lai /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in mkfs make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c libf2fs_format.la '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c mkfs.f2fs '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' libtool: install: /usr/bin/install -c .libs/libf2fs_format.so.1.0.0 /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs_format.so.1.0.0 libtool: install: /usr/bin/install -c mkfs.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin/mkfs.f2fs libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so.1 || { rm -f libf2fs_format.so.1 && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so.1; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so || { rm -f libf2fs_format.so && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so; }; }) libtool: install: /usr/bin/install -c .libs/libf2fs_format.lai /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs_format.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in fsck /usr/bin/make install-data-hook /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot//usr/sbin/dump.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot//usr/sbin/defrag.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot//usr/sbin/resize.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot//usr/sbin/sload.f2fs /bin/sh ../libtool --mode=install /usr/bin/install -c fsck.f2fs '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' libtool: install: /usr/bin/install -c fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin/fsck.f2fs Making install in tools make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c f2fstat fibmap.f2fs parse.f2fs '/home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin' libtool: install: /usr/bin/install -c f2fstat /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin/f2fstat libtool: install: /usr/bin/install -c fibmap.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin/fibmap.f2fs libtool: install: /usr/bin/install -c parse.f2fs /home/naourr/git/buildroot-test/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/sbin/parse.f2fs make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. >>> f2fs-tools v1.8.0 Fixing libtool files >>> f2fs-tools v1.8.0 Installing to target PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/target install -C /home/naourr/git/buildroot-test/instance-2/output/build/f2fs-tools-v1.8.0/ Making install in man make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 mkfs.f2fs.8 fsck.f2fs.8 dump.f2fs.8 defrag.f2fs.8 resize.f2fs.8 sload.f2fs.8 '/home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man/man8' Making install in lib make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libf2fs.la '/home/naourr/git/buildroot-test/instance-2/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libf2fs.so.2.0.0 /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/libf2fs.so.2.0.0 libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && { ln -s -f libf2fs.so.2.0.0 libf2fs.so.2 || { rm -f libf2fs.so.2 && ln -s libf2fs.so.2.0.0 libf2fs.so.2; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && { ln -s -f libf2fs.so.2.0.0 libf2fs.so || { rm -f libf2fs.so && ln -s libf2fs.so.2.0.0 libf2fs.so; }; }) libtool: install: /usr/bin/install -c .libs/libf2fs.lai /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/libf2fs.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in mkfs make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c libf2fs_format.la '/home/naourr/git/buildroot-test/instance-2/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c mkfs.f2fs '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' libtool: install: /usr/bin/install -c .libs/libf2fs_format.so.1.0.0 /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/libf2fs_format.so.1.0.0 libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so.1 || { rm -f libf2fs_format.so.1 && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so.1; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so || { rm -f libf2fs_format.so && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so; }; }) libtool: install: /usr/bin/install -c .libs/libf2fs_format.lai /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/libf2fs_format.la libtool: warning: remember to run 'libtool --finish /usr/lib' libtool: install: /usr/bin/install -c mkfs.f2fs /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/mkfs.f2fs Making install in fsck /usr/bin/make install-data-hook /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/target//usr/sbin/dump.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/target//usr/sbin/defrag.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/target//usr/sbin/resize.f2fs ln -sf fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/target//usr/sbin/sload.f2fs /bin/sh ../libtool --mode=install /usr/bin/install -c fsck.f2fs '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' libtool: install: /usr/bin/install -c fsck.f2fs /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/fsck.f2fs Making install in tools make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c f2fstat fibmap.f2fs parse.f2fs '/home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin' libtool: install: /usr/bin/install -c f2fstat /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/f2fstat libtool: install: /usr/bin/install -c fibmap.f2fs /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/fibmap.f2fs libtool: install: /usr/bin/install -c parse.f2fs /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/parse.f2fs make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. fan-ctrl.c?revision=1.3: OK (sha1: d8ba5bac15e90c36a4e908ca1c98fac83bf702ea) >>> fan-ctrl 1.3 Extracting cp /home/naourr/git/buildroot-test/instance-2/dl/fan-ctrl/fan-ctrl.c?revision=1.3 /home/naourr/git/buildroot-test/instance-2/output/build/fan-ctrl-1.3/fan-ctrl.c >>> fan-ctrl 1.3 Patching >>> fan-ctrl 1.3 Configuring >>> fan-ctrl 1.3 Building /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os /home/naourr/git/buildroot-test/instance-2/output/build/fan-ctrl-1.3/fan-ctrl.c -o /home/naourr/git/buildroot-test/instance-2/output/build/fan-ctrl-1.3/fan-ctrl >>> fan-ctrl 1.3 Installing to target /usr/bin/install -D -m 755 /home/naourr/git/buildroot-test/instance-2/output/build/fan-ctrl-1.3/fan-ctrl /home/naourr/git/buildroot-test/instance-2/output/target/usr/sbin/fan-ctrl BR_NO_CHECK_HASH_FOR=fis-2892.tar.gz PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/git/buildroot-test/instance-2/dl BUILD_DIR=/home/naourr/git/buildroot-test/instance-2/output/build O=/home/naourr/git/buildroot-test/instance-2/output flock /home/naourr/git/buildroot-test/instance-2/dl/fis/ support/download/dl-wrapper -c '2892' -d '/home/naourr/git/buildroot-test/instance-2/dl/fis' -D '/home/naourr/git/buildroot-test/instance-2/dl' -f 'fis-2892.tar.gz' -H 'package/fis//fis.hash' -n 'fis-2892' -N 'fis' -o '/home/naourr/git/buildroot-test/instance-2/dl/fis/fis-2892.tar.gz' -u svn+http://svn.chezphil.org/utils/trunk -u http\|urlencode+http://sources.buildroot.net/fis -u http\|urlencode+http://sources.buildroot.net -- WARNING: no hash file for fis-2892.tar.gz >>> fis 2892 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/fis/fis-2892.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/fis-2892 -xf - >>> fis 2892 Patching Applying 0001-checksum.patch using patch: patching file crc.c patching file crc.h patching file fis.c Applying 0003-list_output.patch using patch: patching file fis.c Applying 0004-sorted_list.patch using patch: patching file fis.c >>> fis 2892 Configuring >>> fis 2892 Building /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -o /home/naourr/git/buildroot-test/instance-2/output/build/fis-2892/fis /home/naourr/git/buildroot-test/instance-2/output/build/fis-2892/fis.c /home/naourr/git/buildroot-test/instance-2/output/build/fis-2892/crc.c >>> fis 2892 Installing to target /usr/bin/install -m 0755 -D /home/naourr/git/buildroot-test/instance-2/output/build/fis-2892/fis /home/naourr/git/buildroot-test/instance-2/output/target/sbin/fis flann-1.9.1.tar.gz: OK (sha256: b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3) >>> flann 1.9.1 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/flann/flann-1.9.1.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1 -xf - >>> flann 1.9.1 Patching >>> flann 1.9.1 Configuring (mkdir -p /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1/ && cd /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1/ && rm -f CMakeCache.txt && PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/git/buildroot-test/instance-2/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_C_BINDINGS=ON -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_MATLAB_BINDINGS=OFF -DBUILD_EXAMPLES=OFF -DUSE_OPENMP=OFF -DPYTHON_EXECUTABLE=OFF -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=TRUE ) -- The C compiler identification is GNU 5.5.0 -- The CXX compiler identification is GNU 5.5.0 -- Check for working C compiler: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -- Check for working C compiler: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-g++ -- Check for working CXX compiler: /home/naourr/git/buildroot-test/instance-2/output/host/bin/mips64el-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Warning at CMakeLists.txt:78 (message): hdf5 library not found, some tests will not be run -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) CMake Warning at CMakeLists.txt:117 (message): gtest library not found, some tests will not be run -- Install prefix: /usr -- Build type: Release -- Building C bindings: ON -- Building examples: OFF -- Building tests: OFF -- Building documentation: OFF -- Building python bindings: OFF -- Building matlab bindings: OFF -- Building CUDA library: OFF -- Using OpenMP support: OFF -- Using MPI support: OFF -- Configuring done CMake Error at src/cpp/CMakeLists.txt:32 (add_library): No SOURCES given to target: flann_cpp CMake Error at src/cpp/CMakeLists.txt:86 (add_library): No SOURCES given to target: flann -- Build files have been written to: /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1 make[1]: *** [package/pkg-generic.mk:214: /home/naourr/git/buildroot-test/instance-2/output/build/flann-1.9.1/.stamp_configured] Error 1 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/git/buildroot-test/instance-2/buildroot'