^ r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { ^ r_filter.c:35:52: note: (near initialization for 'filter_ditherMatrix') r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] // /4 \ ^ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-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 -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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c d_client.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); ^ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-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 -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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c w_mmap.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-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 -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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c d_server.c 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/buildroot/autobuild/run/instance-3/output/host/mipsel-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)); ^ 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); ^ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lSDL -lpthread -lSDL_mixer -lm /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../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/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/../../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/buildroot/autobuild/run/instance-3/output/build/prboom-2.5.0/src/prboom /home/buildroot/autobuild/run/instance-3/output/target/usr/games/prboom /usr/bin/install -D /home/buildroot/autobuild/run/instance-3/output/build/prboom-2.5.0/src/prboom-game-server /home/buildroot/autobuild/run/instance-3/output/target/usr/games/prboom-game-server /usr/bin/install -D /home/buildroot/autobuild/run/instance-3/output/build/prboom-2.5.0/data/prboom.wad /home/buildroot/autobuild/run/instance-3/output/target/usr/share/games/doom/prboom.wad sp-oops-extract_0.0.7-1.tar.gz: OK (sha256: 85601a569af1f4584db75fad21d3a70e377ce12d1bccad7dbe1112abd3b43d93) >>> sp-oops-extract 0.0.7-1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/sp-oops-extract/sp-oops-extract_0.0.7-1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/sp-oops-extract-0.0.7-1 -xf - >>> sp-oops-extract 0.0.7-1 Patching Applying 0001-Make-the-Makefile-more-cross-compiler-friendly.patch using patch: patching file src/Makefile Applying 0002-stdint-cleanup.patch using patch: patching file src/oopslog.c >>> sp-oops-extract 0.0.7-1 Configuring >>> sp-oops-extract 0.0.7-1 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/sp-oops-extract-0.0.7-1 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl for i in src; do /usr/bin/make -C $i; done /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o sp-oops-extract oopslog.c >>> sp-oops-extract 0.0.7-1 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/sp-oops-extract-0.0.7-1 install DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install src/sp-oops-extract /home/buildroot/autobuild/run/instance-3/output/target/usr/bin tinycbor-v0.5.2.tar.gz: OK (sha256: dfa2a4550eb145a5f62ffff39e36accf2704987922c194e8e845124175c00441) >>> tinycbor v0.5.2 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/tinycbor/tinycbor-v0.5.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/tinycbor-v0.5.2 -xf - >>> tinycbor v0.5.2 Patching Applying 0001-fix-undefined-encode_half-in-json2cbor.patch using patch: patching file tools/json2cbor/json2cbor.c >>> tinycbor v0.5.2 Configuring >>> tinycbor v0.5.2 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-3/output/build/tinycbor-v0.5.2 Makefile:99: warning: funopen and fopencookie unavailable, open_memstream can not be implemented and conversion to JSON will not work properly! /usr/bin/make -f ./Makefile.configure OUT='>&9' configure 9> .config if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -o /dev/null - ; \ then \ echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/ccirab7m.o: In function `main': :(.text+0x1c): undefined reference to `funopen' :(.text+0x24): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -Wl,--gc-sections -o /dev/null - ; \ then \ echo gc_sections-pass := 1 >&9; \ fi if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -lcjson -o /dev/null - ; \ then \ echo system-cjson-pass := 1 >&9; \ fi :2:26: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -I./src -o /dev/null - ; \ then \ echo cjson-pass := 1 >&9; \ fi :2:26: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#if !defined(__STDC_HOSTED__) || __STDC_HOSTED__-0 == 1\n #error Hosted implementation\n #endif\n int main() {}" | \ /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -xc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o /dev/null - ; \ then \ echo freestanding-pass := 1 >&9; \ fi :2:3: error: #error Hosted implementation /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborparser.pic.o src/cborparser.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -shared -Wl,-soname,libtinycbor.so.0.5 -o lib/libtinycbor.so.0.5.2 src/cborerrorstrings.pic.o src/cborencoder.pic.o src/cborencoder_close_container_checked.pic.o src/cborparser.pic.o src/cborpretty.pic.o src/cborparser_dup_string.pic.o src/cborpretty_stdio.pic.o src/cbortojson.pic.o src/cborvalidation.pic.o -lm cd lib ; ln -sf libtinycbor.so.0.5.2 libtinycbor.so ; ln -sf libtinycbor.so.0.5.2 libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc -o bin/cbordump tools/cbordump/cbordump.o lib/libtinycbor.so -lm sed > tinycbor.pc < tinycbor.pc.in \ -e 's,@prefix@,/usr/local,' \ -e 's,@exec_prefix@,/usr/local,' \ -e 's,@libdir@,/usr/local/lib,' \ -e 's,@includedir@,/usr/local/include,' \ -e 's,@version@,0.5.2,' >>> tinycbor v0.5.2 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-3/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot prefix=/usr install install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/cbordump install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libtinycbor.so install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libtinycbor.so.0.5.2 install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor/cbor.h install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor/cborjson.h install -d /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor/tinycbor-version.h >>> tinycbor v0.5.2 Fixing libtool files >>> tinycbor v0.5.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-3/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target prefix=/usr install install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-3/output/target/usr/bin/cbordump install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libtinycbor.so install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libtinycbor.so.0.5.2 install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor/cbor.h install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor/cborjson.h install -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/tinycbor/tinycbor-version.h >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/freeswitch/mod/mod_native_file.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_scgi.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_db.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_nl.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_avmd.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_spandsp.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_local_stream.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_directory.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_lcr.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_voicemail.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_es_ar.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_expr.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_syslog.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_pt.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_hr.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libSKP_SILK_SDK.la" is touched by more than one package: [u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_rtmp.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_commands.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpoppler-cpp.la" is touched by more than one package: [u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_isac.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_cdr_csv.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_ja.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_curl.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_th.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_httapi.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_g729.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_hu.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_he.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_hash.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_callcenter.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_es.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_zh.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_esf.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_event_socket.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_logfile.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_verto.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libSDL_mixer.la" is touched by more than one package: [u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_easyroute.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dptools.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_cdr.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_fa.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_loopback.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_conference.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_fifo.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_timerfd.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libSDL_net.la" is touched by more than one package: [u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_pl.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_valet_parking.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_ru.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_sofia.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_esl.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libpoppler.la" is touched by more than one package: [u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_rtc.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_sv.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_it.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libfreeswitch.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dialplan_xml.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_rpc.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_de.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_tone_stream.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_cdr_sqlite.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_console.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_snom.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_codec2.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_fsk.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_sms.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_g723_1.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_fr.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_silk.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dialplan_asterisk.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_blacklist.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_en.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/freeswitch/mod/mod_spy.la" is touched by more than one package: [u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'expat', u'flann', u'freetype', u'fontconfig', u'libjpeg', u'libcodec2', u'libopenssl', u'libcurl', u'libsilk', u'pcre', u'libogg', u'speexdsp', u'speex', u'sqlite', u'tiff', u'freeswitch', u'libffi', u'libglib2', u'pcre2', u'poppler', u'sdl', u'sdl_mixer', u'sdl_net', u'tinycbor'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00652-g8e928a8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.02-git-00652-g8e928a8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> boa 0.94.14rc21 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> e2fsprogs 1.44.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> fontconfig 2.13.1 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> freeswitch 1.8.2 Collecting legal info COPYING: OK (sha256: 10299420c1e8602c0daf5a59d022621cd72a9148d1f0f33501edb3db3445c7fe) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/apr-util/LICENSE: OK (sha256: 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a) libs/sofia-sip/COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) libs/sofia-sip/COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) libs/spandsp/COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) libs/libzrtp/src/zrtp_legal.c: OK (sha256: 7d72a8aee2c4b1a084200487992a5d86f5df6b535727a14c1874918e99d24600) src/mod/codecs/mod_isac/LICENSE: OK (sha256: ab00a482b6a3902e40211b43c5d0441962ea99b6cc7c25c0f243fa270b78d482) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libcodec2 0.7 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info ERROR: No hash found for COPYING >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> msmtp 1.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nbd 3.15.2 Collecting legal info ERROR: No hash found for COPYING >>> netstat-nat 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> pcre2 10.31 Collecting legal info LICENCE: OK (sha256: 4806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64) >>> poppler 0.59.0 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'