134 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_checksum.o p_checksum.c /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] 245 | patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); | ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] 246 | 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] 470 | 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] 471 | composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); | ^ /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_fps.o r_fps.c /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_filter.o r_filter.c r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] 35 | byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { | ^ 36 | 0*DMR, 14*DMR, 3*DMR, 13*DMR, 11*DMR, 5*DMR, 8*DMR, 6*DMR, | { } { } 37 | 12*DMR, 2*DMR, 15*DMR, 1*DMR, 7*DMR, 9*DMR, 4*DMR, 10*DMR | { } { 38 | }; | } r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] 79 | // /4 \ | ^ /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_client.o d_client.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization of 'char *' from 'byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 148 | 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] 420 | int *p = (int*)(queuedpacket[i]+1); | ^ /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_mmap.o w_mmap.c /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/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/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lpng -lSDL_mixer -lm /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-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 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_server.o d_server.c d_server.c: In function 'n_players_in_state': d_server.c:234:36: warning: comparison of integer expressions of different signedness: 'enum ' and 'int' [-Wsign-compare] 234 | 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] 492 | n = *(short*)(packet+1); | ^ d_server.c:522:32: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 522 | strcpy(sinfo->wadnames + extrabytes, wadname[i]); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ | | | byte * {aka unsigned char *} In file included from /tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from d_server.c:40: /tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:77:1: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} 77 | __NTH (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=] 573 | if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld d_server.c:591:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 591 | if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld d_server.c:578:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 578 | { | ^ d_server.c:596:5: note: here 596 | case PKT_EXTRA: | ^~~~ /tmp/instance-23/output-1/per-package/prboom/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -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 -fomit-frame-pointer -I../src -I/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/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/tmp/instance-23/output-1/per-package/prboom/host/mips64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lpng -lSDL_mixer -lm make[4]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/tmp/instance-23/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/tmp/instance-23/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/tmp/instance-23/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/tmp/instance-23/output-1/build/prboom-2.5.0' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/tmp/instance-23/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /tmp/instance-23/output-1/build/prboom-2.5.0/src/prboom /tmp/instance-23/output-1/per-package/prboom/target/usr/games/prboom /usr/bin/install -D /tmp/instance-23/output-1/build/prboom-2.5.0/src/prboom-game-server /tmp/instance-23/output-1/per-package/prboom/target/usr/games/prboom-game-server /usr/bin/install -D /tmp/instance-23/output-1/build/prboom-2.5.0/data/prboom.wad /tmp/instance-23/output-1/per-package/prboom/target/usr/share/games/doom/prboom.wad mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/host mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/target >>> host-pwgen 2.08 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-23/output-1/build/.pwgen-2.08.tar.gz.yvp2VC/output' 'http://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz' --2023-01-01 15:39:31-- http://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cytranet.dl.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz [following] --2023-01-01 15:39:31-- http://cytranet.dl.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54884 (54K) [application/x-gzip] Saving to: '/tmp/instance-23/output-1/build/.pwgen-2.08.tar.gz.yvp2VC/output' 0K .......... .......... .......... .......... .......... 93% 782K 0s 50K ... 100% 6.70T=0.06s 2023-01-01 15:39:31 (838 KB/s) - '/tmp/instance-23/output-1/build/.pwgen-2.08.tar.gz.yvp2VC/output' saved [54884/54884] pwgen-2.08.tar.gz: OK (md5: 6cfba450ac6ff72d11e88a6b0b049165) pwgen-2.08.tar.gz: OK (sha1: 6406deba61297784888c2ec0c14e3c735a85a2b6) >>> host-pwgen 2.08 Extracting mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/host mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/target gzip -d -c /tmp/instance-23/dl/pwgen/pwgen-2.08.tar.gz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/host-pwgen-2.08 -xf - >>> host-pwgen 2.08 Patching >>> host-pwgen 2.08 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-23/output-1/build/host-pwgen-2.08 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pwgen 2.08 Patching libtool >>> host-pwgen 2.08 Configuring mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-pwgen/host mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-pwgen/target (cd /tmp/instance-23/output-1/build/host-pwgen-2.08/ && rm -rf config.cache; PATH="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin:/tmp/instance-23/output-1/per-package/host-pwgen/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-23/output-1/per-package/host-pwgen/host/lib/pkgconfig:/tmp/instance-23/output-1/per-package/host-pwgen/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/tmp/instance-23/output-1/per-package/host-pwgen/host/include" CFLAGS="-O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include" CXXFLAGS="-O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include" LDFLAGS="-L/tmp/instance-23/output-1/per-package/host-pwgen/host/lib -Wl,-rpath,/tmp/instance-23/output-1/per-package/host-pwgen/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include" LDFLAGS="-L/tmp/instance-23/output-1/per-package/host-pwgen/host/lib -Wl,-rpath,/tmp/instance-23/output-1/per-package/host-pwgen/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-23/output-1/per-package/host-pwgen/host" --sysconfdir="/tmp/instance-23/output-1/per-package/host-pwgen/host/etc" --localstatedir="/tmp/instance-23/output-1/per-package/host-pwgen/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, --disable-dependency-tracking 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 for a BSD-compatible install... /usr/bin/install -c checking for mv... /usr/bin/mv checking for rm... /usr/bin/rm checking for sed... /usr/bin/sed checking for perl... /usr/bin/perl checking for getopt_long... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes configure: creating ./config.status config.status: creating Makefile 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, --disable-dependency-tracking >>> host-pwgen 2.08 Building PATH="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin:/tmp/instance-23/output-1/per-package/host-pwgen/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-23/output-1/per-package/host-pwgen/host/lib/pkgconfig:/tmp/instance-23/output-1/per-package/host-pwgen/host/share/pkgconfig" /home/autobuild/make/make -C /tmp/instance-23/output-1/build/host-pwgen-2.08/ make[1]: Entering directory '/tmp/instance-23/output-1/build/host-pwgen-2.08' /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pwgen.c -o pwgen.o /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_phonemes.c -o pw_phonemes.o /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_rand.c -o pw_rand.o /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic randnum.c -o randnum.o /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1.c -o sha1.o /usr/bin/gcc -c -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -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_GETOPT_H=1 -O2 -I/tmp/instance-23/output-1/per-package/host-pwgen/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1num.c -o sha1num.o /usr/bin/gcc -L/tmp/instance-23/output-1/per-package/host-pwgen/host/lib -Wl,-rpath,/tmp/instance-23/output-1/per-package/host-pwgen/host/lib -o pwgen pwgen.o pw_phonemes.o pw_rand.o randnum.o sha1.o sha1num.o make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-pwgen-2.08' >>> host-pwgen 2.08 Installing to host directory PATH="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin:/tmp/instance-23/output-1/per-package/host-pwgen/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-23/output-1/per-package/host-pwgen/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-23/output-1/per-package/host-pwgen/host/lib/pkgconfig:/tmp/instance-23/output-1/per-package/host-pwgen/host/share/pkgconfig" /home/autobuild/make/make install -C /tmp/instance-23/output-1/build/host-pwgen-2.08/ make[1]: Entering directory '/tmp/instance-23/output-1/build/host-pwgen-2.08' mkdir -p /tmp/instance-23/output-1/per-package/host-pwgen/host/bin /tmp/instance-23/output-1/per-package/host-pwgen/host/share/man/man1 /usr/bin/install -c pwgen /tmp/instance-23/output-1/per-package/host-pwgen/host/bin/pwgen /usr/bin/install -c -m 644 ./pwgen.1 /tmp/instance-23/output-1/per-package/host-pwgen/host/share/man/man1/pwgen.1 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-pwgen-2.08' mkdir -p /tmp/instance-23/output-1/per-package/radvd/host mkdir -p /tmp/instance-23/output-1/per-package/radvd/target >>> radvd 2.19 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-23/output-1/build/.radvd-2.19.tar.gz.2BxroE/output' 'http://www.litech.org/radvd/dist/radvd-2.19.tar.gz' --2023-01-01 15:39:36-- http://www.litech.org/radvd/dist/radvd-2.19.tar.gz Resolving www.litech.org (www.litech.org)... 204.16.242.132, 2001:470:8:6f::229 Connecting to www.litech.org (www.litech.org)|204.16.242.132|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://radvd-project.github.io/dist/radvd-2.19.tar.gz [following] --2023-01-01 15:39:36-- http://radvd-project.github.io/dist/radvd-2.19.tar.gz Resolving radvd-project.github.io (radvd-project.github.io)... 185.199.108.153, 185.199.109.153, 185.199.110.153, ... Connecting to radvd-project.github.io (radvd-project.github.io)|185.199.108.153|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://radvd.litech.org/dist/radvd-2.19.tar.gz [following] --2023-01-01 15:39:36-- https://radvd.litech.org/dist/radvd-2.19.tar.gz Resolving radvd.litech.org (radvd.litech.org)... 185.199.110.153, 185.199.111.153, 185.199.109.153, ... Connecting to radvd.litech.org (radvd.litech.org)|185.199.110.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 222794 (218K) [application/gzip] Saving to: '/tmp/instance-23/output-1/build/.radvd-2.19.tar.gz.2BxroE/output' 0K .......... .......... .......... .......... .......... 22% 17.4M 0s 50K .......... .......... .......... .......... .......... 45% 18.1M 0s 100K .......... .......... .......... .......... .......... 68% 17.9M 0s 150K .......... .......... .......... .......... .......... 91% 16.2M 0s 200K .......... ....... 100% 156M=0.01s 2023-01-01 15:39:37 (18.7 MB/s) - '/tmp/instance-23/output-1/build/.radvd-2.19.tar.gz.2BxroE/output' saved [222794/222794] radvd-2.19.tar.gz: OK (sha512: caa621fd77e34ff6858d60a41b0ee02aff967ac14f2b84c402359744f4bece5c1563419860431c328adc0385e9893ed1f2421d652247a3aa0dfc0aaad1e01233) >>> radvd 2.19 Extracting mkdir -p /tmp/instance-23/output-1/per-package/radvd/host mkdir -p /tmp/instance-23/output-1/per-package/radvd/target gzip -d -c /tmp/instance-23/dl/radvd/radvd-2.19.tar.gz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/radvd-2.19 -xf - >>> radvd 2.19 Patching >>> radvd 2.19 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-23/output-1/build/radvd-2.19 -name $file); do cp support/gnuconfig/$file $i; done; done >>> radvd 2.19 Patching libtool >>> radvd 2.19 Configuring mkdir -p /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-bison/host/ /tmp/instance-23/output-1/per-package/host-bison/host/ /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-flex/host/ /tmp/instance-23/output-1/per-package/host-flex/host/ /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-pkgconf/host/ /tmp/instance-23/output-1/per-package/host-pkgconf/host/ /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/skeleton/host/ /tmp/instance-23/output-1/per-package/skeleton/host/ /tmp/instance-23/output-1/per-package/radvd/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/radvd/host mkdir -p /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-bison/target/ /tmp/instance-23/output-1/per-package/host-bison/target/ /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-flex/target/ /tmp/instance-23/output-1/per-package/host-flex/target/ /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-pkgconf/target/ /tmp/instance-23/output-1/per-package/host-pkgconf/target/ /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/skeleton/target/ /tmp/instance-23/output-1/per-package/skeleton/target/ /tmp/instance-23/output-1/per-package/radvd/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/radvd/target (cd /tmp/instance-23/output-1/build/radvd-2.19/ && rm -rf config.cache && PATH="/tmp/instance-23/output-1/per-package/radvd/host/bin:/tmp/instance-23/output-1/per-package/radvd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-as" LD="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-ld" NM="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc" GCC="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc" CPP="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-cpp" CXX="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-g++" FC="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gfortran" F77="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-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/tmp/instance-23/output-1/per-package/radvd/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-23/output-1/per-package/radvd/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-23/output-1/per-package/radvd/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-23/output-1/per-package/radvd/host/lib -Wl,-rpath,/tmp/instance-23/output-1/per-package/radvd/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-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 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-23/output-1/per-package/radvd/host/bin/pkg-config" STAGING_DIR="/tmp/instance-23/output-1/per-package/radvd/host/mips64-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=yes ac_cv_prog_cc_c99='-std=gnu99' ac_cv_header_linux_if_arp_h=no CONFIG_SITE=/dev/null ./configure --target=mips64-buildroot-linux-gnu --host=mips64-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 --with-stack-protector ) 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 build system type... x86_64-pc-linux-gnu checking host system type... mips64-buildroot-linux-gnu checking target system type... mips64-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking architecture... linux checking for style of include used by make... GNU checking for mips64-buildroot-linux-gnu-gcc... /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-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 /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc... none checking for /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc option to accept ISO C99... (cached) -std=gnu99 checking for mips64-buildroot-linux-gnu-ranlib... /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-gcc-ranlib checking pkg-config is at least version 0.9.0... yes checking netlink... yes checking for library containing clock_gettime... none required checking for rm... /usr/bin/rm checking for sed... /usr/bin/sed checking for ln... /usr/bin/ln checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for tar... /usr/bin/tar checking for gzip... /usr/bin/gzip checking where to put logfile... /var/log/radvd.log checking where to put pidfile... /var/run/radvd.pid checking where to find configfile... /etc/radvd.conf checking which syslog facility to use... LOG_DAEMON checking for inet_ntop in -lc... yes checking how to run the C preprocessor... /tmp/instance-23/output-1/per-package/radvd/host/bin/mips64-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for linux/if_arp.h... (cached) no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking net/if_types.h usability... no checking net/if_types.h presence... no checking for net/if_types.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct sockaddr_in6 has sin6_scope_id... yes checking whether struct in6_addr has u6_addrXX and defines s6_addrXX... yes checking for getopt_long... yes checking for ppoll... yes checking for sysctl... no checking pkg-config is at least version 0.9.0... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating radvd.service config.status: creating redhat/systemd/radvd.spec config.status: creating redhat/SysV/radvd.spec config.status: creating 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 Your build configuration: 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 -g0 -D_FORTIFY_SOURCE=1 LDFLAGS = Arch = linux Extras: privsep-linux.o device-linux.o netlink.o prefix: /usr PID file: /var/run/radvd.pid Log file: /var/log/radvd.log Config file: /etc/radvd.conf Radvd version: 2.19 >>> radvd 2.19 Building PATH="/tmp/instance-23/output-1/per-package/radvd/host/bin:/tmp/instance-23/output-1/per-package/radvd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -C /tmp/instance-23/output-1/build/radvd-2.19/ make[1]: Entering directory '/tmp/instance-23/output-1/build/radvd-2.19' /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-23/output-1/build/radvd-2.19' YACC gram.c updating gram.h CC libradvd_parser_a-gram.o LEX scanner.c CC libradvd_parser_a-scanner.o AR libradvd-parser.a ar: `u' modifier ignored since `D' is the default (see `U') CC log.o CC recv.o CC socket.o CC util.o CC device-common.o CC interface.o CC process.o CC radvd.o CC send.o CC timer.o CC privsep-linux.o CC device-linux.o CC netlink.o CCLD radvd CC radvdump.o CCLD radvdump GEN radvd.8 GEN radvd.conf.5 GEN radvdump.8 make[2]: Leaving directory '/tmp/instance-23/output-1/build/radvd-2.19' make[1]: Leaving directory '/tmp/instance-23/output-1/build/radvd-2.19' >>> radvd 2.19 Installing to target PATH="/tmp/instance-23/output-1/per-package/radvd/host/bin:/tmp/instance-23/output-1/per-package/radvd/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make DESTDIR=/tmp/instance-23/output-1/per-package/radvd/target install -C /tmp/instance-23/output-1/build/radvd-2.19/ make[1]: Entering directory '/tmp/instance-23/output-1/build/radvd-2.19' make[2]: Entering directory '/tmp/instance-23/output-1/build/radvd-2.19' /usr/bin/mkdir -p '/tmp/instance-23/output-1/per-package/radvd/target/usr/sbin' /usr/bin/install -c radvd radvdump '/tmp/instance-23/output-1/per-package/radvd/target/usr/sbin' /usr/bin/mkdir -p '/tmp/instance-23/output-1/per-package/radvd/target/usr/share/man/man5' /usr/bin/install -c -m 644 radvd.conf.5 '/tmp/instance-23/output-1/per-package/radvd/target/usr/share/man/man5' /usr/bin/mkdir -p '/tmp/instance-23/output-1/per-package/radvd/target/usr/share/man/man8' /usr/bin/install -c -m 644 radvd.8 radvdump.8 '/tmp/instance-23/output-1/per-package/radvd/target/usr/share/man/man8' make[2]: Leaving directory '/tmp/instance-23/output-1/build/radvd-2.19' make[1]: Leaving directory '/tmp/instance-23/output-1/build/radvd-2.19' /usr/bin/install -D -m 0755 package/radvd/S50radvd /tmp/instance-23/output-1/per-package/radvd/target/etc/init.d/S50radvd mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/host mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/target >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Downloading GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git init . hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/instance-23/dl/rtc-tools/git/.git/ GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git remote add origin 'https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git' GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git remote set-url origin 'https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git' Fetching all references GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git fetch origin From https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools * [new branch] master -> origin/master * [new tag] 2022.02 -> 2022.02 GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git fetch origin -t GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git checkout -f -q '33ef4aa1c92b0c92a351284d93d1ac5570de9cc7' warning: refname '33ef4aa1c92b0c92a351284d93d1ac5570de9cc7' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git switch -c $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" GIT_DIR=/tmp/instance-23/dl/rtc-tools/git/.git git clean -ffdx rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7-br1.tar.gz: OK (sha256: 8614e140b04da3dbb787760bdb0fe2ac5fe8907f5d3e9a74c6713e3d17fc3650) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Extracting mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/host mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/target gzip -d -c /tmp/instance-23/dl/rtc-tools/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 -xf - >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Patching >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Configuring mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/rtc-tools/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/skeleton/host/ /tmp/instance-23/output-1/per-package/skeleton/host/ /tmp/instance-23/output-1/per-package/rtc-tools/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/rtc-tools/host mkdir -p /tmp/instance-23/output-1/per-package/rtc-tools/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/rtc-tools/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/skeleton/target/ /tmp/instance-23/output-1/per-package/skeleton/target/ /tmp/instance-23/output-1/per-package/rtc-tools/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/rtc-tools/target >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Building /tmp/instance-23/output-1/per-package/rtc-tools/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc.c /tmp/instance-23/output-1/per-package/rtc-tools/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range.c /tmp/instance-23/output-1/per-package/rtc-tools/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync.c >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc /tmp/instance-23/output-1/per-package/rtc-tools/target/usr/bin/rtc /usr/bin/install -D -m 0755 /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range /tmp/instance-23/output-1/per-package/rtc-tools/target/usr/bin/rtc-range /usr/bin/install -D -m 0755 /tmp/instance-23/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync /tmp/instance-23/output-1/per-package/rtc-tools/target/usr/bin/rtc-sync mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/target go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/target gzip -d -c /tmp/instance-23/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap 1.4-bootstrap-20171003 Configuring mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-skeleton/host/ /tmp/instance-23/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/toolchain/host/ /tmp/instance-23/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-23/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-skeleton/target/ /tmp/instance-23/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/toolchain/target/ /tmp/instance-23/output-1/per-package/host-go-bootstrap/target >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-23/output-1/per-package/host-go-bootstrap/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: mkdtemp(/var/tmp/go-cbuild-g8KOn3): Permission denied make: *** [package/pkg-generic.mk:293: /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-23/buildroot'