^~~~~~~~~~~~~~~~~~~~~~ In file included from variant.c:43:0: variant.c: In function 'tr_variantListCopy': variant.h:242:1: warning: inlining failed in call to 'tr_variantIsBool': call is unlikely and code size would grow [-Winline] tr_variantIsBool (const tr_variant * v) ^~~~~~~~~~~~~~~~ variant.c:1029:11: note: called from here if (tr_variantIsBool (val)) ^~~~~~~~~~~~~~~~~~~~~~ In file included from variant.c:43:0: variant.h:259:1: warning: inlining failed in call to 'tr_variantIsInt': call is unlikely and code size would grow [-Winline] tr_variantIsInt (const tr_variant * v) ^~~~~~~~~~~~~~~ variant.c:1041:15: note: called from here else if (tr_variantIsInt (val)) ^~~~~~~~~~~~~~~~~~~~~ In file included from variant.c:43:0: variant.h:198:1: warning: inlining failed in call to 'tr_variantIsString': call is unlikely and code size would grow [-Winline] tr_variantIsString (const tr_variant * b) ^~~~~~~~~~~~~~~~~~ variant.c:1047:15: note: called from here else if (tr_variantIsString (val)) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from variant.c:43:0: variant.h:327:1: warning: inlining failed in call to 'tr_variantIsDict': call is unlikely and code size would grow [-Winline] tr_variantIsDict (const tr_variant * v) ^~~~~~~~~~~~~~~~ variant.c:1054:15: note: called from here else if (tr_variantIsDict (val)) ^~~~~~~~~~~~~~~~~~~~~~ In file included from variant.c:43:0: variant.h:275:1: warning: inlining failed in call to 'tr_variantIsList': call is unlikely and code size would grow [-Winline] tr_variantIsList (const tr_variant * v) ^~~~~~~~~~~~~~~~ variant.c:1058:15: note: called from here else if (tr_variantIsList (val)) ^~~~~~~~~~~~~~~~~~~~~~ In file included from torrent.c:48:0: torrent.c: In function 'tr_torrentStop': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ torrent.c:1890:7: note: called from here if (tr_isTorrent (tor)) ^~~~~~~~~~~~~~~~~~ CC clients-test.o In file included from torrent.c:48:0: torrent.c: In function 'tr_torrentFree': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ torrent.c:1933:7: note: called from here if (tr_isTorrent (tor)) ^~~~~~~~~~~~~~~~~~ In file included from peer-msgs.c:29:0: peer-msgs.c: In function 'tr_peerMsgsNew': torrent.h:342:20: warning: inlining failed in call to 'tr_torrentAllowsPex': call is unlikely and code size would grow [-Winline] static inline bool tr_torrentAllowsPex (const tr_torrent * tor) ^~~~~~~~~~~~~~~~~~~ peer-msgs.c:2653:7: note: called from here if (tr_torrentAllowsPex (torrent)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from peer-msgs.c:20:0: transmission.h:1803:20: warning: inlining failed in call to 'tr_torrentHasMetadata': call is unlikely and code size would grow [-Winline] static inline bool tr_torrentHasMetadata (const tr_torrent * tor) ^~~~~~~~~~~~~~~~~~~~~ In file included from peer-msgs.c:22:0: completion.h:91:10: note: called from here return tr_torrentHasMetadata (cp->tor) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ completion.h:95:20: warning: inlining failed in call to 'tr_cpHasNone': call is unlikely and code size would grow [-Winline] static inline bool tr_cpHasNone (const tr_completion * cp) ^~~~~~~~~~~~ In file included from peer-msgs.c:29:0: torrent.h:462:10: note: called from here return tr_cpHasNone (&tor->completion); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from peer-msgs.c:22:0: completion.h:95:20: warning: inlining failed in call to 'tr_cpHasNone': call is unlikely and code size would grow [-Winline] static inline bool tr_cpHasNone (const tr_completion * cp) ^~~~~~~~~~~~ In file included from peer-msgs.c:29:0: torrent.h:462:10: note: called from here return tr_cpHasNone (&tor->completion); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ peer-mgr.c: In function 'tr_peerMgrAddIncoming': peer-mgr.c:380:1: warning: inlining failed in call to 'getExistingHandshake': call is unlikely and code size would grow [-Winline] getExistingHandshake (tr_ptrArray * handshakes, const tr_address * addr) ^~~~~~~~~~~~~~~~~~~~ peer-mgr.c:2083:12: note: called from here else if (getExistingHandshake (&manager->incomingHandshakes, addr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC crypto-test.o CC error-test.o CC file-test.o CC history-test.o CC json-test.o CC magnet-test.o CC makemeta-test.o CC metainfo-test.o In file included from json-test.c:17:0: json-test.c: In function 'test_unescape': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:217:15: note: called from here const int err = tr_variantFromJson (&top, in, strlen(in)); ^~~ In file included from json-test.c:17:0: json-test.c: In function 'test3': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:201:15: note: called from here const int err = tr_variantFromJson (&top, in, strlen(in)); ^~~ In file included from json-test.c:17:0: json-test.c: In function 'test2': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:182:9: note: called from here err = tr_variantFromJson (&top, in, strlen(in)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from json-test.c:17:0: json-test.c: In function 'test_utf8': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:79:9: note: called from here err = tr_variantFromJson (&top, in, strlen(in)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from json-test.c:17:0: variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:88:9: note: called from here err = tr_variantFromJson (&top, in, strlen(in)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from json-test.c:17:0: variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:105:9: note: called from here err = tr_variantFromJson (&top, in, strlen(in)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from json-test.c:17:0: variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:116:9: note: called from here err = tr_variantFromJson (&top, json, strlen(json)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC move-test.o In file included from json-test.c:17:0: json-test.c: In function 'test_elements': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:41:9: note: called from here err = tr_variantFromJson (&top, in, strlen(in)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC peer-msgs-test.o CC quark-test.o CC rename-test.o In file included from json-test.c:17:0: json-test.c: In function 'test1': variant.h:175:1: warning: inlining failed in call to 'tr_variantFromJson': call is unlikely and code size would grow [-Winline] tr_variantFromJson (tr_variant * setme, ^~~~~~~~~~~~~~~~~~ json-test.c:147:18: note: called from here const int err = tr_variantFromJson (&top, in, strlen(in)); ^~~ CC rpc-test.o CC session-test.o In file included from torrent.c:48:0: torrent.c: In function 'tr_torrentStart': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ torrent.c:1752:7: note: called from here if (tr_isTorrent (tor)) ^~~~~~~~~~~~~~~~~~ In file included from torrent.c:48:0: torrent.c: In function 'tr_torrentStartNow': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ torrent.c:1759:7: note: called from here if (tr_isTorrent (tor)) ^~~~~~~~~~~~~~~~~~ CC tr-getopt-test.o CC utils-test.o CC variant-test.o CC watchdir-test.o CC watchdir_generic_test-watchdir-test.o CC watchdir_generic_test-libtransmission-test.o In file included from rename-test.c:19:0: rename-test.c: In function 'test_multifile_torrent': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ In file included from rename-test.c:22:0: rename-test.c:295:10: note: called from here check (tr_isTorrent (tor)); libtransmission-test.h:39:53: note: in definition of macro 'check' if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~ In file included from rename-test.c:19:0: torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ In file included from rename-test.c:22:0: rename-test.c:458:10: note: called from here check (tr_isTorrent (tor)); libtransmission-test.h:39:53: note: in definition of macro 'check' if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~ In file included from rename-test.c:19:0: rename-test.c: In function 'test_single_filename_torrent': torrent.h:372:20: warning: inlining failed in call to 'tr_isTorrent': call is unlikely and code size would grow [-Winline] static inline bool tr_isTorrent (const tr_torrent * tor) ^~~~~~~~~~~~ In file included from rename-test.c:22:0: rename-test.c:142:10: note: called from here check (tr_isTorrent (tor)); libtransmission-test.h:39:53: note: in definition of macro 'check' if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~ AR libtransmission.a CCLD bitfield-test CCLD clients-test CCLD blocklist-test CCLD crypto-test CCLD error-test CCLD history-test CCLD json-test CCLD magnet-test CCLD makemeta-test CCLD metainfo-test CCLD move-test CCLD peer-msgs-test CCLD quark-test CCLD rename-test CCLD rpc-test CCLD session-test CCLD tr-getopt-test CCLD utils-test CCLD variant-test CCLD watchdir-test CCLD watchdir-generic-test CCLD file-test Making all in utils CC create.o CC edit.o CC show.o CCLD transmission-create CCLD transmission-edit CCLD transmission-show Making all in cli CC cli.o CCLD transmission-cli Making all in web Making all in images make[4]: Nothing to be done for `all'. Making all in style Making all in jqueryui Making all in images make[6]: Nothing to be done for `all'. make[6]: Nothing to be done for `all-am'. Making all in transmission Making all in images Making all in buttons make[7]: Nothing to be done for `all'. make[7]: Nothing to be done for `all-am'. make[6]: Nothing to be done for `all-am'. make[5]: Nothing to be done for `all-am'. Making all in javascript Making all in jquery make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. >>> transmission 2.92 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/output/build/transmission-2.92/ Making install in extras make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in third-party Making install in dht make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in libb64 make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in libnatpmp make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in miniupnp /usr/bin/make install-am make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in libtransmission make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in utils /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c transmission-create transmission-edit transmission-show '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 transmission-create.1 transmission-edit.1 transmission-show.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c transmission-create /home/peko/autobuild/instance-0/output/target/usr/bin/transmission-create libtool: install: /usr/bin/install -c transmission-edit /home/peko/autobuild/instance-0/output/target/usr/bin/transmission-edit libtool: install: /usr/bin/install -c transmission-show /home/peko/autobuild/instance-0/output/target/usr/bin/transmission-show Making install in cli /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c transmission-cli '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 transmission-cli.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c transmission-cli /home/peko/autobuild/instance-0/output/target/usr/bin/transmission-cli Making install in web Making install in images make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/images' /usr/bin/install -c -m 644 favicon.ico favicon.png webclip-icon.png '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/images' Making install in style Making install in jqueryui Making install in images make[7]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/jqueryui/images' /usr/bin/install -c -m 644 ui-bg_flat_0_aaaaaa_40x100.png ui-bg_flat_75_ffffff_40x100.png ui-bg_glass_55_fbf9ee_1x400.png ui-bg_glass_65_ffffff_1x400.png ui-bg_glass_75_dadada_1x400.png ui-bg_glass_75_e6e6e6_1x400.png ui-bg_glass_95_fef1ec_1x400.png ui-bg_highlight-soft_75_cccccc_1x100.png ui-icons_222222_256x240.png ui-icons_2e83ff_256x240.png ui-icons_454545_256x240.png ui-icons_888888_256x240.png ui-icons_cd0a0a_256x240.png '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/jqueryui/images' make[7]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/jqueryui' /usr/bin/install -c -m 644 jquery-ui.min.css '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/jqueryui' Making install in transmission Making install in images Making install in buttons make[8]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission/images/buttons' /usr/bin/install -c -m 644 torrent_buttons.png '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission/images/buttons' make[8]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission/images' /usr/bin/install -c -m 644 arrow-down.png arrow-up.png blue-turtle.png compact.png file-priority-high.png file-priority-low.png file-priority-normal.png filter_bar.png filter_icon.png inspector-files.png inspector-info.png inspector-peers.png inspector-trackers.png lock_icon.png logo.png progress.png settings.png toolbar-close.png toolbar-folder.png toolbar-info.png toolbar-pause.png toolbar-start.png toolbar-pause-all.png toolbar-start-all.png turtle.png wrench.png '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission/images' make[7]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission' /usr/bin/install -c -m 644 common.css mobile.css '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/style/transmission' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in javascript Making install in jquery make[6]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/javascript/jquery' /usr/bin/install -c -m 644 jquery-ui.min.js jquery-migrate.min.js jquery.min.js jquery.ui-contextmenu.min.js jquery.transmenu.min.js json2.min.js '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/javascript/jquery' make[6]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/javascript' /usr/bin/install -c -m 644 common.js dialog.js file-row.js formatter.js inspector.js notifications.js prefs-dialog.js remote.js torrent.js torrent-row.js transmission.js '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web/javascript' make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web' /usr/bin/install -c -m 644 index.html LICENSE '/home/peko/autobuild/instance-0/output/target/usr/share/transmission/web' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. usb-modeswitch-2.5.0.tar.bz2: OK (sha256: 31c0be280d49a99ec3dc0be3325bef320d9c04b50714ef0ce1e36a614d687633) >>> usb_modeswitch 2.5.0 Extracting bzcat /home/peko/autobuild/instance-0/dl/usb-modeswitch-2.5.0.tar.bz2 | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0 -xf - >>> usb_modeswitch 2.5.0 Patching >>> usb_modeswitch 2.5.0 Configuring >>> usb_modeswitch 2.5.0 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/peko/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os " LDFLAGS="" FCFLAGS="-mlongcalls -mauto-litpools -Os " FFLAGS="-mlongcalls -mauto-litpools -Os " PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -D_GNU_SOURCE -Wall -I." -C /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0 static /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -o usb_modeswitch usb_modeswitch.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -D_GNU_SOURCE -Wall -I. `pkg-config --libs --cflags libusb-1.0` cd jim && CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -D_GNU_SOURCE -Wall -I." CC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" ./configure --disable-lineedit --with-out-jim-ext="stdlib posix load signal syslog" --prefix=/usr /usr/bin/tclsh make_string.tcl usb_modeswitch.tcl > usb_modeswitch.string autosetup/system.tcl:203 /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/config.guess: unable to guess system type This script, last modified 2010-09-24, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run (/home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2010-09-24 uname -m = ppc64le uname -r = 3.10.0-514.10.2.el7.ppc64le uname -s = Linux uname -v = #1 SMP Fri Mar 3 16:16:38 GMT 2017 /usr/bin/uname -p = ppc64le /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = ppc64le /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = ppc64le UNAME_RELEASE = 3.10.0-514.10.2.el7.ppc64le UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Fri Mar 3 16:16:38 GMT 2017 child process exited abnormally /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/config.guess: unable to guess system type This script, last modified 2010-09-24, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run (/home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/config.guess) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2010-09-24 uname -m = ppc64le uname -r = 3.10.0-514.10.2.el7.ppc64le uname -s = Linux uname -v = #1 SMP Fri Mar 3 16:16:38 GMT 2017 /usr/bin/uname -p = ppc64le /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = ppc64le /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = ppc64le UNAME_RELEASE = 3.10.0-514.10.2.el7.ppc64le UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Fri Mar 3 16:16:38 GMT 2017 child process exited abnormally while executing "exec {*}$args 2>@1" (procedure "exec-with-stderr" line 2) invoked from within "exec-with-stderr sh $::autosetup(dir)/config.guess" (procedure "config_guess" line 3) invoked from within "config_guess" invoked from within "if {$build eq ""} { define build [config_guess] } else { define build [config_sub $build] }" (file "/home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/system.tcl" line 203) invoked from within "source /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/system.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $source]" (procedure "use" line 12) invoked from within "use system" (file "/home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/cc.tcl" line 29) invoked from within "source /home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/jim/autosetup/cc.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $source]" (procedure "use" line 12) invoked from within "use cc cc-shared" (file "auto.def" line 5) invoked from within "source $autosetup(autodef)" (procedure "main" line 154) invoked from within "main $argv" make[2]: *** [jim/libjim.a] Error 1 make[2]: *** Waiting for unfinished jobs.... usb_modeswitch.c: In function 'checkSuccess': usb_modeswitch.c:1579:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] if (i == CheckSuccess-1) { ^ usb_modeswitch.c: In function 'ReadParseParam': usb_modeswitch.c:1896:9: warning: 'token' may be used uninitialized in this function [-Wmaybe-uninitialized] while (token != NULL && numLines < MAXLINES) { ^ make[1]: *** [/home/peko/autobuild/instance-0/output/build/usb_modeswitch-2.5.0/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'