numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1843:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string, "_%dCo", hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1869:14: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dC0",hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions translate.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions mbrowrap.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions tr_languages.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions voices.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions wavegen.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions phonemelist.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions klatt.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions sonic.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions compiledict.cpp -o x_compiledict.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions dictionary.cpp -o x_dictionary.o dictionary.cpp: In function 'const char* GetTranslatedPhonemeString(int)': dictionary.cpp:767:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((phon_out_ix + len) >= phon_out_size) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1207:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] int post_tonic; // currently not used ^~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions intonation.cpp -o x_intonation.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions readclause.cpp -o x_readclause.o intonation.cpp: In function 'void CalcPitches(Translator*, int)': intonation.cpp:1118:7: warning: variable 'group_tone_emph' set but not used [-Wunused-but-set-variable] int group_tone_emph; ^~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions setlengths.cpp -o x_setlengths.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions numbers.cpp -o x_numbers.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synth_mbrola.cpp -o x_synth_mbrola.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthdata.cpp -o x_synthdata.o numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1342:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if(!found_value & (number_control & 1)) ^~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthesize.cpp -o x_synthesize.o synthdata.cpp: In function 'int LoadPhData(int*)': synthdata.cpp:169:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(srate != NULL) ^~ synthdata.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return(result); ^~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions translate.cpp -o x_translate.o numbers.cpp:1319:12: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] static int LookupThousands(Translator *tr, int value, int thousandplex, int thousands_exact, char *ph_out) ^~~~~~~~~~~~~~~ numbers.cpp:1319:12: note: directive argument in the range [3, 2147483646] numbers.cpp:1399:13: note: 'sprintf' output between 5 and 14 bytes into a destination of size 12 sprintf(string,"_0M%d", thousandplex-1); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, int, char*)': numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1483:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dfx",value); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1496:13: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions mbrowrap.cpp -o x_mbrowrap.o numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1843:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string, "_%dCo", hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1869:14: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dC0",hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions tr_languages.cpp -o x_tr_languages.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions voices.cpp -o x_voices.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wavegen.cpp -o x_wavegen.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions phonemelist.cpp -o x_phonemelist.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions espeak_command.cpp -o x_espeak_command.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions event.cpp -o x_event.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions fifo.cpp -o x_fifo.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wave.cpp -o x_wave.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions debug.cpp -o x_debug.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions klatt.cpp -o x_klatt.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions sonic.cpp -o x_sonic.o /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions espeak.cpp /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o sonic.o -lstdc++ -lpthread espeak.cpp: In function 'void DisplayVoices(FILE*, char*)': espeak.cpp:176:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=0; j < sizeof(buf); j++) ~~^~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so \ x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave.o x_debug.o x_klatt.o x_sonic.o -lstdc++ -lpthread /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave.o x_debug.o x_klatt.o x_sonic.o mv libespeak.so libespeak.so.1.1.48 /bin/ln -sf libespeak.so.1.1.48 libespeak.so.1 /bin/ln -sf libespeak.so.1 libespeak.so /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++ -o espeak espeak.o -lstdc++ -L . -lespeak >>> espeak 1.48.04 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j8 -C /home/peko/autobuild/instance-0/output/build/espeak-1.48.04/src DESTDIR="/home/peko/autobuild/instance-0/output/target" install # Create directories rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/espeak-data mkdir -p /home/peko/autobuild/instance-0/output/target/usr/bin mkdir -p /home/peko/autobuild/instance-0/output/target/usr/lib mkdir -p /home/peko/autobuild/instance-0/output/target/usr/include/espeak mkdir -p /home/peko/autobuild/instance-0/output/target/usr/share/espeak-data # Install espeak executable install -m 755 espeak /home/peko/autobuild/instance-0/output/target/usr/bin # Install shared library install -m 755 libespeak.so.1.1.48 /home/peko/autobuild/instance-0/output/target/usr/lib # Install static library install -m 755 libespeak.a /home/peko/autobuild/instance-0/output/target/usr/lib /bin/ln -sf libespeak.so.1.1.48 /home/peko/autobuild/instance-0/output/target/usr/lib/libespeak.so.1 /bin/ln -sf libespeak.so.1 /home/peko/autobuild/instance-0/output/target/usr/lib/libespeak.so # Install development headers install -pm 644 speak_lib.h /home/peko/autobuild/instance-0/output/target/usr/include/espeak # Install data files cp -prf ../espeak-data/* /home/peko/autobuild/instance-0/output/target/usr/share/espeak-data f2fs-tools-v1.10.0.tar.gz: OK (sha256: 424ea9fd2472ea062f21c4268a82a7ad435b6f704e41a494424068c11dec4c24) >>> f2fs-tools v1.10.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/f2fs-tools/f2fs-tools-v1.10.0.tar.gz | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0 -xf - >>> f2fs-tools v1.10.0 Patching Applying 0001-configure-uclinux-is-also-linux.patch using patch: patching file configure.ac Hunk #1 succeeded at 165 (offset -1 lines). >>> f2fs-tools v1.10.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> f2fs-tools v1.10.0 Configuring >>> f2fs-tools v1.10.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:48: installing 'build-aux/compile' configure.ac:49: installing 'build-aux/config.guess' configure.ac:49: installing 'build-aux/config.sub' configure.ac:36: installing 'build-aux/install-sh' configure.ac:36: installing 'build-aux/missing' fsck/Makefile.am: installing 'build-aux/depcomp' >>> f2fs-tools v1.10.0 Patching libtool patching file /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_file__git=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabihf --host=arm-buildroot-linux-gnueabihf --build=powerpc64le-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-selinux --with-blkid ) 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 checking for .git... (cached) no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-gnueabihf-strip... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking for arm-buildroot-linux-gnueabihf-gcc... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc accepts -g... yes checking for /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc option to accept ISO C89... none needed checking whether /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc... none checking build system type... powerpc64le-unknown-linux-gnu checking host system type... arm-buildroot-linux-gnueabihf checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld checking if the linker (/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm checking the name lister (/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert powerpc64le-unknown-linux-gnu file names to arm-buildroot-linux-gnueabihf format... func_convert_file_noop checking how to convert powerpc64le-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld option to reload object files... -r checking for arm-buildroot-linux-gnueabihf-objdump... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-objdump checking how to recognize dependent libraries... pass_all checking for arm-buildroot-linux-gnueabihf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-buildroot-linux-gnueabihf-ar... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ar checking for archiver @FILE support... @ checking for arm-buildroot-linux-gnueabihf-strip... (cached) /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-strip checking for arm-buildroot-linux-gnueabihf-ranlib... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ranlib checking command to parse /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm output from /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for arm-buildroot-linux-gnueabihf-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no checking for /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC checking if /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes checking if /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc static flag -static works... yes checking if /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc supports -c -o file.o... yes checking if /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes checking whether the /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc linker (/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes 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... yes checking for libblkid... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking linux/blkzoned.h usability... yes checking linux/blkzoned.h presence... yes checking for linux/blkzoned.h... yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/hdreg.h usability... yes checking linux/hdreg.h presence... yes checking for linux/hdreg.h... yes checking linux/limits.h usability... yes checking linux/limits.h presence... yes checking for linux/limits.h... yes checking linux/posix_acl.h usability... yes checking linux/posix_acl.h presence... yes checking for linux/posix_acl.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking linux/xattr.h usability... yes checking linux/xattr.h presence... yes checking for linux/xattr.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking scsi/sg.h usability... yes checking scsi/sg.h presence... yes checking for scsi/sg.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/acl.h usability... no checking sys/acl.h presence... no checking for sys/acl.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking for unistd.h... (cached) 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 add_key... no checking for fallocate... yes checking for fsetxattr... yes checking for fstat... yes checking for fstat64... yes checking for getmntent... (cached) yes checking for keyctl... no checking for llseek... no checking for lseek64... yes checking for memset... yes checking for setmntent... yes checking whether bswap_64 is declared... yes checking whether llseek is declared... no checking whether lseek64 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.10.0 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j8 -C /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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_zoned.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE libf2fs_io.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE libf2fs.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE :0:0: note: this is the location of the previous definition :0:0: note: this is the location of the previous definition :0:0: note: this is the location of the previous definition In file included from libf2fs.c:11:0: libf2fs.c: In function 'get_device_info': libf2fs.c:899:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t {aka unsigned int}' [-Wformat=] MSG(0, " %lu blocks per zone\n", ^ dev->zone_blocks); ~~~~~~ ../include/f2fs_fs.h:204:11: note: in definition of macro 'MSG' printf(fmt, ##__VA_ARGS__); \ ^~~ /bin/sh ../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -version-info 4: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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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.4 -o .libs/libf2fs.so.4.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs.so.4" && ln -s "libf2fs.so.4.0.0" "libf2fs.so.4") libtool: link: (cd ".libs" && rm -f "libf2fs.so" && ln -s "libf2fs.so.4.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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/blkid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/blkid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/include/blkid -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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_main.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE f2fs_format.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE :0:0: note: this is the location of the previous definition :0:0: note: this is the location of the previous definition libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 f2fs_format.c:9:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE :0:0: note: this is the location of the previous definition f2fs_format_main.c:9: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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib -luuid -L/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib -lblkid ../lib/libf2fs.la /bin/sh ../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DWITH_BLKDISCARD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -luuid -L../lib -lf2fs -version-info 3: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 libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libblkid.so /home/peko/autobuild/instance-0/output/build/util-linux-2.32.1/.libs/libuuid.so ../lib/.libs/libf2fs.so -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/build/util-linux-2.32.1/.libs -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/lib/.libs -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/lib/.libs -luuid -L../lib /home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/lib/.libs/libf2fs.so -Os -Wl,-soname -Wl,libf2fs_format.so.3 -o .libs/libf2fs_format.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs_format.so.3" && ln -s "libf2fs_format.so.3.0.0" "libf2fs_format.so.3") libtool: link: (cd ".libs" && rm -f "libf2fs_format.so" && ln -s "libf2fs_format.so.3.0.0" "libf2fs_format.so") libtool: link: ( cd ".libs" && rm -f "libf2fs_format.la" && ln -s "../libf2fs_format.la" "libf2fs_format.la" ) Making all in fsck /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 dict.o dict.c /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 mkquota.o mkquota.c /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 quotaio.o quotaio.c /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 quotaio_tree.o quotaio_tree.c /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 quotaio_v2.o quotaio_v2.c /bin/sh ../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 dict.o mkquota.o quotaio.o quotaio_tree.o quotaio_v2.o -L/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib -lselinux -L/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib -luuid ../lib/libf2fs.la libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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 dict.o mkquota.o quotaio.o quotaio_tree.o quotaio_v2.o -L/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/usr/lib -lselinux /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so ../lib/.libs/libf2fs.so -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/lib/.libs -Wl,-rpath -Wl,/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib Making all in tools /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 f2fscrypt.o f2fscrypt.c /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/peko/autobuild/instance-0/output/host/bin/../arm-buildroot-linux-gnueabihf/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 sha512.o sha512.c 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:70:32: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration] printf("dev [%d:%d]\n", major(st->st_dev), minor(st->st_dev)); ^~~~~ fibmap.c:70:51: warning: implicit declaration of function 'minor'; did you mean 'mknod'? [-Wimplicit-function-declaration] printf("dev [%d:%d]\n", major(st->st_dev), minor(st->st_dev)); ^~~~~ mknod /bin/sh ../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o parse.f2fs f2fs_io_parse.o /bin/sh ../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -luuid -o f2fscrypt f2fscrypt.o sha512.o libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o fibmap.f2fs fibmap.o libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o parse.f2fs f2fs_io_parse.o fibmap.o: In function `print_stat': fibmap.c:(.text+0x48): undefined reference to `major' fibmap.c:(.text+0x54): undefined reference to `minor' fibmap.o: In function `main': fibmap.c:(.text.startup+0xac): undefined reference to `major' fibmap.c:(.text.startup+0xb8): undefined reference to `minor' collect2: error: ld returned 1 exit status libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o f2fstat f2fstat.o make[4]: *** [fibmap.f2fs] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: link: /home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o f2fscrypt f2fscrypt.o sha512.o -luuid make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [/home/peko/autobuild/instance-0/output/build/f2fs-tools-v1.10.0/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'