src/game_menu.c: In function 'JE_itemScreen': src/game_menu.c:856:34: warning: '%s' directive output may be truncated writing up to 41 bytes into a region of size 20 [-Wformat-truncation=] snprintf(buf, sizeof(buf), "%s %d%%", miscText[11], percent_read); ^~ ~~~~~~~~~~~~ src/game_menu.c:856:33: note: directive argument in the range [0, 546125] snprintf(buf, sizeof(buf), "%s %d%%", miscText[11], percent_read); ^~~~~~~~~ src/game_menu.c:856:6: note: 'snprintf' output between 4 and 50 bytes into a destination of size 20 snprintf(buf, sizeof(buf), "%s %d%%", miscText[11], percent_read); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tyrian2.c: In function 'JE_loadMap': src/tyrian2.c:2611:8: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(buf, (strlen(s) > 8) ? s + 8 : "", sizeof(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/opl.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/opl.c /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/episodes.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/episodes.c /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/video_scale_hqNx.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/video_scale_hqNx.c src/episodes.c: In function 'JE_initEpisode': src/episodes.c:261:31: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] sprintf(levelFile, "tyrian%d.lvl", episodeNum); ^~ src/episodes.c:261:24: note: directive argument in the range [0, 2147483647] sprintf(levelFile, "tyrian%d.lvl", episodeNum); ^~~~~~~~~~~~~~ src/episodes.c:261:2: note: 'sprintf' output between 12 and 21 bytes into a destination of size 13 sprintf(levelFile, "tyrian%d.lvl", episodeNum); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/episodes.c:262:34: warning: '.dat' directive writing 4 bytes into a region of size between 3 and 5 [-Wformat-overflow=] sprintf(cube_file, "cubetxt%d.dat", episodeNum); ^~~~ src/episodes.c:262:2: note: 'sprintf' output between 13 and 15 bytes into a destination of size 13 sprintf(cube_file, "cubetxt%d.dat", episodeNum); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/episodes.c:263:37: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(episode_file, "levels%d.dat", episodeNum); ^ src/episodes.c:263:2: note: 'sprintf' output between 12 and 14 bytes into a destination of size 13 sprintf(episode_file, "levels%d.dat", episodeNum); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/jukebox.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/jukebox.c /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/opentyr.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/opentyr.c src/tyrian2.c: In function 'JE_main': src/tyrian2.c:2093:26: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tempStr, "%s%c", tempStr, smoothies[temp] + 48); ^ src/tyrian2.c:2093:4: note: 'sprintf' output between 2 and 32 bytes into a destination of size 31 sprintf(tempStr, "%s%c", tempStr, smoothies[temp] + 48); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/loudness.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/loudness.c /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -c -o obj/scroller.o -std=c99 -I./src -DTARGET_UNIX -g0 -O2 -DNDEBUG -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers -I/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT src/scroller.c /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc -o opentyrian -lm obj/config_file.o obj/params.o obj/animlib.o obj/joystick.o obj/config.o obj/setup.o obj/vga_palette.o obj/shots.o obj/network.o obj/lds_play.o obj/lvllib.o obj/lvlmast.o obj/fonthand.o obj/player.o obj/std_support.o obj/menus.o obj/varz.o obj/arg_parse.o obj/file.o obj/nortsong.o obj/sndmast.o obj/palette.o obj/pcxload.o obj/pcxmast.o obj/helptext.o obj/video.o obj/musmast.o obj/video_scale.o obj/mainint.o obj/mtrand.o obj/xmas.o obj/font.o obj/mouse.o obj/nortvars.o obj/sizebuf.o obj/picload.o obj/game_menu.o obj/starlib.o obj/backgrnd.o obj/keyboard.o obj/sprite.o obj/vga256d.o obj/destruct.o obj/editship.o obj/tyrian2.o obj/opl.o obj/episodes.o obj/video_scale_hqNx.o obj/jukebox.o obj/opentyr.o obj/loudness.o obj/scroller.o -lm -L/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lSDL -lpthread /bin/true opentyrian make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/opentyrian-9c9f0ec3532b' >>> opentyrian 9c9f0ec3532b Installing to target /usr/bin/install -D -m 0755 /home/peko/autobuild/instance-0/output-1/build/opentyrian-9c9f0ec3532b/opentyrian /home/peko/autobuild/instance-0/output-1/target/usr/bin/opentyrian patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /home/peko/autobuild/instance-0/dl/patchelf/patchelf-0.9.tar.bz2 | /home/peko/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/peko/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/peko/autobuild/instance-0/output-1/host" --sysconfdir="/home/peko/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/peko/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/home/peko/autobuild/instance-0/output-1/host/include -Wall -O2 -I/home/peko/autobuild/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/peko/autobuild/instance-0/output-1/host/include -L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/home/peko/autobuild/instance-0/output-1/host/bin' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/host/share/doc/patchelf' /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/peko/autobuild/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/peko/autobuild/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/host-patchelf-0.9' sshguard-2.4.0.tar.gz: OK (sha256: 065ca4091b3a96802714b560dbbc3d9f0e67574e99e2b6e8857aa1027d17d6c0) >>> sshguard 2.4.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/sshguard/sshguard-2.4.0.tar.gz | /home/peko/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0 -xf - >>> sshguard 2.4.0 Patching >>> sshguard 2.4.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-1/build/sshguard-2.4.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sshguard 2.4.0 Patching libtool >>> sshguard 2.4.0 Configuring (cd /home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ar" AS="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-as" LD="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ld" NM="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-nm" CC="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc" GCC="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc" CPP="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-cpp" CXX="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-g++" FC="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gfortran" F77="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ranlib" READELF="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/peko/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no 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 CONFIG_SITE=/dev/null ./configure --target=nds32le-buildroot-linux-gnu --host=nds32le-buildroot-linux-gnu --build=x86_64-pc-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 ) 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, --disable-static, --enable-shared checking whether to enable maintainer-specific portions of Makefiles... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nds32le-buildroot-linux-gnu-strip... /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for nds32le-buildroot-linux-gnu-gcc... /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-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-1/host/bin/nds32le-linux-gcc accepts -g... yes checking for /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc option to accept ISO C89... none needed checking whether /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc understands -c and -o together... yes checking dependency style of /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc... none checking how to run the C preprocessor... /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes ## -------------- ## ## Program Checks ## ## -------------- ## checking for /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-gcc option to accept ISO C99... none needed checking for nds32le-buildroot-linux-gnu-ranlib... /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ranlib checking for bison... bison -y checking for nds32le-buildroot-linux-gnu-ar... /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ar checking the archiver (/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-ar) interface... ar checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no ## ----------------------------------- ## ## Headers, Types, and Compiler Checks ## ## ----------------------------------- ## checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/capsicum.h usability... no checking sys/capsicum.h presence... no checking for sys/capsicum.h... no checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no checking for rst2man... rst2man ## ----------------- ## ## Library Functions ## ## ----------------- ## checking for library containing gethostbyname... none required checking for library containing pthread_create... -lpthread checking for library containing socket... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/blocker/Makefile config.status: creating src/fw/Makefile config.status: creating src/parser/Makefile config.status: creating src/common/config.h config.status: executing depfiles 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, --disable-static, --enable-shared >>> sshguard 2.4.0 Building PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/ make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' Making all in src make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' Making all in blocker make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' CC service_names.o CC simclist.o CC attack.o CC blocker.o CC blocklist.o CC hash_32a.o CC sshguard_blacklist.o CC sshguard_options.o CC sshguard_whitelist.o CCLD sshg-blocker make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' Making all in fw make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' cat sshg-fw-firewalld.sh ./sshg-fw.in > sshg-fw-firewalld cat sshg-fw-ipfilter.sh ./sshg-fw.in > sshg-fw-ipfilter CC hosts.o CC simclist.o cat sshg-fw-ipfw.sh ./sshg-fw.in > sshg-fw-ipfw cat sshg-fw-ipset.sh ./sshg-fw.in > sshg-fw-ipset cat sshg-fw-iptables.sh ./sshg-fw.in > sshg-fw-iptables cat sshg-fw-nft-sets.sh ./sshg-fw.in > sshg-fw-nft-sets cat sshg-fw-null.sh ./sshg-fw.in > sshg-fw-null cat sshg-fw-pf.sh ./sshg-fw.in > sshg-fw-pf CCLD sshg-fw-hosts make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' Making all in parser make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' /usr/bin/make all-am make[4]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' CC attack.o CC attack_parser.o CC attack_scanner.o CC parser.o CCLD sshg-parser make[4]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' sed -e 's|@libexecdir[@]|/usr/libexec|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@sshguardversion[@]|2.4.0|g' ./sshguard.in > sshguard make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' >>> sshguard 2.4.0 Installing to target PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/peko/autobuild/instance-0/output-1/target install -C /home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/ make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' Making install in src make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' Making install in blocker make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' make[4]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /usr/bin/install -c sshg-blocker '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' make[4]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/blocker' Making install in fw make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' make[4]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /usr/bin/install -c sshg-fw-firewalld sshg-fw-ipfilter sshg-fw-ipfw sshg-fw-ipset sshg-fw-iptables sshg-fw-nft-sets sshg-fw-null sshg-fw-pf '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /usr/bin/install -c sshg-fw-hosts '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' make[4]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/fw' Making install in parser make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' /usr/bin/make install-am make[4]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[5]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /usr/bin/install -c sshg-parser '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' make[5]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[4]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src/parser' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[4]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/sbin' /usr/bin/install -c sshg-logtail '/home/peko/autobuild/instance-0/output-1/target/usr/libexec' /usr/bin/install -c sshguard '/home/peko/autobuild/instance-0/output-1/target/usr/sbin' make[4]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/src' make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[3]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/share/man/man7' /bin/mkdir -p '/home/peko/autobuild/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 doc/sshguard-setup.7 '/home/peko/autobuild/instance-0/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 doc/sshguard.8 '/home/peko/autobuild/instance-0/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0' /usr/bin/install -D -m 0644 /home/peko/autobuild/instance-0/output-1/build/sshguard-2.4.0/examples/sshguard.conf.sample /home/peko/autobuild/instance-0/output-1/target/etc/sshguard.conf /bin/sed -i -e '/^#BACKEND/c\BACKEND="/usr/libexec/sshg-fw-iptables"' -e '/^#FILES/c\FILES="/var/log/messages"' /home/peko/autobuild/instance-0/output-1/target/etc/sshguard.conf >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/peko/autobuild/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e 's%@TARGET_CFLAGS@%"-D_LARGEFILE_SOURCE", "-D_LARGEFILE64_SOURCE", "-D_FILE_OFFSET_BITS=64", "-Os"@PKG_TARGET_CFLAGS@%g' -e 's%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g' -e 's%@TARGET_CXXFLAGS@%"-D_LARGEFILE_SOURCE", "-D_LARGEFILE64_SOURCE", "-D_FILE_OFFSET_BITS=64", "-Os"@PKG_TARGET_CFLAGS@%g' -e 's%@HOST_DIR@%/home/peko/autobuild/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /home/peko/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /home/peko/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /home/peko/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/peko/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output-1/target/bin/sh rm -f /home/peko/autobuild/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-0/output-1/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-0/output-1/target/usr/share/locale /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale /home/peko/autobuild/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/include /home/peko/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output-1/target/usr/lib/cmake /home/peko/autobuild/instance-0/output-1/target/usr/share/cmake find /home/peko/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output-1/target/lib/ /home/peko/autobuild/instance-0/output-1/target/usr/lib/ /home/peko/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/man /home/peko/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/info /home/peko/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/doc /home/peko/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/peko/autobuild/instance-0/output-1/target/lib/debug /home/peko/autobuild/instance-0/output-1/target/usr/lib/debug find /home/peko/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/peko/autobuild/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/peko/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/peko/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/peko/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02.4-380-gc61e99f65d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02.8"; \ echo "PRETTY_NAME=\"Buildroot 2020.02.8\"" \ ) > /home/peko/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/peko/autobuild/instance-0/output-1/per-package /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/peko/autobuild/instance-0/output-1/target/usr ln -snf /home/peko/autobuild/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot /home/peko/autobuild/instance-0/output-1/staging make: Leaving directory '/home/peko/autobuild/instance-0/buildroot' make: Entering directory '/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2020.02.4-380-gc61e99f65d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 455d6b6701178dafe7fd0168eb4a4ef78a8d24a3 Collecting legal info >>> boa 0.94.14rc21 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) >>> gettext Collecting legal info >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mdadm 4.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ncdu 1.14.2 Collecting legal info COPYING: OK (sha256: 978f49428f21714c973706030c0ef09983cc1e2889a1b7b521dbf8860870cf05) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian 9c9f0ec3532b Collecting legal info WARNING: no hash file for COPYING >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sshguard 2.4.0 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: armbian-firmware-455d6b6701178dafe7fd0168eb4a4ef78a8d24a3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/peko/autobuild/instance-0/buildroot'