^ md5.c: In function 'MD5Final': md5.c:134:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ z_zone.c: In function 'Z_Realloc': z_zone.c:646:27: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c r_patch.c /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c r_fps.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] patch->posts = (rpost_t*)((unsigned char*)patch->columns + columnsDataSize); ^ r_patch.c: In function 'createTextureCompositePatch': r_patch.c:470:30: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->columns = (rcolumn_t*)((unsigned char*)composite_patch->pixels + pixelDataSize); ^ r_patch.c:471:28: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); ^ /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c r_filter.c /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c d_client.c /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c w_mmap.c r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { ^ 0*DMR, 14*DMR, 3*DMR, 13*DMR, 11*DMR, 5*DMR, 8*DMR, 6*DMR, { } { } 12*DMR, 2*DMR, 15*DMR, 1*DMR, 7*DMR, 9*DMR, 4*DMR, 10*DMR { } { }; } r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] // /4 \ ^ r_draw.c: In function 'R_InitBuffer': r_draw.c:1009:28: warning: cast increases required alignment of target type [-Wcast-align] drawvars.short_topleft = (unsigned short *)(screens[0].data) + viewwindowy*screens[0].short_pitch + viewwindowx; ^ r_draw.c:1010:26: warning: cast increases required alignment of target type [-Wcast-align] drawvars.int_topleft = (unsigned int *)(screens[0].data) + viewwindowy*screens[0].int_pitch + viewwindowx; ^ /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c d_server.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *p = sinfo->wadnames; ^~~~~ d_client.c: In function 'CheckQueuedPackets': d_client.c:420:14: warning: cast increases required alignment of target type [-Wcast-align] int *p = (int*)(queuedpacket[i]+1); ^ d_server.c: In function 'n_players_in_state': d_server.c:234:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (playerstate[i] == ps) j++; ^~ d_server.c: In function 'main': d_server.c:492:10: warning: cast increases required alignment of target type [-Wcast-align] n = *(short*)(packet+1); ^ d_server.c:522:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(sinfo->wadnames + extrabytes, wadname[i]); ^~~~~ In file included from d_server.c:44:0: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/string.h:83:14: note: expected 'char * restrict' but argument is of type 'byte * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^~~~~~ d_server.c:573:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); ~^ ~~~~~~~~~~~~ %ld d_server.c:591:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); ~^ ~~~~~~~~~~~~ %ld d_server.c:578:7: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ d_server.c:596:5: note: here case PKT_EXTRA: ^~~~ wi_stuff.c: In function 'WI_loadData': wi_stuff.c:1850:33: warning: '%.2d' directive writing between 2 and 10 bytes into a region of size between 0 and 5 [-Wformat-overflow=] sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); ^~~~ wi_stuff.c:1850:27: note: directive argument in the range [0, 2147483647] sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); ^~~~~~~~~~~~~~~ wi_stuff.c:1850:27: note: directive argument in the range [0, 2147483647] wi_stuff.c:1850:13: note: 'sprintf' output between 9 and 35 bytes into a destination of size 9 sprintf(name, "WIA%d%.2d%.2d", wbs->epsd, j, i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom-game-server d_server.o POSIX/libposixdoom.a SDL/i_network.o -lSDL_net -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../src -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom mmus2mid.o am_map.o g_game.o p_mobj.o r_demo.o r_segs.o hu_lib.o lprintf.o p_plats.o r_sky.o d_deh.o hu_stuff.o m_argv.o p_pspr.o m_bbox.o p_saveg.o r_things.o d_items.o m_cheat.o p_setup.o s_sound.o d_main.o p_sight.o sounds.o m_menu.o p_spec.o info.o st_lib.o m_misc.o p_switch.o p_telept.o st_stuff.o m_random.o p_tick.o tables.o p_user.o p_ceilng.o v_video.o doomdef.o p_doors.o p_enemy.o r_bsp.o version.o doomstat.o p_floor.o r_data.o w_wad.o p_genlin.o dstrings.o p_inter.o wi_stuff.o r_draw.o f_finale.o p_lights.o z_bmalloc.o p_map.o r_main.o f_wipe.o z_zone.o p_maputl.o r_plane.o md5.o p_checksum.o r_patch.o r_fps.o r_filter.o d_client.o w_mmap.o SDL/libsdldoom.a -lSDL_net -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm Making all in ICONS make[4]: Nothing to be done for `all'. Making all in VisualC8 make[4]: Nothing to be done for `all'. Making all in VisualC6 make[4]: Nothing to be done for `all'. >>> prboom 2.5.0 Installing to target /usr/bin/install -D /home/peko/autobuild/instance-2/output/build/prboom-2.5.0/src/prboom /home/peko/autobuild/instance-2/output/target/usr/games/prboom /usr/bin/install -D /home/peko/autobuild/instance-2/output/build/prboom-2.5.0/src/prboom-game-server /home/peko/autobuild/instance-2/output/target/usr/games/prboom-game-server /usr/bin/install -D /home/peko/autobuild/instance-2/output/build/prboom-2.5.0/data/prboom.wad /home/peko/autobuild/instance-2/output/target/usr/share/games/doom/prboom.wad SDL_ttf-2.0.11.tar.gz: OK (sha256: 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7) >>> sdl_ttf 2.0.11 Extracting gzip -d -c /home/peko/autobuild/instance-2/dl/SDL_ttf-2.0.11.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11 -xf - >>> sdl_ttf 2.0.11 Patching >>> sdl_ttf 2.0.11 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl_ttf 2.0.11 Patching libtool patching file /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/ltmain.sh Hunk #1 succeeded at 1048 (offset -166 lines). Hunk #2 succeeded at 2018 (offset -221 lines). Hunk #3 succeeded at 4118 (offset -314 lines). Hunk #4 succeeded at 4128 (offset -314 lines). Hunk #5 succeeded at 4405 (offset -319 lines). Hunk #6 succeeded at 4670 (offset -324 lines). Hunk #7 succeeded at 5412 (offset -326 lines). Hunk #8 succeeded at 5570 (offset -326 lines). Hunk #9 succeeded at 8058 (offset -320 lines). >>> sdl_ttf 2.0.11 Configuring (cd /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-2/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/peko/autobuild/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/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 CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --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 --without-x --with-freetype-prefix=/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr --with-sdl-prefix=/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr ) configure: loading site script /dev/null checking build system type... powerpc64le-unknown-linux-gnu checking host system type... arc-buildroot-linux-uclibc checking for arc-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed 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-2/output/host/bin/arc-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ld checking if the linker (/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-nm checking the name lister (/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ld option to reload object files... -r checking for arc-buildroot-linux-uclibc-objdump... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for arc-buildroot-linux-uclibc-ar... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ar checking for arc-buildroot-linux-uclibc-strip... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip checking for arc-buildroot-linux-uclibc-ranlib... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-ranlib checking command to parse /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-nm output from /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc object... ok checking how to run the C preprocessor... /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-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-2/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc linker (/home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-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 host system type... (cached) arc-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for arc-buildroot-linux-uclibc-strip... (cached) /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip checking dependency style of /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc... none checking for arc-buildroot-linux-uclibc-gcc... (cached) /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for windres... no checking for arc-buildroot-linux-uclibc-windres... no checking for linux-uclibc-windres... no checking for working alloca.h... yes checking for alloca... yes checking for freetype-config... /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/freetype-config checking pkg-config is at least version 0.9.0... yes checking for sdl-config... /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/sdl-config checking for SDL - version >= 1.2.4... cross compiling; assumed OK... yes checking for X... disabled checking for OpenGL support... no configure: creating ./config.status config.status: creating Makefile config.status: creating SDL_ttf.spec config.status: creating SDL_ttf.pc config.status: executing libtool commands config.status: executing depfiles commands >>> sdl_ttf 2.0.11 Building PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 INCLUDES="-I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL" LDFLAGS="-L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib" -C /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/ /bin/sh ./libtool --tag=CC --mode=compile /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_ttf.lo SDL_ttf.c /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c showfont.c /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c glfont.c libtool: compile: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_ttf\" -DVERSION=\"2.0.11\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_ttf.c -fPIC -DPIC -o .libs/SDL_ttf.o SDL_ttf.c: In function 'UTF8_to_UNICODE': SDL_ttf.c:943:11: warning: overflow in implicit constant conversion [-Woverflow] ch = (Uint16)(utf8[i]&0x07) << 18; ^ /bin/sh ./libtool --tag=CC --mode=link /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -no-undefined -release 2.0 -version-info 10:1:10 -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -o libSDL_ttf.la -rpath /usr/lib SDL_ttf.lo -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lfreetype -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread libtool: link: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -shared .libs/SDL_ttf.o -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfreetype.so -lz /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so -lm -lpthread -matomic -Wl,-soname -Wl,libSDL_ttf-2.0.so.0 -o .libs/libSDL_ttf-2.0.so.0.10.1 libtool: link: (cd ".libs" && rm -f "libSDL_ttf-2.0.so.0" && ln -s "libSDL_ttf-2.0.so.0.10.1" "libSDL_ttf-2.0.so.0") libtool: link: (cd ".libs" && rm -f "libSDL_ttf.so" && ln -s "libSDL_ttf-2.0.so.0.10.1" "libSDL_ttf.so") libtool: link: ( cd ".libs" && rm -f "libSDL_ttf.la" && ln -s "../libSDL_ttf.la" "libSDL_ttf.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -o showfont showfont.o libSDL_ttf.la -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lfreetype -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread /bin/sh ./libtool --tag=CC --mode=link /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -o glfont glfont.o libSDL_ttf.la -lm -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lfreetype -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread libtool: link: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o showfont showfont.o -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib ./.libs/libSDL_ttf.so /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfreetype.so -lz /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so -lm -lpthread -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/.libs -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib libtool: link: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o glfont glfont.o -L/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib ./.libs/libSDL_ttf.so /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfreetype.so -lz /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so -lm -lpthread -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/.libs -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib >>> sdl_ttf 2.0.11 Installing to staging directory PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot install -C /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/ test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib" test -z "/usr/include/SDL" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL" test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'SDL_ttf.pc' '/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/SDL_ttf.pc' /bin/sh ./libtool --mode=install /usr/bin/install -c 'libSDL_ttf.la' '/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL_ttf.la' /usr/bin/install -c -m 644 'SDL_ttf.h' '/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/SDL/SDL_ttf.h' libtool: install: /usr/bin/install -c .libs/libSDL_ttf-2.0.so.0.10.1 /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL_ttf-2.0.so.0.10.1 libtool: install: (cd /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL_ttf-2.0.so.0.10.1 libSDL_ttf-2.0.so.0 || { rm -f libSDL_ttf-2.0.so.0 && ln -s libSDL_ttf-2.0.so.0.10.1 libSDL_ttf-2.0.so.0; }; }) libtool: install: (cd /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL_ttf-2.0.so.0.10.1 libSDL_ttf.so || { rm -f libSDL_ttf.so && ln -s libSDL_ttf-2.0.so.0.10.1 libSDL_ttf.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL_ttf.lai /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL_ttf.la libtool: install: warning: remember to run `libtool --finish /usr/lib' >>> sdl_ttf 2.0.11 Fixing libtool files >>> sdl_ttf 2.0.11 Installing to target PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-2/output/target install -C /home/peko/autobuild/instance-2/output/build/sdl_ttf-2.0.11/ test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/target/usr/lib" test -z "/usr/include/SDL" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/target/usr/include/SDL" test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'SDL_ttf.h' '/home/peko/autobuild/instance-2/output/target/usr/include/SDL/SDL_ttf.h' /usr/bin/install -c -m 644 'SDL_ttf.pc' '/home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig/SDL_ttf.pc' /bin/sh ./libtool --mode=install /usr/bin/install -c 'libSDL_ttf.la' '/home/peko/autobuild/instance-2/output/target/usr/lib/libSDL_ttf.la' libtool: install: /usr/bin/install -c .libs/libSDL_ttf-2.0.so.0.10.1 /home/peko/autobuild/instance-2/output/target/usr/lib/libSDL_ttf-2.0.so.0.10.1 libtool: install: (cd /home/peko/autobuild/instance-2/output/target/usr/lib && { ln -s -f libSDL_ttf-2.0.so.0.10.1 libSDL_ttf-2.0.so.0 || { rm -f libSDL_ttf-2.0.so.0 && ln -s libSDL_ttf-2.0.so.0.10.1 libSDL_ttf-2.0.so.0; }; }) libtool: install: (cd /home/peko/autobuild/instance-2/output/target/usr/lib && { ln -s -f libSDL_ttf-2.0.so.0.10.1 libSDL_ttf.so || { rm -f libSDL_ttf.so && ln -s libSDL_ttf-2.0.so.0.10.1 libSDL_ttf.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL_ttf.lai /home/peko/autobuild/instance-2/output/target/usr/lib/libSDL_ttf.la libtool: install: warning: remember to run `libtool --finish /usr/lib' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'readline', 'libffi'] ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'readline', 'libffi'] ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-2/output/build/packages-file-list-host.txt Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-bison', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-gcc-final', 'host-libffi'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/include-fixed/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] rm -f /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-2/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-2/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-2/output/target/etc/shadow rm -f /home/peko/autobuild/instance-2/output/target/bin/sh rm -f /home/peko/autobuild/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-2/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-2/output/target/usr/include /home/peko/autobuild/instance-2/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-2/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-2/output/target/usr/lib/cmake /home/peko/autobuild/instance-2/output/target/usr/share/cmake find /home/peko/autobuild/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-2/output/target/lib/ /home/peko/autobuild/instance-2/output/target/usr/lib/ /home/peko/autobuild/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-2/output/target/usr/man /home/peko/autobuild/instance-2/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-2/output/target/usr/info /home/peko/autobuild/instance-2/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-2/output/target/usr/doc /home/peko/autobuild/instance-2/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-2/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-2/output/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-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-2/output/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-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/peko/autobuild/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-01530-g9ea3da0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /home/peko/autobuild/instance-2/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-2/buildroot' make: Entering directory `/home/peko/autobuild/instance-2/buildroot' >>> Buildroot 2018.02-git-01530-g9ea3da0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2017.09-release Collecting legal info >>> host-binutils arc-2017.09-release Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.27 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial arc-2017.09-release Collecting legal info >>> linux-headers 4.14.6 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.52 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> binutils arc-2017.09-release Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-checkpolicy 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> enchant 1.6.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> ethtool 4.13 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> let-me-create v1.5.2 Collecting legal info ERROR: No hash found for LICENSE >>> libexif 0.6.21 Collecting legal info ERROR: No hash found for COPYING >>> liblo 0.26 Collecting legal info ERROR: No hash found for COPYING >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> sdl_ttf 2.0.11 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2017.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2017.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-2/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-2/buildroot'