check (tr_bitfieldHasAll (&field)); ^~~~~ In file included from bitfield-test.c:13:0: bitfield.h:93:1: warning: inlining failed in call to 'tr_bitfieldHasNone': call is unlikely and code size would grow [-Winline] tr_bitfieldHasNone (const tr_bitfield * b) ^~~~~~~~~~~~~~~~~~ In file included from bitfield-test.c:16:0: bitfield-test.c:177:11: note: called from here check (!tr_bitfieldHasNone (&field)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libtransmission-test.h:39:53: note: in definition of macro 'check' if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~ 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:1804: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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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)) ^~~~~~~~~~~~~~~~~~~~~~ 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 clients-test.o In file included from torrent.c:48:0: torrent.c: In function 'tr_torrentStatCached': 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:1157:10: note: called from here return tr_isTorrent (tor) && (now == tor->lastStatTime) ^~~~~~~~~~~~~~~~~~ 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)) ^~~~~~~~~~~~~~~~~~ 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)) ^~~~~~~~~~~~~~~~~~ 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)); ^~~ CC move-test.o 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)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC peer-msgs-test.o 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 quark-test.o CC rename-test.o CC rpc-test.o CC session-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 tr-getopt-test.o CC utils-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 variant-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 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: libtransmission-test.h:39:10: note: called from here if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rename-test.c:295:3: note: in expansion of macro 'check' check (tr_isTorrent (tor)); ^~~~~ 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: libtransmission-test.h:39:10: note: called from here if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rename-test.c:458:3: note: in expansion of macro 'check' check (tr_isTorrent (tor)); ^~~~~ 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: libtransmission-test.h:39:10: note: called from here if (!check_condition_impl (__FILE__, __LINE__, (condition))) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rename-test.c:142:3: note: in expansion of macro 'check' check (tr_isTorrent (tor)); ^~~~~ AR libtransmission.a CCLD clients-test CCLD bitfield-test CCLD blocklist-test CCLD crypto-test CCLD history-test CCLD error-test CCLD json-test CCLD magnet-test CCLD makemeta-test CCLD metainfo-test CCLD peer-msgs-test CCLD move-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-show CCLD transmission-edit 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.93 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/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.93/ 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'. trinity-1.8.tar.xz: OK (sha256: 8cadc4221660b7accc4728311ce1a130ac9b9d1f3b04e35508ba0cc80d9c3f94) >>> trinity 1.8 Extracting xzcat /home/peko/autobuild/instance-0/dl/trinity-1.8.tar.xz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/trinity-1.8 -xf - >>> trinity 1.8 Patching Applying 0001-compat-handle-removed-autofs-macros.patch using patch: patching file include/compat.h patching file ioctls/autofs.c >>> trinity 1.8 Configuring (cd /home/peko/autobuild/instance-0/output/build/trinity-1.8; PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/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/arm-buildroot-linux-gnueabihf-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/arm-buildroot-linux-gnueabihf-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl ./configure) [*] Checking system headers. [*] Checking ipv6 headers ... [OK] [*] Checking if pppox can use pppol2tpin6.. [YES] [*] Checking if pppox can use pppol2tv3.. [YES] [*] Checking if pppox can use pptp.. [YES] [*] Checking if llc can use LLC_OPT_PKTINFO.. [YES] [*] Checking if glibc headers provide termios2.. [NO] [*] Checking if glibc headers provide nvme ioctls.. [YES] [*] Checking if bpf_attr can use map_flags.. [YES] [*] Checking if btrfs can use btrfs_ioctl_defrag_range_args.. [YES] [*] Checking header linux/caif/caif_socket.h ... [YES] [*] Checking header linux/fsmap.h ... [YES] [*] Checking header linux/if_alg.h ... [YES] [*] Checking header linux/rds.h ... [YES] [*] Checking header linux/vfio.h ... [YES] [*] Checking header drm/drm.h ... [YES] [*] Checking header drm/exynos_drm.h ... [YES] [*] Checking header sound/compress_offload.h ... [YES] [*] Checking header linux/kvm.h ... [YES] [*] Checking header linux/seccomp.h ... [YES] [*] Checking header linux/vhost.h ... [YES] [*] Checking header execinfo.h ... [YES] [*] Checking header netatalk/at.h ... [YES] [*] Checking header netrom/netrom.h ... [YES] [*] Checking header netrose/rose.h ... [YES] [*] Checking header neteconet/ec.h ... [YES] [*] Checking header netax25/ax25.h ... [YES] [*] Checking header netipx/ipx.h ... [YES] [-] Some header definitions were missing. This is not fatal. It usually means you're building on an older distribution which doesn't have header files describing newer kernel features. Trinity will still compile and run, it just won't use those new features. Go ahead, and run 'make' >>> trinity 1.8 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/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/arm-buildroot-linux-gnueabihf-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-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/arm-buildroot-linux-gnueabihf-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arm-buildroot-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j16 -C /home/peko/autobuild/instance-0/output/build/trinity-1.8 CC arg-decoder.o CC blockdevs.o CC debug.o CC child.o CC devices.o CC generate-args.o CC ftrace.o CC locks.o CC kcov.o CC log.o CC log-files.o CC objects.o CC main.o CC params.o CC output.o CC pathnames.o CC pids.o CC post-mortem.o CC results.o CC shm.o CC signals.o CC stats.o CC syscall.o CC sysv-shm.o CC tables-biarch.o CC tables-uniarch.o CC tables.o CC taint.o CC trinity.o CC udp.o CC uid.o CC utils.o CC childops/random-syscall.o CC childops/read-all-files.o CC childops/thrash-pid-files.o CC childops/truncate-testfile.o CC fds/bpf.o CC fds/drm.o CC fds/epoll.o CC fds/eventfd.o CC fds/fanotify_init.o CC fds/fds.o CC fds/files.o CC fds/inotify.o CC fds/memfd.o CC fds/perf.o CC fds/pipes.o CC fds/sockets.o CC fds/testfiles.o CC fds/timerfd.o CC fds/userfaultfd.o fds/memfd.c:19:12: error: static declaration of 'memfd_create' follows non-static declaration static int memfd_create(__unused__ const char *uname, __unused__ unsigned int flag) ^~~~~~~~~~~~ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/mman-linux.h:115:0, from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/mman.h:40, from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/sys/mman.h:41, from include/utils.h:4, from include/syscall.h:7, from include/child.h:7, from include/fd.h:3, from fds/memfd.c:9: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/mman-shared.h:46:5: note: previous declaration of 'memfd_create' was here int memfd_create (const char *__name, unsigned int __flags) __THROW; ^~~~~~~~~~~~ make[2]: *** [fds/memfd.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/home/peko/autobuild/instance-0/output/build/trinity-1.8/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'