>>> linux 5.17.13 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/linux/linux-5.17.13.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13 -xf - >>> linux 5.17.13 Patching mkdir -p /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/drivers/lego cp -dpfr /nvmedata/autobuild/instance-25/output-1/build/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496/* /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/drivers/lego/ if [ -f /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/perf/Documentation/GNUmakefile; fi for p in ; do if test -d $p ; then PATH=/nvmedata/autobuild/instance-25/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13 $p \*.patch || exit 1 ; else PATH=/nvmedata/autobuild/instance-25/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching >>> linux-tools Configuring >>> linux-tools Building /bin/sed -i -e 's%-fstack-protector%%' /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/thermal/tmon/Makefile PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/nvmedata/autobuild/instance-25/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-25/output-1/host/sbin/depmod INSTALL_MOD_STRIP=1 CC=/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LDFLAGS="" PKG_CONFIG_PATH=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig tmon make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools' DESCEND thermal/tmon make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/thermal/tmon' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o tmon.o tmon.c tmon.c: In function 'main': tmon.c:233:25: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 233 | strncpy(ctrl_cdev, optarg, CDEV_NAME_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o tui.o tui.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o sysfs.o sysfs.c sysfs.c: In function 'scan_cdevs': sysfs.c:81:37: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 364 | sysfs_get_string(cdev_name, "type", ptdata.cdi[k].type); | ~~~~~~ sysfs.c:81:9: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'scan_tzones': sysfs.c:81:37: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 302 | sysfs_get_string(tz_name, "type", ptdata.tzi[k].type); | ~~~~~~ sysfs.c:81:9: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ sysfs.c:62:9: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:81:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 131 | sysfs_get_string(tz_path, filename, temp_str); | ~~~~~~~~ sysfs.c:81:9: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:216:46: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 216 | snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); | ^~ sysfs.c:216:17: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 216 | snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:229:58: warning: '%s' directive output may be truncated writing 11 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 229 | snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, | ^~ 230 | "_trip_point"); | ~~~~~~~~~~~~~ sysfs.c:229:25: note: 'snprintf' output between 12 and 267 bytes into a destination of size 256 229 | snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 | "_trip_point"); | ~~~~~~~~~~~~~~ sysfs.c:62:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 231 | sysfs_get_ulong(tz_name, cdev_trip_name, | ~~~~~~~~~~~~~~ sysfs.c:62:9: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'update_thermal_data': sysfs.c:62:37: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 501 | sysfs_get_ulong(tz_name, "temp", | ~~~~~~ sysfs.c:62:9: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:81:37: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 97 | sysfs_get_string(path, "type", cdi->type); | ~~~~~~ sysfs.c:81:9: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 98 | sysfs_get_ulong(path, "max_state", &cdi->max_state); | ~~~~~~~~~~~ sysfs.c:62:9: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 99 | sysfs_get_ulong(path, "cur_state", &cdi->cur_state); | ~~~~~~~~~~~ sysfs.c:62:9: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'set_ctrl_state': sysfs.c:38:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 38 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 553 | sysfs_set_ulong(ctrl_cdev_path, "cur_state", | ~~~~~~~~~~~ sysfs.c:38:9: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 38 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'get_ctrl_state': sysfs.c:62:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 582 | sysfs_get_ulong(ctrl_cdev_path, "cur_state", state); | ~~~~~~~~~~~ sysfs.c:62:9: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o pid.o pid.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" tmon.o tui.o sysfs.o pid.o -o tmon -lm -lpthread -lpanel -lncurses make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/thermal/tmon' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> linux-tools Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/nvmedata/autobuild/instance-25/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-25/output-1/host/sbin/depmod INSTALL_MOD_STRIP=1 CC=/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LDFLAGS="" PKG_CONFIG_PATH=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig INSTALL_ROOT=/nvmedata/autobuild/instance-25/output-1/target tmon_install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools' DESCEND thermal/tmon make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/thermal/tmon' install -m 755 -p -D "tmon" "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/tmon" make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools/thermal/tmon' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/tools' >>> linux-zigbee 0.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.lowpan-tools-0.3.1.tar.gz.1UtZXD/output' 'http://downloads.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.3.1/lowpan-tools-0.3.1.tar.gz' --2022-06-06 23:39:28-- http://downloads.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.3.1/lowpan-tools-0.3.1.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://versaweb.dl.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.3.1/lowpan-tools-0.3.1.tar.gz [following] --2022-06-06 23:39:28-- http://versaweb.dl.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.3.1/lowpan-tools-0.3.1.tar.gz Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173 Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 428675 (419K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.lowpan-tools-0.3.1.tar.gz.1UtZXD/output' 0K .......... .......... .......... .......... .......... 11% 746K 0s 50K .......... .......... .......... .......... .......... 23% 1.33M 0s 100K .......... .......... .......... .......... .......... 35% 143M 0s 150K .......... .......... .......... .......... .......... 47% 1.54M 0s 200K .......... .......... .......... .......... .......... 59% 177M 0s 250K .......... .......... .......... .......... .......... 71% 187M 0s 300K .......... .......... .......... .......... .......... 83% 14.2M 0s 350K .......... .......... .......... .......... .......... 95% 1.42M 0s 400K .......... ........ 100% 117M=0.2s 2022-06-06 23:39:28 (2.34 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.lowpan-tools-0.3.1.tar.gz.1UtZXD/output' saved [428675/428675] lowpan-tools-0.3.1.tar.gz: OK (sha256: 92fbefdf18d45147c2b78ca2ce2d899d4d1da5a3391a4ff6c51a5b14c6d6f87c) >>> linux-zigbee 0.3.1 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/linux-zigbee/lowpan-tools-0.3.1.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1 -xf - >>> linux-zigbee 0.3.1 Patching Applying 0001-test-serial-Remove-test-serial.patch using patch: patching file Makefile.am patching file configure.ac Applying 0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch using patch: patching file addrdb/coord-config-parse.y >>> linux-zigbee 0.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> linux-zigbee 0.3.1 Configuring >>> linux-zigbee 0.3.1 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'misc'. libtoolize: copying file 'misc/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:17: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:17: the top level configure.ac:22: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:22: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:22: the top level configure.ac:28: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:28: the top level configure.ac:34: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:34: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:34: the top level configure.ac:62: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:62: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:62: the top level configure.ac:76: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:76: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:76: the top level configure.ac:77: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... aclocal.m4:1072: AM_PROG_LEX is expanded from... configure.ac:77: the top level configure.ac:86: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:86: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:86: the top level configure.ac:121: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:121: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:121: the top level configure.ac:69: installing 'misc/compile' configure.ac:14: installing 'misc/missing' addrdb/Makefile.am: installing 'misc/depcomp' >>> linux-zigbee 0.3.1 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/misc/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-manpages --disable-werror --with-leasefile="/var/run/izcoordinator.leases" --with-zbtestdir='' ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking for bison... bison -y checking pkg-config is at least version 0.9.0... yes checking for NL... yes checking for egrep... (cached) /bin/grep -E checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for libintl.h... yes checking for limits.h... yes checking for malloc.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for net/ieee802154.h... no checking for net/af_ieee802154.h... no checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for int16_t... yes checking for int32_t... yes checking for int8_t... yes checking for size_t... (cached) yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for struct sockaddr_ieee802154... no checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for malloc... yes checking for realloc... yes checking for memset... yes checking for socket... yes checking for getopt_long... yes checking for select... yes checking for strdup... yes checking for strtol... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating addrdb/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> linux-zigbee 0.3.1 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' CC libcommon_la-printbuf.lo CC libcommon_la-genl.lo CC libcommon_la-parse.lo CC libcommon_la-shash.lo CC libcommon_la-logging.lo CC libcommon_la-nl_policy.lo CCLD libcommon.la make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' Making all in addrdb make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' YACC coord-config-parse.c /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:105.1-5: warning: POSIX Yacc does not support %code [-Wyacc] 105 | %code requires { | ^~~~~ /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 115 | %error-verbose | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 115 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 116 | %pure-parser | ^~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 116 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] updating coord-config-parse.output updating coord-config-parse.h /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' CC coord-config-parse.lo CC coord-config-lex.lo CC addrdb.lo addrdb.c: In function 'addrdb_dump_leases': addrdb.c:181:75: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ^ addrdb.c:180:17: note: 'snprintf' output 25 bytes into a destination of size 24 180 | snprintf(hwaddr_buf, sizeof(hwaddr_buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | lease->hwaddr[0], lease->hwaddr[1], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | lease->hwaddr[2], lease->hwaddr[3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184 | lease->hwaddr[4], lease->hwaddr[5], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 | lease->hwaddr[6], lease->hwaddr[7]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libaddrdb.la make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' CC izchat.o CCLD izchat CC serial.o CCLD izattach CC izcoordinator-coordinator.o CCLD izcoordinator CC iz-iz.o CC iz-iz-common.o CC iz-iz-mac.o CC iz-iz-phy.o CCLD iz make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' CC listen-packet.o CCLD listen-packet CC test1.o CCLD test1 CC test2.o CCLD test2 CC test3.o CCLD test3 CC test4.o CCLD test4 CC test5.o CCLD test5 CC test6.o CCLD test6 CC test7.o CCLD test7 CC gnl-gnl.o CCLD gnl CC listen.o CCLD izlisten make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' >>> linux-zigbee 0.3.1 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/lib' Making install in addrdb make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/addrdb' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c izchat '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c izchat /nvmedata/autobuild/instance-25/output-1/target/usr/bin/izchat /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c izattach izcoordinator iz '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c izattach /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/izattach libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c izcoordinator /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/izcoordinator libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c iz /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/iz /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' /bin/bash /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /nvmedata/autobuild/instance-25/output-1/target`dirname /var/run/izcoordinator.leases` /bin/bash /nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /nvmedata/autobuild/instance-25/output-1/target`dirname /var/run/izcoordinator.pid` make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 include/ieee802154.h include/nl802154.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-zigbee-0.3.1' >>> lmbench 3.0-a9 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.lmbench-3.0-a9.tgz.DGJDiQ/output' 'http://downloads.sourceforge.net/project/lmbench/development/lmbench-3.0-a9/lmbench-3.0-a9.tgz' --2022-06-06 23:41:01-- http://downloads.sourceforge.net/project/lmbench/development/lmbench-3.0-a9/lmbench-3.0-a9.tgz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cfhcable.dl.sourceforge.net/project/lmbench/development/lmbench-3.0-a9/lmbench-3.0-a9.tgz [following] --2022-06-06 23:41:01-- http://cfhcable.dl.sourceforge.net/project/lmbench/development/lmbench-3.0-a9/lmbench-3.0-a9.tgz Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 417941 (408K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.lmbench-3.0-a9.tgz.DGJDiQ/output' 0K .......... .......... .......... .......... .......... 12% 500K 1s 50K .......... .......... .......... .......... .......... 24% 962K 0s 100K .......... .......... .......... .......... .......... 36% 131M 0s 150K .......... .......... .......... .......... .......... 49% 968K 0s 200K .......... .......... .......... .......... .......... 61% 52.7M 0s 250K .......... .......... .......... .......... .......... 73% 185M 0s 300K .......... .......... .......... .......... .......... 85% 65.6M 0s 350K .......... .......... .......... .......... .......... 98% 1.06M 0s 400K ........ 100% 122M=0.3s 2022-06-06 23:41:01 (1.58 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.lmbench-3.0-a9.tgz.DGJDiQ/output' saved [417941/417941] lmbench-3.0-a9.tgz: OK (sha256: cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551) >>> lmbench 3.0-a9 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/lmbench/lmbench-3.0-a9.tgz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9 -xf - >>> lmbench 3.0-a9 Patching Applying 0001-scripts-build-use-bin-bash-as-shell.patch using patch: patching file scripts/build Applying 0002-src-Makefile-add-lmbench-to-list-of-executables.patch using patch: patching file src/Makefile Applying 0003-TOO_LONG-100-usec-to-prevent-memsize-from-timingout-.patch using patch: patching file src/memsize.c Applying 0004-Fix-garbage-pointer-for-lat_rpc-S-localhost.patch using patch: patching file src/lat_rpc.c >>> lmbench 3.0-a9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lmbench 3.0-a9 Configuring sed -i 's/CFLAGS=/CFLAGS+=/g' /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src/Makefile sed -i 's/LDLIBS=/LDLIBS+=/g' /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/scripts/build sed -i '/cd .*doc/d' /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src/Makefile sed -i '/include/d' /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src/Makefile touch /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/.stamp_configured >>> lmbench 3.0-a9 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 `/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config --cflags libtirpc`" LDLIBS="`/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config --libs libtirpc`" OS=powerpc CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" -C /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_tcp.c -o ../bin/powerpc/lib_tcp.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_udp.c -o ../bin/powerpc/lib_udp.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_unix.c -o ../bin/powerpc/lib_unix.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_timing.c -o ../bin/powerpc/lib_timing.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_mem.c -o ../bin/powerpc/lib_mem.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_stats.c -o ../bin/powerpc/lib_stats.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_debug.c -o ../bin/powerpc/lib_debug.o lib_debug.c: In function 'print_mem': lib_debug.c:107:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 107 | base = (uint64)addr; | ^ lib_debug.c:109:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 109 | off = (uint64)p - base; | ^ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c getopt.c -o ../bin/powerpc/getopt.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_sched.c -o ../bin/powerpc/lib_sched.o lib_sched.c: In function 'sched_pin': lib_sched.c:208:26: warning: implicit declaration of function 'sched_getaffinity' [-Wimplicit-function-declaration] 208 | retval = sched_getaffinity(0, sz * sizeof(unsigned long), cpumask); | ^~~~~~~~~~~~~~~~~ lib_sched.c:232:18: warning: implicit declaration of function 'sched_setaffinity' [-Wimplicit-function-declaration] 232 | retval = sched_setaffinity(0, sz * sizeof(unsigned long), mask); | ^~~~~~~~~~~~~~~~~ /bin/rm -f ../bin/powerpc/lmbench.a ar cr ../bin/powerpc/lmbench.a ../bin/powerpc/lib_tcp.o ../bin/powerpc/lib_udp.o ../bin/powerpc/lib_unix.o ../bin/powerpc/lib_timing.o ../bin/powerpc/lib_mem.o ../bin/powerpc/lib_stats.o ../bin/powerpc/lib_debug.o ../bin/powerpc/getopt.o ../bin/powerpc/lib_sched.o ranlib ../bin/powerpc/lmbench.a /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_file_rd bw_file_rd.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_mem bw_mem.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_mmap_rd bw_mmap_rd.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_pipe bw_pipe.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_tcp bw_tcp.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/bw_unix bw_unix.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/hello hello.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_select lat_select.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_pipe lat_pipe.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_rpc lat_rpc.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_syscall lat_syscall.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_tcp lat_tcp.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_udp lat_udp.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_mmap lat_mmap.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/mhz mhz.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_proc lat_proc.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_pagefault lat_pagefault.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_connect lat_connect.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_fs lat_fs.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_sig lat_sig.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_mem_rd lat_mem_rd.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_ctx lat_ctx.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_sem lat_sem.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm rm -f ../bin/powerpc/lmbench VERSION=`../scripts/version`; \ sed -e "s//${VERSION}/g" < ../scripts/lmbench > ../bin/powerpc/lmbench chmod +x ../bin/powerpc/lmbench /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/memsize memsize.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_unix lat_unix.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lmdd lmdd.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm lmdd.c: In function 'main': lmdd.c:249:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 249 | Label = (char *)getarg("label=", ac, av); | ^ lmdd.c: In function 'getarg': lmdd.c:735:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 735 | return (uint64)(&av[i][len]); /* HACK */ | ^ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/timing_o timing_o.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/enough enough.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/msleep msleep.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/loop_o loop_o.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_fifo lat_fifo.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lmhttp lmhttp.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_http lat_http.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_fcntl lat_fcntl.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/disk disk.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_unix_connect lat_unix_connect.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -DMAIN -o ../bin/powerpc/flushdisk flushdisk.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_ops lat_ops.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/line line.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/tlb tlb.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/par_mem par_mem.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/par_ops par_ops.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/stream stream.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/cache cache.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_dram_page lat_dram_page.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_pmake lat_pmake.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_rand lat_rand.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_usleep lat_usleep.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/powerpc/lat_cmd lat_cmd.c ../bin/powerpc/lmbench.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc -lm make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' >>> lmbench 3.0-a9 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " OS=powerpc CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" BASE=/nvmedata/autobuild/instance-25/output-1/target/usr -C /nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Nothing to be done for 'opt'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' if [ ! -d /nvmedata/autobuild/instance-25/output-1/target/usr ]; then mkdir /nvmedata/autobuild/instance-25/output-1/target/usr; fi if [ ! -d /nvmedata/autobuild/instance-25/output-1/target/usr/bin ]; then mkdir /nvmedata/autobuild/instance-25/output-1/target/usr/bin; fi if [ ! -d /nvmedata/autobuild/instance-25/output-1/target/usr/lib ]; then mkdir /nvmedata/autobuild/instance-25/output-1/target/usr/lib; fi cp ../bin/powerpc/bw_file_rd ../bin/powerpc/bw_mem ../bin/powerpc/bw_mmap_rd ../bin/powerpc/bw_pipe ../bin/powerpc/bw_tcp ../bin/powerpc/bw_unix ../bin/powerpc/hello ../bin/powerpc/lat_select ../bin/powerpc/lat_pipe ../bin/powerpc/lat_rpc ../bin/powerpc/lat_syscall ../bin/powerpc/lat_tcp ../bin/powerpc/lat_udp ../bin/powerpc/lat_mmap ../bin/powerpc/mhz ../bin/powerpc/lat_proc ../bin/powerpc/lat_pagefault ../bin/powerpc/lat_connect ../bin/powerpc/lat_fs ../bin/powerpc/lat_sig ../bin/powerpc/lat_mem_rd ../bin/powerpc/lat_ctx ../bin/powerpc/lat_sem ../bin/powerpc/lmbench ../bin/powerpc/memsize ../bin/powerpc/lat_unix ../bin/powerpc/lmdd ../bin/powerpc/timing_o ../bin/powerpc/enough ../bin/powerpc/msleep ../bin/powerpc/loop_o ../bin/powerpc/lat_fifo ../bin/powerpc/lmhttp ../bin/powerpc/lat_http ../bin/powerpc/lat_fcntl ../bin/powerpc/disk ../bin/powerpc/lat_unix_connect ../bin/powerpc/flushdisk ../bin/powerpc/lat_ops ../bin/powerpc/line ../bin/powerpc/tlb ../bin/powerpc/par_mem ../bin/powerpc/par_ops ../bin/powerpc/stream /nvmedata/autobuild/instance-25/output-1/target/usr/bin cp ../bin/powerpc/lmbench.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmbench.a make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lmbench-3.0-a9/src' >>> lsscsi 0.32 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.lsscsi-0.32.tgz.Btkt6E/output' 'http://sg.danny.cz/scsi/lsscsi-0.32.tgz' --2022-06-06 23:42:19-- http://sg.danny.cz/scsi/lsscsi-0.32.tgz Resolving sg.danny.cz (sg.danny.cz)... 37.157.195.192 Connecting to sg.danny.cz (sg.danny.cz)|37.157.195.192|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 195376 (191K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.lsscsi-0.32.tgz.Btkt6E/output' 0K .......... .......... .......... .......... .......... 26% 171K 1s 50K .......... .......... .......... .......... .......... 52% 170K 1s 100K .......... .......... .......... .......... .......... 78% 341K 0s 150K .......... .......... .......... .......... 100% 276K=0.9s 2022-06-06 23:42:21 (217 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.lsscsi-0.32.tgz.Btkt6E/output' saved [195376/195376] lsscsi-0.32.tgz: OK (sha256: 0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1) >>> lsscsi 0.32 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/lsscsi/lsscsi-0.32.tgz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32 -xf - >>> lsscsi 0.32 Patching >>> lsscsi 0.32 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lsscsi 0.32 Patching libtool >>> lsscsi 0.32 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for linux/nvme_ioctl.h... yes checking for byteswap.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> lsscsi 0.32 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lsscsi.o lsscsi.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o lsscsi lsscsi.o make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' >>> lsscsi 0.32 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lsscsi '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/src' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lsscsi.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/lsscsi-0.32' >>> mawk 1.3.4-20200120 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mawk-1.3.4-20200120.tgz.Xjj7sk/output' 'https://invisible-mirror.net/archives/mawk/mawk-1.3.4-20200120.tgz' --2022-06-06 23:42:30-- https://invisible-mirror.net/archives/mawk/mawk-1.3.4-20200120.tgz Resolving invisible-mirror.net (invisible-mirror.net)... 160.153.42.69 Connecting to invisible-mirror.net (invisible-mirror.net)|160.153.42.69|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 468855 (458K) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mawk-1.3.4-20200120.tgz.Xjj7sk/output' 0K .......... .......... .......... .......... .......... 10% 1.35M 0s 50K .......... .......... .......... .......... .......... 21% 2.75M 0s 100K .......... .......... .......... .......... .......... 32% 1.15M 0s 150K .......... .......... .......... .......... .......... 43% 2.48M 0s 200K .......... .......... .......... .......... .......... 54% 2.53M 0s 250K .......... .......... .......... .......... .......... 65% 2.74M 0s 300K .......... .......... .......... .......... .......... 76% 2.71M 0s 350K .......... .......... .......... .......... .......... 87% 78.0M 0s 400K .......... .......... .......... .......... .......... 98% 1.27M 0s 450K ....... 100% 124M=0.2s 2022-06-06 23:42:31 (2.13 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mawk-1.3.4-20200120.tgz.Xjj7sk/output' saved [468855/468855] mawk-1.3.4-20200120.tgz: OK (sha256: 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237) >>> mawk 1.3.4-20200120 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/mawk/mawk-1.3.4-20200120.tgz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120 -xf - >>> mawk 1.3.4-20200120 Patching >>> mawk 1.3.4-20200120 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mawk 1.3.4-20200120 Patching libtool >>> mawk 1.3.4-20200120 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: loading site script /dev/null checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc Configuring for linux-uclibc checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking version of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... . checking if this is really Intel C compiler... no checking if this is really Clang C compiler... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ANSI C... none needed checking $CFLAGS variable... broken configure: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options checking $CC variable... ok checking whether make sets ${MAKE}... yes checking for makeflags variable... -${MAKEFLAGS} checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for a BSD compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for gcc... gcc checking for native build C compiler... gcc checking for native build C preprocessor... ${BUILD_CC} -E checking for native build C flags... checking for native build C preprocessor-flags... checking for native build linker-flags... checking for native build linker-libraries... checking for log in -lm... yes checking if you want to see long compiling messages... yes checking if you want to turn on gcc warnings... no checking for groff... /usr/bin/groff checking for nroff... /usr/bin/nroff checking for tbl... /usr/bin/tbl checking for man2html... no checking for program to convert manpage to html... /usr/bin/groff checking if you want to use mawk's own regular-expressions engine... yes checking if you want to use mawk's own srand/rand functions... no checking for random-integer functions... srandom/random checking for range of random-integers... (1UL<<31)-1 checking if you want mawk to initialize random numbers at startup... yes checking for byacc... no checking for bison... bison -y checking for lint... no checking for cppcheck... no checking for splint... no checking if filesystem supports mixed-case filenames... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking if the POSIX test-macros are already defined... no checking if this is the GNU C library... yes checking if _DEFAULT_SOURCE can be used as a basis... no checking if we must define _GNU_SOURCE... yes checking if we should also define _DEFAULT_SOURCE... no checking if _XOPEN_SOURCE really is set... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking whether to use struct dirent64... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking if you want to enable debugging trace... no checking for stddef.h... yes checking if size_t is declared in stddef.h... yes checking for setlocale()... yes checking if external environ is declared... yes checking if external environ exists... yes checking for fork... yes checking for gettimeofday... yes checking for matherr... no checking for mktime... yes checking for pipe... yes checking for strftime... yes checking for tdestroy... yes checking for tsearch... yes checking for wait... yes checking for errno.h... yes checking for fcntl.h... yes checking for unistd.h... yes checking for sys/wait.h... yes checking if math.h declares _LIB_VERSION... yes checking if we can update _LIB_VERSION... yes checking for limits.h... yes checking for isnan... yes checking for sigaction... yes checking for siginfo.h... no checking if we should use siginfo... no checking return type of signal handlers... void checking if we should use sigaction.sa_sigaction... yes checking handling of floating point exceptions The program `fpe_check' will not work for cross-compiling. You can continue with the build and the resulting mawk will be usable, but getting FPE_TRAPS_ON correct eventually is best. configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h >>> mawk 1.3.4-20200120 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 parse.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 scan.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 memory.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 main.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 execute.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 code.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 da.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 error.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 init.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 bi_vars.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 cast.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 print.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 bi_funct.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 kw.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 jmp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 array.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 field.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 split.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 re_cmpl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 regexp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 zmalloc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 fin.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 files.c gcc -I. -I. -DHAVE_CONFIG_H -o makescan ./makescan.c rm -f scancode.c ./makescan > scancode.c rm makescan /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 scancode.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 matherr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 fcall.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -I. -I. -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLOCAL_REGEXP -D_GNU_SOURCE -Os -g0 version.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Os -g0 -Os -g0 -o mawk parse.o scan.o memory.o main.o hash.o execute.o code.o da.o error.o init.o bi_vars.o cast.o print.o bi_funct.o kw.o jmp.o array.o field.o split.o re_cmpl.o regexp.o zmalloc.o fin.o files.o scancode.o matherr.o fcall.o version.o -lm make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120' >>> mawk 1.3.4-20200120 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mawk /nvmedata/autobuild/instance-25/output-1/target/usr/bin/`echo mawk| sed 's,^,,'` /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./man/mawk.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1/`echo mawk| sed 's,^,,'`.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mawk-1.3.4-20200120' memcached-1.6.12.tar.gz: OK (sha1: 40d43e98f149e13e6c81eee813e6734f23413a01) memcached-1.6.12.tar.gz: OK (sha256: f291a35f82ef9756ed1d952879ef5f4be870f932bdfcb2ab61356609abf82346) >>> memcached 1.6.12 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/memcached/memcached-1.6.12.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12 -xf - >>> memcached 1.6.12 Patching Applying 0001-logger.c-initialize-rport.patch using patch: patching file logger.c Applying 0002-check-for-sys-auxv.h.patch using patch: patching file configure.ac patching file crc32c.c >>> memcached 1.6.12 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12 -name $file); do cp support/gnuconfig/$file $i; done; done >>> memcached 1.6.12 Configuring >>> memcached 1.6.12 Autoreconfiguring configure.ac:8: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:8: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:745: AM_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:165: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:165: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:122: AC_C_DETECT_SASL_CB_GETCONF is expanded from... configure.ac:165: the top level configure.ac:166: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:166: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:145: AC_C_DETECT_SASL_CB_GETCONFPATH is expanded from... configure.ac:166: the top level configure.ac:320: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:320: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:320: the top level configure.ac:422: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:422: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:422: the top level configure.ac:546: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:546: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:525: AC_HAVE_SASL_CALLBACK_FT is expanded from... configure.ac:546: the top level configure.ac:572: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:572: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:553: AC_C_DETECT_UINT64_SUPPORT is expanded from... configure.ac:572: the top level configure.ac:603: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:603: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:584: AC_C_SOCKLEN_T is expanded from... configure.ac:603: the top level configure.ac:633: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:633: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:611: AC_C_HTONLL is expanded from... configure.ac:633: the top level configure.ac:706: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:706: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:706: the top level configure.ac:719: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:719: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:719: the top level >>> memcached 1.6.12 Patching libtool (cd /nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_prog_cc_c99='-std=gnu99' ac_cv_c_endian=big CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-coverage ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for icc in use... no checking for clang in use... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether __SUNPRO_C is declared... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C99... (cached) -std=gnu99 checking for sasl/sasl.h... no checking size of void *... 4 checking for library containing clock_gettime... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for libevent directory... (system) checking for library containing gethugepagesizes... no checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for inttypes.h... (cached) yes checking for sys/auxv.h... no checking for sasl_callback_ft... no checking for print macros for integers (C99 section 7.8.1)... yes checking for an ANSI C-conforming const... yes checking for socklen_t... yes checking whether byte ordering is bigendian... (cached) yes checking for htonll... no checking for library containing pthread_create... none required checking for mlockall... yes checking for getpagesizes... no checking for sysconf... yes checking for memcntl... no checking for clock_gettime... yes checking for preadv... yes checking for pread... yes checking for eventfd... yes checking for accept4... yes checking for getopt_long... yes checking for alignment... maybe configure: WARNING: Assuming aligned access is required when cross-compiling checking for GCC atomics... yes checking for GCC 64bit atomics... no checking for setppriv... no checking for pledge... no checking for cap_enter... no checking for xml2rfc... no checking for xsltproc... /usr/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-shared >>> memcached 1.6.12 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-hash.o `test -f 'hash.c' || echo './'`hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-items.o `test -f 'items.c' || echo './'`items.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-thread.o `test -f 'thread.c' || echo './'`thread.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-util.o `test -f 'util.c' || echo './'`util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-cache.o `test -f 'cache.c' || echo './'`cache.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-base64.o `test -f 'base64.c' || echo './'`base64.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-logger.o `test -f 'logger.c' || echo './'`logger.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-restart.o `test -f 'restart.c' || echo './'`restart.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-storage.o `test -f 'storage.c' || echo './'`storage.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slab_automove_extstore.o `test -f 'slab_automove_extstore.c' || echo './'`slab_automove_extstore.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -static -o memcached memcached-memcached.o memcached-hash.o memcached-jenkins_hash.o memcached-murmur3_hash.o memcached-slabs.o memcached-items.o memcached-assoc.o memcached-thread.o memcached-daemon.o memcached-stats_prefix.o memcached-util.o memcached-cache.o memcached-bipbuffer.o memcached-base64.o memcached-logger.o memcached-crawler.o memcached-itoa_ljust.o memcached-slab_automove.o memcached-authfile.o memcached-restart.o memcached-proto_text.o memcached-proto_bin.o memcached-extstore.o memcached-crc32c.o memcached-storage.o memcached-slab_automove_extstore.o -levent -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-base64.o `test -f 'base64.c' || echo './'`base64.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-logger.o `test -f 'logger.c' || echo './'`logger.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-restart.o `test -f 'restart.c' || echo './'`restart.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-storage.o `test -f 'storage.c' || echo './'`storage.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slab_automove_extstore.o `test -f 'slab_automove_extstore.c' || echo './'`slab_automove_extstore.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -static -o memcached-debug memcached_debug-memcached.o memcached_debug-hash.o memcached_debug-jenkins_hash.o memcached_debug-murmur3_hash.o memcached_debug-slabs.o memcached_debug-items.o memcached_debug-assoc.o memcached_debug-thread.o memcached_debug-daemon.o memcached_debug-stats_prefix.o memcached_debug-util.o memcached_debug-cache.o memcached_debug-bipbuffer.o memcached_debug-base64.o memcached_debug-logger.o memcached_debug-crawler.o memcached_debug-itoa_ljust.o memcached_debug-slab_automove.o memcached_debug-authfile.o memcached_debug-restart.o memcached_debug-proto_text.o memcached_debug-proto_bin.o memcached_debug-extstore.o memcached_debug-crc32c.o memcached_debug-storage.o memcached_debug-slab_automove_extstore.o -levent -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o sizes.o sizes.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -static -o sizes sizes.o -levent -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o testapp.o testapp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o util.o util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o stats_prefix.o stats_prefix.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o jenkins_hash.o jenkins_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o murmur3_hash.o murmur3_hash.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o cache.o cache.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o crc32c.o crc32c.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -static -o testapp testapp.o util.o stats_prefix.o jenkins_hash.o murmur3_hash.o cache.o crc32c.o -levent -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o timedrun.o timedrun.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -static -o timedrun timedrun.o -levent -ldl make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' >>> memcached 1.6.12 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 memcached.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c memcached '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include/memcached' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 protocol_binary.h xxhash.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include/memcached' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/memcached-1.6.12' >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz.p53xOA/output' 'https://github.com/afaerber/meson-tools/archive/0a02e2d34413f4bf9b15946352bc8c8ee13a5843/meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz' --2022-06-06 23:43:14-- https://github.com/afaerber/meson-tools/archive/0a02e2d34413f4bf9b15946352bc8c8ee13a5843/meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/afaerber/meson-tools/tar.gz/0a02e2d34413f4bf9b15946352bc8c8ee13a5843 [following] --2022-06-06 23:43:15-- https://codeload.github.com/afaerber/meson-tools/tar.gz/0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz.p53xOA/output' 0K .......... ... 269K=0.05s 2022-06-06 23:43:15 (269 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz.p53xOA/output' saved [14312] meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz: OK (sha256: 10d707b2f741df03ff5000f2a82c6f577036ce1cd34d9278b22b92cb616b6fce) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/meson-tools/meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843 -xf - >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Patching Applying 0001-amlbootenc-gxl-remove-non-std-C-convention-in-for.patch using patch: patching file amlbootenc-gxl.c >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Configuring >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto" make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootsig.o -c amlbootsig.c amlbootsig.c: In function 'boot_sig': amlbootsig.c:205:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 205 | fread(src_buf, 1, 0xb000, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ amlbootsig.c: In function 'do_fip': amlbootsig.c:50:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 50 | fread(toc_buf, 1, 0x4000, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootsig amlbootsig.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o unamlbootsig.o -c unamlbootsig.c unamlbootsig.c: In function 'extract': unamlbootsig.c:54:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 54 | fread((void*)fip_hdr + sizeof(struct FipHeader), 1, sizeof(struct FipEntry), fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unamlbootsig.c:61:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 61 | fread((void*)fip_hdr + sizeof(struct FipHeader), 1, (n + 1) * sizeof(struct FipEntry), fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o unamlbootsig unamlbootsig.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootsig-gxl.o -c amlbootsig-gxl.c amlbootsig-gxl.c: In function 'boot_sig': amlbootsig-gxl.c:84:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 84 | fread(src_buf, 1, 0xc000, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootsig-gxl amlbootsig-gxl.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootenc-gxl.o -c amlbootenc-gxl.c amlbootenc-gxl.c: In function 'boot_enc': amlbootenc-gxl.c:76:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 76 | fread(src_buf, 1, hdr.block_size, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ amlbootenc-gxl.c:98:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 98 | fread(src_buf, 1, hdr.block_size, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ amlbootenc-gxl.c:157:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 157 | fread(src_buf, 1, hdr.block_size, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootenc-gxl amlbootenc-gxl.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootimg-gxl.o -c amlbootimg-gxl.c amlbootimg-gxl.c: In function 'boot_img': amlbootimg-gxl.c:121:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 121 | fread(src_buf, 1, 0xb000, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ amlbootimg-gxl.c: In function 'append_file': amlbootimg-gxl.c:56:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 56 | fread(buf, 1, len, fin); | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlbootimg-gxl amlbootimg-gxl.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlinfo.o -c amlinfo.c amlinfo.c: In function 'info': amlinfo.c:77:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 77 | fread((void*)fip_hdr + sizeof(struct FipHeader), 1, sizeof(struct FipEntry), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -o amlinfo amlinfo.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lssl -lcrypto make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843' >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Installing to host directory /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843/amlbootsig /nvmedata/autobuild/instance-25/output-1/host/bin/amlbootsig /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843/unamlbootsig /nvmedata/autobuild/instance-25/output-1/host/bin/unamlbootsig /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-25/output-1/build/host-meson-tools-0a02e2d34413f4bf9b15946352bc8c8ee13a5843/amlinfo /nvmedata/autobuild/instance-25/output-1/host/bin/amlinfo >>> mii-diag 2.11 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11.orig.tar.gz.jn775M/output' 'http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag/mii-diag_2.11.orig.tar.gz' URL transformed to HTTPS due to an HSTS policy --2022-06-06 23:43:22-- https://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag/mii-diag_2.11.orig.tar.gz Resolving snapshot.debian.org (snapshot.debian.org)... 193.62.202.27, 185.17.185.185, 2001:1af8:4020:b030:deb::185, ... Connecting to snapshot.debian.org (snapshot.debian.org)|193.62.202.27|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 14118 (14K) Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11.orig.tar.gz.jn775M/output' 0K .......... ... 100% 224M=0s 2022-06-06 23:43:22 (224 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11.orig.tar.gz.jn775M/output' saved [14118/14118] mii-diag_2.11.orig.tar.gz: OK (sha256: c690e87e6010607593c1cc2ccd5c481eb3be179387220ad445d8ab83d73ad41c) wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11-3.diff.gz.7z7Qu9/output' 'http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag/mii-diag_2.11-3.diff.gz' URL transformed to HTTPS due to an HSTS policy --2022-06-06 23:43:22-- https://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag/mii-diag_2.11-3.diff.gz Resolving snapshot.debian.org (snapshot.debian.org)... 193.62.202.27, 185.17.185.185, 2001:1af8:4020:b030:deb::185, ... Connecting to snapshot.debian.org (snapshot.debian.org)|193.62.202.27|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4243 (4.1K) Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11-3.diff.gz.7z7Qu9/output' 0K .... 100% 1.03G=0s 2022-06-06 23:43:23 (1.03 GB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mii-diag_2.11-3.diff.gz.7z7Qu9/output' saved [4243/4243] mii-diag_2.11-3.diff.gz: OK (sha256: b49fd3e7c0c446a949c3ca246cc441824d7ef5a61530f884756a82b0b2997190) >>> mii-diag 2.11 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/mii-diag/mii-diag_2.11.orig.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11 -xf - >>> mii-diag 2.11 Patching PATH=/nvmedata/autobuild/instance-25/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11 /nvmedata/autobuild/instance-25/dl/mii-diag mii-diag_2.11-3.diff.gz Applying mii-diag_2.11-3.diff.gz using gzip: patching file mii-diag.8 patching file Makefile patching file debian/mii-diag-udeb.manpages patching file debian/changelog patching file debian/mii-diag-udeb.dirs patching file debian/mii-diag-udeb.files patching file debian/mii-diag.dirs patching file debian/control patching file debian/copyright patching file debian/mii-diag.manpages patching file debian/rules patching file debian/compat patching file debian/mii-diag.files Applying 0001-strchr.patch using patch: patching file mii-diag.c if [ -d /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11/debian/patches ]; then PATH=/nvmedata/autobuild/instance-25/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11 /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11/debian/patches \*.patch; fi >>> mii-diag 2.11 Configuring >>> mii-diag 2.11 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11 mii-diag make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wstrict-prototypes -O mii-diag.c -DLIBMII \ libmii.c -o mii-diag make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11' >>> mii-diag 2.11 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target -C /nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11 install-mii-diag make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install mii-diag /nvmedata/autobuild/instance-25/output-1/target/usr/sbin make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mii-diag-2.11' >>> mini-snmpd 1.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mini-snmpd-1.6.tar.gz.cU9OAt/output' 'https://github.com/troglobit/mini-snmpd/archive/v1.6/mini-snmpd-1.6.tar.gz' --2022-06-06 23:43:24-- https://github.com/troglobit/mini-snmpd/archive/v1.6/mini-snmpd-1.6.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/troglobit/mini-snmpd/tar.gz/refs/tags/v1.6 [following] --2022-06-06 23:43:24-- https://codeload.github.com/troglobit/mini-snmpd/tar.gz/refs/tags/v1.6 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mini-snmpd-1.6.tar.gz.cU9OAt/output' 0K .......... .......... .......... .......... .......... 497K 50K ..... 57.3M=0.1s 2022-06-06 23:43:25 (552 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mini-snmpd-1.6.tar.gz.cU9OAt/output' saved [56918] mini-snmpd-1.6.tar.gz: OK (sha256: de00c475a3c70c56f3ee97cd683cb71009d3521d60b1f589c5a91b4671ede9f3) >>> mini-snmpd 1.6 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/mini-snmpd/mini-snmpd-1.6.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6 -xf - >>> mini-snmpd 1.6 Patching Applying 0001-linux.c-fix-musl-build.patch using patch: patching file linux.c >>> mini-snmpd 1.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mini-snmpd 1.6 Configuring >>> mini-snmpd 1.6 Autoreconfiguring configure.ac:8: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:25: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:25: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:25: the top level configure.ac:3: warning: name 'aux' is reserved on W32 and DOS platforms configure.ac:11: installing 'aux/compile' configure.ac:4: installing 'aux/install-sh' configure.ac:4: installing 'aux/missing' Makefile.am: installing 'aux/depcomp' >>> mini-snmpd 1.6 Patching libtool (cd /nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking pkg-config is at least version 0.9.0... yes checking for pidfile... no checking for utimensat... yes checking for getprogname... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for alloca.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for syslog.h... yes checking for signal.h... yes checking for getopt.h... yes checking for arpa/inet.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/types.h... (cached) yes checking for net/if.h... yes checking for netinet/in.h... yes checking for strstr... yes checking for strtod... yes checking for strtoul... yes checking for strtok... yes checking for getopt... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mini-snmpd.service config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --enable-static, --enable-shared ------------------ Summary ------------------ mini-snmpd version 1.6 Prefix............: /usr Sysconfdir........: /etc Runstatedir.......: /var/run C Compiler........: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Optional features: vendor OID........: .1.3.6.1.4.1 ipv6..............: yes mini-snmpd.conf...: no demo mode.........: no systemd...........: no ------------- Compiler version -------------- powerpc-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-80-g6081e7e53d) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------- Check the above options and compile with: make >>> mini-snmpd 1.6 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' CC mini_snmpd-mini-snmpd.o CC mini_snmpd-linux.o CC mini_snmpd-freebsd.o CC mini_snmpd-mib.o CC mini_snmpd-globals.o CC mini_snmpd-protocol.o CC mini_snmpd-utils.o CC lib/pidfile.o CCLD mini-snmpd make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' >>> mini-snmpd 1.6 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mini-snmpd '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/mini-snmpd' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 README.md COPYING '/nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/mini-snmpd' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 mini-snmpd.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mini-snmpd-1.6' /usr/bin/install -D -m 644 package/mini-snmpd/mini-snmpd /nvmedata/autobuild/instance-25/output-1/target/etc/default/mini-snmpd libxml2-2.9.14.tar.xz: OK (sha256: 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee) >>> host-libxml2 2.9.14 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/libxml2/libxml2-2.9.14.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14 -xf - >>> host-libxml2 2.9.14 Patching >>> host-libxml2 2.9.14 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxml2 2.9.14 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/ltmain.sh Hunk #1 succeeded at 2786 (offset 99 lines). Hunk #2 succeeded at 4376 (offset 99 lines). Hunk #3 succeeded at 6671 (offset 117 lines). Hunk #4 succeeded at 6681 (offset 117 lines). Hunk #5 succeeded at 6974 (offset 117 lines). Hunk #6 succeeded at 7266 (offset 117 lines). Hunk #7 succeeded at 8241 (offset 129 lines). Hunk #8 succeeded at 10873 (offset 163 lines). >>> host-libxml2 2.9.14 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-zlib --without-lzma --without-python ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking whether ln -s works... yes checking how to run the C preprocessor... /usr/bin/cpp checking for mv... /nvmedata/autobuild/instance-25/output-1/host/bin/mv checking for tar... /nvmedata/autobuild/instance-25/output-1/host/bin/tar checking for perl... /usr/bin/perl checking for wget... /usr/bin/wget checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking pkg-config is at least version 0.9.0... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no Checking zlib Disabling zlib compression support Checking lzma Disabling lzma compression support Checking headers checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... yes Checking libraries checking for strftime... yes checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for signal... yes checking for rand... yes checking for rand_r... yes checking for srand... yes checking for time... yes checking for isascii... yes checking for mmap... yes checking for munmap... yes checking for putenv... yes checking for va_copy... yes checking whether va_list is an array type... yes checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking for const gethostbyname() argument... yes checking for const send() second argument... yes checking whether __attribute__((destructor)) is accepted... yes checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes Checking configuration requirements Enabling multithreaded support checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes Enabled Schematron support checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Disabling ICU support Enabled Schemas/Relax-NG support checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes Disabling code coverage for GCC checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating fuzz/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls Done configuring >>> host-libxml2 2.9.14 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' Making all in libxml make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' CC xmllint.o CC SAX.lo CC entities.lo CC encoding.lo CC error.lo CC parserInternals.lo CC parser.lo CC tree.lo CC hash.lo CC list.lo CC xmlIO.lo CC xmlmemory.lo CC uri.lo CC valid.lo CC xlink.lo CC HTMLparser.lo CC HTMLtree.lo CC debugXML.lo CC xpath.lo CC xpointer.lo CC xinclude.lo CC nanohttp.lo CC nanoftp.lo CC catalog.lo CC globals.lo CC threads.lo CC c14n.lo CC xmlstring.lo CC buf.lo CC xmlregexp.lo CC xmlschemas.lo CC xmlschemastypes.lo CC xmlunicode.lo CC xmlreader.lo CC relaxng.lo CC dict.lo CC SAX2.lo CC xmlwriter.lo CC legacy.lo CC chvalid.lo CC pattern.lo CC xmlsave.lo CC xmlmodule.lo CC schematron.lo CC xzlib.lo CCLD libxml2.la CCLD xmllint CC xmlcatalog.o CCLD xmlcatalog CC testdso.lo CCLD testdso.la sed -e 's?\@XML_LIBDIR\@?-L/nvmedata/autobuild/instance-25/output-1/host/lib?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/nvmedata/autobuild/instance-25/output-1/host/include/libxml2?g' \ -e 's?\@VERSION\@?2.9.14?g' \ -e 's?\@XML_LIBS\@?-lxml2?g' \ -e 's?\@XML_PRIVATE_LIBS\@?-lm ?g' \ < ./xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making all in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making all in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' Making all in examples make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making all in example make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' Making all in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' Making all in xstc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' >>> host-libxml2 2.9.14 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' Making install in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' Making install in libxml make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libxml2/libxml' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/nvmedata/autobuild/instance-25/output-1/host/include/libxml2/libxml' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/nvmedata/autobuild/instance-25/output-1/host/include/libxml2/libxml' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/include' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libxml2.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libxml2.so.2.9.14 /nvmedata/autobuild/instance-25/output-1/host/lib/libxml2.so.2.9.14 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libxml2.so.2.9.14 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.14 libxml2.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libxml2.so.2.9.14 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.14 libxml2.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libxml2.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libxml2.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xmllint xmlcatalog '/nvmedata/autobuild/instance-25/output-1/host/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xmllint /nvmedata/autobuild/instance-25/output-1/host/bin/xmllint libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xmlcatalog /nvmedata/autobuild/instance-25/output-1/host/bin/xmlcatalog /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xml2-config '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xml2Conf.sh '/nvmedata/autobuild/instance-25/output-1/host/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/cmake/libxml2' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml2-config.cmake '/nvmedata/autobuild/instance-25/output-1/host/lib/cmake/libxml2' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2 /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./Copyright /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2 /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/examples /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./xmllint.c /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/examples /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./testSAX.c /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/examples /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./testHTML.c /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/examples /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./testXPath.c /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/examples /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/aclocal' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml.m4 '/nvmedata/autobuild/instance-25/output-1/host/share/aclocal' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xml2-config.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml.3 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml-2.0.pc '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making install in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./html/*.html /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./html/*.png /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./tutorial/*.* \ /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial/images /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./tutorial/images/*.* \ /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial/images /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial/images/callouts /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \ /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/tutorial/images/callouts /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making install in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libxml2' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml2.devhelp2 general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libxml2' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libxml2' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/devhelp' Making install in examples make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/examples /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxml2/html/examples/ make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc/examples' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/doc' Making install in example make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/example' Making install in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/fuzz' Making install in xstc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14/xstc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxml2-2.9.14' libxslt-1.1.35.tar.xz: OK (sha256: 8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79) >>> host-libxslt 1.1.35 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/libxslt/libxslt-1.1.35.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35 -xf - >>> host-libxslt 1.1.35 Patching >>> host-libxslt 1.1.35 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxslt 1.1.35 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/ltmain.sh Hunk #1 succeeded at 2786 (offset 99 lines). Hunk #2 succeeded at 4376 (offset 99 lines). Hunk #3 succeeded at 6671 (offset 117 lines). Hunk #4 succeeded at 6681 (offset 117 lines). Hunk #5 succeeded at 6974 (offset 117 lines). Hunk #6 succeeded at 7266 (offset 117 lines). Hunk #7 succeeded at 8241 (offset 129 lines). Hunk #8 succeeded at 10873 (offset 163 lines). >>> host-libxslt 1.1.35 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-debug --without-python --without-crypto ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... /usr/bin/cpp checking for xmllint... /nvmedata/autobuild/instance-25/output-1/host/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking pkg-config is at least version 0.9.0... yes checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking how to pass version script to the linker (/usr/bin/ld -m elf_x86_64)... -Wl,--version-script= checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking for strxfrm_l... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/stat.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stat... yes checking for _stat... no checking for pow... no checking for pow in -lm... yes checking for floor... no checking for floor in -lm... yes checking for fabs... no checking for fabs in -lm... yes checking for gettimeofday... yes checking for localtime... yes checking for localtime_r... yes checking for time... yes checking for gmtime... yes checking for gmtime_r... yes checking for ftime... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for clock_gettime... yes checking for perl... /usr/bin/perl Disabling crypto support Disabling debug support Enabling debugger Enabling profiler checking for xml2-config... /nvmedata/autobuild/instance-25/output-1/host/bin/xml2-config checking for LIBXML... yes checking whether shared libraries will be built (required for plugins)... yes checking libxml2 module support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libxslt.pc config.status: creating libexslt.pc config.status: creating libxslt-config.cmake config.status: creating libxslt/Makefile config.status: creating libxslt/xsltconfig.h config.status: creating libxslt/xsltwin32config.h config.status: creating libexslt/Makefile config.status: creating libexslt/exsltconfig.h config.status: creating xsltproc/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating tests/Makefile config.status: creating tests/docs/Makefile config.status: creating tests/REC1/Makefile config.status: creating tests/REC2/Makefile config.status: creating tests/REC/Makefile config.status: creating tests/general/Makefile config.status: creating tests/reports/Makefile config.status: creating tests/extensions/Makefile config.status: creating tests/namespaces/Makefile config.status: creating tests/keys/Makefile config.status: creating tests/numbers/Makefile config.status: creating tests/documents/Makefile config.status: creating tests/xmlspec/Makefile config.status: creating tests/multiple/Makefile config.status: creating tests/xinclude/Makefile config.status: creating tests/XSLTMark/Makefile config.status: creating tests/docbook/Makefile config.status: creating tests/exslt/Makefile config.status: creating tests/exslt/common/Makefile config.status: creating tests/exslt/functions/Makefile config.status: creating tests/exslt/math/Makefile config.status: creating tests/exslt/saxon/Makefile config.status: creating tests/exslt/sets/Makefile config.status: creating tests/exslt/strings/Makefile config.status: creating tests/exslt/date/Makefile config.status: creating tests/exslt/dynamic/Makefile config.status: creating tests/exslt/crypto/Makefile config.status: creating tests/plugins/Makefile config.status: creating tests/fuzz/Makefile config.status: creating doc/Makefile config.status: creating doc/devhelp/Makefile config.status: creating doc/EXSLT/devhelp/Makefile config.status: creating xslt-config config.status: creating libxslt.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-libxslt 1.1.35 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' Making all in libxslt make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' CC attrvt.lo CC xslt.lo CC xsltlocale.lo CC xsltutils.lo CC pattern.lo CC templates.lo CC variables.lo CC keys.lo CC numbers.lo CC extensions.lo CC extra.lo CC functions.lo CC namespaces.lo CC imports.lo CC attributes.lo CC documents.lo CC preproc.lo CC transform.lo CC security.lo CCLD libxslt.la make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' Making all in libexslt make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' CC exslt.lo CC common.lo CC crypto.lo CC math.lo CC sets.lo CC functions.lo CC strings.lo CC date.lo CC saxon.lo CC dynamic.lo CCLD libexslt.la make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' Making all in xsltproc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' CC xsltproc.o CCLD xsltproc CC testThreads.o CCLD testThreads make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' Making all in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' Making all in EXSLT/devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' Making all in docs make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' Making all in REC1 make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' Making all in REC2 make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' Making all in REC make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' Making all in general make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' Making all in namespaces make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' Making all in keys make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' Making all in numbers make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' Making all in documents make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' Making all in extensions make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' Making all in reports make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' Making all in xmlspec make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' Making all in multiple make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' Making all in xinclude make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' Making all in XSLTMark make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' Making all in docbook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' Making all in exslt make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' Making all in common make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' Making all in functions make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' Making all in math make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' Making all in saxon make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' Making all in sets make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' Making all in strings make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' Making all in dynamic make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' Making all in date make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' Making all in plugins make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' CC xmlsoft_org_xslt_testplugin_la-testplugin.lo CCLD xmlsoft_org_xslt_testplugin.la make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' Making all in fuzz make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' sed -e 's?\@XSLT_LIBDIR\@?-L/nvmedata/autobuild/instance-25/output-1/host/lib?g' \ -e 's?\@XSLT_INCLUDEDIR\@?-I/nvmedata/autobuild/instance-25/output-1/host/include?g' \ -e 's?\@VERSION\@?1.1.35?g' \ -e 's?\@XSLT_LIBS\@?-lxslt -L/nvmedata/autobuild/instance-25/output-1/host/lib -lxml2 ?g' \ -e 's?\@XSLT_PRIVATE_LIBS\@?-lm?g' \ < ./xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' >>> host-libxslt 1.1.35 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' Making install in libxslt make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libxslt.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libxslt.so.1.1.35 /nvmedata/autobuild/instance-25/output-1/host/lib/libxslt.so.1.1.35 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libxslt.so.1.1.35 libxslt.so.1 || { rm -f libxslt.so.1 && ln -s libxslt.so.1.1.35 libxslt.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libxslt.so.1.1.35 libxslt.so || { rm -f libxslt.so && ln -s libxslt.so.1.1.35 libxslt.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libxslt.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libxslt.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p "/nvmedata/autobuild/instance-25/output-1/host/lib/libxslt-plugins" make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxslt.3 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xsltconfig.h '/nvmedata/autobuild/instance-25/output-1/host/include/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xslt.h xsltutils.h pattern.h templates.h variables.h keys.h numbersInternals.h extensions.h extra.h functions.h namespaces.h imports.h attributes.h documents.h preproc.h transform.h security.h xsltInternals.h xsltexports.h xsltlocale.h '/nvmedata/autobuild/instance-25/output-1/host/include/libxslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libxslt' Making install in libexslt make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libexslt.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libexslt.so.0.8.20 /nvmedata/autobuild/instance-25/output-1/host/lib/libexslt.so.0.8.20 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libexslt.so.0.8.20 libexslt.so.0 || { rm -f libexslt.so.0 && ln -s libexslt.so.0.8.20 libexslt.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libexslt.so.0.8.20 libexslt.so || { rm -f libexslt.so && ln -s libexslt.so.0.8.20 libexslt.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libexslt.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libexslt.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libexslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 exslt.h exsltexports.h '/nvmedata/autobuild/instance-25/output-1/host/include/libexslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libexslt.3 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libexslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 exsltconfig.h '/nvmedata/autobuild/instance-25/output-1/host/include/libexslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/libexslt' Making install in xsltproc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xsltproc '/nvmedata/autobuild/instance-25/output-1/host/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xsltproc /nvmedata/autobuild/instance-25/output-1/host/bin/xsltproc make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/xsltproc' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' Making install in devhelp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxslt.devhelp2 general.html index.html libxslt-attributes.html libxslt-documents.html libxslt-extensions.html libxslt-extra.html libxslt-functions.html libxslt-imports.html libxslt-keys.html libxslt-namespaces.html libxslt-numbersInternals.html libxslt-pattern.html libxslt-preproc.html libxslt-security.html libxslt-templates.html libxslt-transform.html libxslt-variables.html libxslt-xsltexports.html libxslt-xslt.html libxslt-xsltInternals.html libxslt-xsltlocale.html libxslt-xsltutils.html home.png left.png right.png up.png style.css '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libxslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/devhelp' Making install in EXSLT/devhelp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libexslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libexslt.devhelp2 general.html index.html libexslt-exsltexports.html libexslt-exslt.html home.png left.png right.png up.png style.css '/nvmedata/autobuild/instance-25/output-1/host/share/gtk-doc/html/libexslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./*.html /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./*.gif /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./html/*.html /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./html/*.png /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/html /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/EXSLT /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./EXSLT/*.html /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/EXSLT /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/tutorial /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./tutorial/* /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/tutorial /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/tutorial2 /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 0644 ./tutorial2/* /nvmedata/autobuild/instance-25/output-1/host/share/doc/libxslt-1.1.35/html/tutorial2 /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xsltproc.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/doc' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' Making install in docs make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docs' Making install in REC1 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC1' Making install in REC2 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC2' Making install in REC make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/REC' Making install in general make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/general' Making install in namespaces make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/namespaces' Making install in keys make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/keys' Making install in numbers make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/numbers' Making install in documents make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/documents' Making install in extensions make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/extensions' Making install in reports make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/reports' Making install in xmlspec make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xmlspec' Making install in multiple make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/multiple' Making install in xinclude make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/xinclude' Making install in XSLTMark make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' Making install in docbook make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/docbook' Making install in exslt make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' Making install in common make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/common' Making install in functions make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' Making install in math make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/math' Making install in saxon make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' Making install in sets make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' Making install in strings make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' Making install in dynamic make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' Making install in date make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/exslt' Making install in plugins make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/plugins' Making install in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c xslt-config '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 xsltConf.sh '/nvmedata/autobuild/instance-25/output-1/host/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/cmake/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 FindGcrypt.cmake libxslt-config.cmake '/nvmedata/autobuild/instance-25/output-1/host/lib/cmake/libxslt' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/aclocal' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxslt.m4 '/nvmedata/autobuild/instance-25/output-1/host/share/aclocal' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libxslt.pc libexslt.pc '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libxslt-1.1.35' >>> mobile-broadband-provider-info 20190618 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mobile-broadband-provider-info-20190618.tar.xz.zC0dfA/output' 'http://ftp.gnome.org/pub/GNOME/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz' --2022-06-06 23:45:18-- http://ftp.gnome.org/pub/GNOME/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz Resolving ftp.gnome.org (ftp.gnome.org)... 8.43.85.5, 8.43.85.4, 8.43.85.3 Connecting to ftp.gnome.org (ftp.gnome.org)|8.43.85.5|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://ftp.gnome.org/pub/GNOME/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz [following] --2022-06-06 23:45:18-- https://ftp.gnome.org/pub/GNOME/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz Connecting to ftp.gnome.org (ftp.gnome.org)|8.43.85.5|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://download.gnome.org/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz [following] --2022-06-06 23:45:19-- https://download.gnome.org/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz Resolving download.gnome.org (download.gnome.org)... 8.43.85.5, 8.43.85.4, 8.43.85.3 Connecting to download.gnome.org (download.gnome.org)|8.43.85.5|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://mirror.umd.edu/gnome/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz [following] --2022-06-06 23:45:19-- https://mirror.umd.edu/gnome/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz Resolving mirror.umd.edu (mirror.umd.edu)... 128.8.207.141 Connecting to mirror.umd.edu (mirror.umd.edu)|128.8.207.141|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82640 (81K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mobile-broadband-provider-info-20190618.tar.xz.zC0dfA/output' 0K .......... .......... .......... .......... .......... 61% 1.13M 0s 50K .......... .......... .......... 100% 144M=0.04s 2022-06-06 23:45:19 (1.82 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mobile-broadband-provider-info-20190618.tar.xz.zC0dfA/output' saved [82640/82640] mobile-broadband-provider-info-20190618.tar.xz: OK (sha256: c22d64a565d1975b9eecb6ed2eeaef18634bc6f385c8137d05e845d8fb3cce5b) >>> mobile-broadband-provider-info 20190618 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/mobile-broadband-provider-info/mobile-broadband-provider-info-20190618.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618 -xf - >>> mobile-broadband-provider-info 20190618 Patching >>> mobile-broadband-provider-info 20190618 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mobile-broadband-provider-info 20190618 Patching libtool >>> mobile-broadband-provider-info 20190618 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for xsltproc... /nvmedata/autobuild/instance-25/output-1/host/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mobile-broadband-provider-info.pc configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> mobile-broadband-provider-info 20190618 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' /nvmedata/autobuild/instance-25/output-1/host/bin/xsltproc --output apns-conf.xml apns-conf.xsl serviceproviders.xml make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' >>> mobile-broadband-provider-info 20190618 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[2]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 serviceproviders.xml serviceproviders.2.dtd '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 mobile-broadband-provider-info.pc '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 apns-conf.xml '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/mobile-broadband-provider-info' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' >>> mobile-broadband-provider-info 20190618 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mobile-broadband-provider-info 20190618 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[2]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 serviceproviders.xml serviceproviders.2.dtd '/nvmedata/autobuild/instance-25/output-1/target/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 mobile-broadband-provider-info.pc '/nvmedata/autobuild/instance-25/output-1/target/usr/share/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/mobile-broadband-provider-info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 apns-conf.xml '/nvmedata/autobuild/instance-25/output-1/target/usr/share/mobile-broadband-provider-info' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mobile-broadband-provider-info-20190618' >>> host-yasm 1.3.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.yasm-1.3.0.tar.gz.p7lOOf/output' 'http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz' --2022-06-06 23:45:23-- http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz Resolving www.tortall.net (www.tortall.net)... 69.55.235.23 Connecting to www.tortall.net (www.tortall.net)|69.55.235.23|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1492156 (1.4M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.yasm-1.3.0.tar.gz.p7lOOf/output' 0K .......... .......... .......... .......... .......... 3% 554K 3s 50K .......... .......... .......... .......... .......... 6% 1.06M 2s 100K .......... .......... .......... .......... .......... 10% 1.08M 2s 150K .......... .......... .......... .......... .......... 13% 10.8M 1s 200K .......... .......... .......... .......... .......... 17% 1.10M 1s 250K .......... .......... .......... .......... .......... 20% 9.62M 1s 300K .......... .......... .......... .......... .......... 24% 11.5M 1s 350K .......... .......... .......... .......... .......... 27% 1.16M 1s 400K .......... .......... .......... .......... .......... 30% 6.88M 1s 450K .......... .......... .......... .......... .......... 34% 13.6M 1s 500K .......... .......... .......... .......... .......... 37% 1.08M 1s 550K .......... .......... .......... .......... .......... 41% 6.13M 0s 600K .......... .......... .......... .......... .......... 44% 1.21M 0s 650K .......... .......... .......... .......... .......... 48% 15.8M 0s 700K .......... .......... .......... .......... .......... 51% 5.60M 0s 750K .......... .......... .......... .......... .......... 54% 5.62M 0s 800K .......... .......... .......... .......... .......... 58% 1.30M 0s 850K .......... .......... .......... .......... .......... 61% 7.21M 0s 900K .......... .......... .......... .......... .......... 65% 3.26M 0s 950K .......... .......... .......... .......... .......... 68% 6.10M 0s 1000K .......... .......... .......... .......... .......... 72% 160M 0s 1050K .......... .......... .......... .......... .......... 75% 1.78M 0s 1100K .......... .......... .......... .......... .......... 78% 13.5M 0s 1150K .......... .......... .......... .......... .......... 82% 10.3M 0s 1200K .......... .......... .......... .......... .......... 85% 3.56M 0s 1250K .......... .......... .......... .......... .......... 89% 9.19M 0s 1300K .......... .......... .......... .......... .......... 92% 945K 0s 1350K .......... .......... .......... .......... .......... 96% 2.56M 0s 1400K .......... .......... .......... .......... .......... 99% 189M 0s 1450K ....... 100% 146M=0.6s 2022-06-06 23:45:23 (2.37 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.yasm-1.3.0.tar.gz.p7lOOf/output' saved [1492156/1492156] yasm-1.3.0.tar.gz: OK (sha256: 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f) >>> host-yasm 1.3.0 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/yasm/yasm-1.3.0.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0 -xf - >>> host-yasm 1.3.0 Patching >>> host-yasm 1.3.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-yasm 1.3.0 Patching libtool >>> host-yasm 1.3.0 Configuring /bin/sed -i -e 's#) ytasm.*#)#' /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/Makefile.in (cd /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/cpp checking for /usr/bin/gcc option to accept ISO C99... none needed checking for /usr/bin/gcc option to accept ISO Standard C... (cached) none needed checking whether ln -s works... yes checking for ranlib... /usr/bin/ranlib checking for xmlto... no configure: WARNING: xmlto not found, manpages will not be rebuilt. checking if malloc debugging is wanted... no checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for strings.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for unistd.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking for sys/stat.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for function prototypes... yes checking for size_t... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system) checking for abort... yes checking for toascii... yes checking for vsnprintf... yes checking for strsep... yes checking for mergesort... no checking for getcwd... yes checking for popen... yes checking for ftruncate... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for stricmp... no checking for _stricmp... no checking for strcmpi... no checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for xgettext... /nvmedata/autobuild/instance-25/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for GNU C Library... yes configure: Checking for Python checking for a Python interpreter with version >= 2.4... python checking for python... /nvmedata/autobuild/instance-25/output-1/host/bin/python checking for python version... 3.1 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.10/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.10/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libyasm-stdint.h commands config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop >>> host-yasm 1.3.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' /usr/bin/gcc -I. \ -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c /usr/bin/gcc -I. \ -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c /usr/bin/gcc -I. \ -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c /usr/bin/gcc -I. \ -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c /usr/bin/gcc -I. \ -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c /usr/bin/gcc -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o ./genperf x86insn_nasm.gperf x86insn_nasm.c ./genperf x86insn_gas.gperf x86insn_gas.c fail to map group of size 2 for tab size 512 /usr/bin/gcc -I. \ -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c /usr/bin/gcc -I. \ -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c /usr/bin/gcc -I. \ -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c /usr/bin/gcc -I. \ -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c /usr/bin/gcc -I. \ -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c /usr/bin/gcc -I. \ -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c /usr/bin/gcc -I. \ -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c /usr/bin/gcc -I. \ -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c /usr/bin/gcc -I. \ -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c /usr/bin/gcc -o re2c re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o ./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re ./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re /usr/bin/gcc -I. \ -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c /usr/bin/gcc -o genmacro genmacro.o ./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac /usr/bin/gcc -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c /usr/bin/gcc -o genversion genversion.o ./genversion version.mac ./genmacro nasm-version.c nasm_version_mac version.mac ./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac ./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac /usr/bin/gcc -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c /usr/bin/gcc -o genstring genstring.o ./genstring license_msg license.c ./COPYING /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/po' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c modules/objfmts/bin/bin-objfmt.c: In function 'dosexe_objfmt_output': modules/objfmts/bin/bin-objfmt.c:1869:9: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 1869 | ftruncate(fileno(f), EXE_HEADER_SIZE + size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/assocdat.o libyasm/assocdat.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bitvect.o libyasm/bitvect.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bc-align.o libyasm/bc-align.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bc-data.o libyasm/bc-data.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bc-org.o libyasm/bc-org.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/bytecode.o libyasm/bytecode.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/errwarn.o libyasm/errwarn.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/expr.o libyasm/expr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/file.o libyasm/file.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/floatnum.o libyasm/floatnum.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/hamt.o libyasm/hamt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/insn.o libyasm/insn.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/intnum.o libyasm/intnum.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/inttree.o libyasm/inttree.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/linemap.o libyasm/linemap.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/md5.o libyasm/md5.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/mergesort.o libyasm/mergesort.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/phash.o libyasm/phash.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/section.o libyasm/section.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/strsep.o libyasm/strsep.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/symrec.o libyasm/symrec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/valparam.o libyasm/valparam.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/value.o libyasm/value.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/xmalloc.o libyasm/xmalloc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o libyasm/xstrdup.o libyasm/xstrdup.c ./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o x86cpu.o x86cpu.c ./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o x86regtmod.o x86regtmod.c ./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o lc3bid.o lc3bid.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o gas-token.o gas-token.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o nasm-token.o nasm-token.c /usr/bin/gcc -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c /usr/bin/gcc -o genmodule genmodule.o ./genmodule ./libyasm/module.in Makefile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o module.o module.c rm -f libyasm.a /usr/bin/ar cru libyasm.a modules/arch/x86/x86arch.o modules/arch/x86/x86bc.o modules/arch/x86/x86expr.o modules/arch/x86/x86id.o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3bbc.o modules/listfmts/nasm/nasm-listfmt.o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse-intel.o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parse.o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasm-eval.o modules/preprocs/raw/raw-preproc.o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-eval.o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/bin/bin-objfmt.o modules/objfmts/elf/elf.o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/win64-except.o modules/objfmts/macho/macho-objfmt.o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.o libyasm/assocdat.o libyasm/bitvect.o libyasm/bc-align.o libyasm/bc-data.o libyasm/bc-incbin.o libyasm/bc-org.o libyasm/bc-reserve.o libyasm/bytecode.o libyasm/errwarn.o libyasm/expr.o libyasm/file.o libyasm/floatnum.o libyasm/hamt.o libyasm/insn.o libyasm/intnum.o libyasm/inttree.o libyasm/linemap.o libyasm/md5.o libyasm/mergesort.o libyasm/phash.o libyasm/section.o libyasm/strcasecmp.o libyasm/strsep.o libyasm/symrec.o libyasm/valparam.o libyasm/value.o libyasm/xmalloc.o libyasm/xstrdup.o x86cpu.o x86regtmod.o lc3bid.o gas-token.o nasm-token.o module.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libyasm.a /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' >>> host-yasm 1.3.0 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' Making install in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/po' if test "yasm" = "gettext-tools"; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0/po' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c yasm '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libyasm.a '/nvmedata/autobuild/instance-25/output-1/host/lib' ( cd '/nvmedata/autobuild/instance-25/output-1/host/lib' && /usr/bin/ranlib libyasm.a ) /usr/bin/make install-exec-hook make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[5]: Nothing to be done for 'install-exec-hook'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libyasm.h '/nvmedata/autobuild/instance-25/output-1/host/include' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 yasm.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man7' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man7' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man7' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libyasm' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libyasm/arch.h libyasm/assocdat.h libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h libyasm/expr.h libyasm/file.h libyasm/floatnum.h libyasm/hamt.h libyasm/insn.h libyasm/intnum.h libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h libyasm/md5.h libyasm/module.h libyasm/objfmt.h libyasm/parser.h libyasm/phash.h libyasm/preproc.h libyasm/section.h libyasm/symrec.h libyasm/valparam.h libyasm/value.h '/nvmedata/autobuild/instance-25/output-1/host/include/libyasm' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libyasm-stdint.h '/nvmedata/autobuild/instance-25/output-1/host/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-yasm-1.3.0' >>> mpir 3.0.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.mpir-3.0.0.tar.bz2.wCcdfv/output' 'http://www.mpir.org/mpir-3.0.0.tar.bz2' --2022-06-06 23:45:56-- http://www.mpir.org/mpir-3.0.0.tar.bz2 Resolving www.mpir.org (www.mpir.org)... 78.159.99.205 Connecting to www.mpir.org (www.mpir.org)|78.159.99.205|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2572041 (2.5M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.mpir-3.0.0.tar.bz2.wCcdfv/output' 0K .......... .......... .......... .......... .......... 1% 192K 13s 50K .......... .......... .......... .......... .......... 3% 377K 9s 100K .......... .......... .......... .......... .......... 5% 181M 6s 150K .......... .......... .......... .......... .......... 7% 392K 6s 200K .......... .......... .......... .......... .......... 9% 43.5M 5s 250K .......... .......... .......... .......... .......... 11% 68.6M 4s 300K .......... .......... .......... .......... .......... 13% 106M 3s 350K .......... .......... .......... .......... .......... 15% 390K 3s 400K .......... .......... .......... .......... .......... 17% 180M 3s 450K .......... .......... .......... .......... .......... 19% 43.9M 3s 500K .......... .......... .......... .......... .......... 21% 188M 2s 550K .......... .......... .......... .......... .......... 23% 190M 2s 600K .......... .......... .......... .......... .......... 25% 42.9M 2s 650K .......... .......... .......... .......... .......... 27% 152M 2s 700K .......... .......... .......... .......... .......... 29% 391K 2s 750K .......... .......... .......... .......... .......... 31% 130M 2s 800K .......... .......... .......... .......... .......... 33% 180M 2s 850K .......... .......... .......... .......... .......... 35% 159M 1s 900K .......... .......... .......... .......... .......... 37% 155M 1s 950K .......... .......... .......... .......... .......... 39% 166M 1s 1000K .......... .......... .......... .......... .......... 41% 15.3M 1s 1050K .......... .......... .......... .......... .......... 43% 209M 1s 1100K .......... .......... .......... .......... .......... 45% 213M 1s 1150K .......... .......... .......... .......... .......... 47% 178M 1s 1200K .......... .......... .......... .......... .......... 49% 184M 1s 1250K .......... .......... .......... .......... .......... 51% 207M 1s 1300K .......... .......... .......... .......... .......... 53% 205M 1s 1350K .......... .......... .......... .......... .......... 55% 217M 1s 1400K .......... .......... .......... .......... .......... 57% 181M 1s 1450K .......... .......... .......... .......... .......... 59% 203M 1s 1500K .......... .......... .......... .......... .......... 61% 406K 1s 1550K .......... .......... .......... .......... .......... 63% 91.5M 1s 1600K .......... .......... .......... .......... .......... 65% 85.3M 0s 1650K .......... .......... .......... .......... .......... 67% 107M 0s 1700K .......... .......... .......... .......... .......... 69% 62.0M 0s 1750K .......... .......... .......... .......... .......... 71% 54.0M 0s 1800K .......... .......... .......... .......... .......... 73% 164M 0s 1850K .......... .......... .......... .......... .......... 75% 136M 0s 1900K .......... .......... .......... .......... .......... 77% 54.5M 0s 1950K .......... .......... .......... .......... .......... 79% 191M 0s 2000K .......... .......... .......... .......... .......... 81% 55.4M 0s 2050K .......... .......... .......... .......... .......... 83% 150M 0s 2100K .......... .......... .......... .......... .......... 85% 177M 0s 2150K .......... .......... .......... .......... .......... 87% 92.1M 0s 2200K .......... .......... .......... .......... .......... 89% 66.2M 0s 2250K .......... .......... .......... .......... .......... 91% 188M 0s 2300K .......... .......... .......... .......... .......... 93% 85.1M 0s 2350K .......... .......... .......... .......... .......... 95% 140M 0s 2400K .......... .......... .......... .......... .......... 97% 70.0M 0s 2450K .......... .......... .......... .......... .......... 99% 176M 0s 2500K .......... . 100% 23.6M=0.9s 2022-06-06 23:45:57 (2.66 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.mpir-3.0.0.tar.bz2.wCcdfv/output' saved [2572041/2572041] mpir-3.0.0.tar.bz2: OK (sha256: 52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb) >>> mpir 3.0.0 Extracting bzcat /nvmedata/autobuild/instance-25/dl/mpir/mpir-3.0.0.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0 -xf - >>> mpir 3.0.0 Patching Applying 0001-mpn-arm-udiv.asm-workaround-binutils-bug-14887.patch using patch: patching file mpn/arm/udiv.asm >>> mpir 3.0.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpir 3.0.0 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> mpir 3.0.0 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking ABI=32 checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc is gcc... yes checking compiler /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C99... unsupported checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking build system compiler /usr/bin/gcc... yes checking for build system preprocessor... /usr/bin/gcc -E checking for build system executable suffix... checking whether build system compiler is ANSI... yes checking for build system compiler math library... -lm Looking for a system-wide yasm... Checking yasm... checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no using ABI="32" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" MPN_PATH=" powerpc32 generic" checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fenv.h usability... no checking fenv.h presence... no checking for fenv.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/processor.h usability... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking sys/systemcfg.h usability... no checking sys/systemcfg.h presence... no checking for sys/systemcfg.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/resource.h... yes checking for sys/sysctl.h... yes checking whether fgetc is declared... yes checking whether fscanf is declared... yes checking whether optarg is declared... yes checking whether ungetc is declared... yes checking whether vfprintf is declared... yes checking whether sys_errlist is declared... no checking whether sys_nerr is declared... no checking return type of signal handlers... void checking for intmax_t... yes checking for uintmax_t... yes checking for long double... yes checking for long long... yes checking for ptrdiff_t... yes checking for quad_t... yes checking for uint_least32_t... yes checking for preprocessor stringizing operator... yes checking for working volatile... yes checking whether exists and works... yes checking whether gcc __attribute__ ((const)) works... yes checking whether gcc __attribute__ ((malloc)) works... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking whether gcc __attribute__ ((noreturn)) works... yes checking for inline... inline checking for cos in -lm... yes checking for working alloca.h... yes checking for alloca (via gmp-impl.h)... yes checking how to allocate temporary memory... alloca checking whether byte ordering is bigendian... (cached) yes checking format of `double' floating point... IEEE big endian checking for alarm... yes checking for attr_get... no checking for clock... yes checking for clock_gettime... yes checking for cputime... no checking for getpagesize... yes checking for getrusage... yes checking for gettimeofday... yes checking for getsysinfo... no checking for localeconv... yes checking for memset... yes checking for mmap... yes checking for nl_langinfo... yes checking for obstack_vprintf... no checking for popen... yes checking for processor_info... no checking for pstat_getprocessor... no checking for raise... yes checking for read_real_time... no checking for syssgi... no checking for strchr... yes checking for strerror... yes checking for strnlen... yes checking for strtol... yes checking for strtoul... yes checking for sysconf... yes checking for sysctl... yes checking for sysctlbyname... no checking for times... yes checking for mprotect... yes checking for vsnprintf... yes checking whether vsnprintf works... probably configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok checking whether sscanf needs writable input... no checking for struct pst_processor.psp_iticksperclktick... no checking for suitable m4... m4 checking if m4wrap produces spurious output... no checking how to switch to text section... .text checking how to switch to data section... .data checking for assembler label suffix... : checking for assembler global directive... .globl checking for assembler global directive attribute... checking if globals are prefixed by underscore... no checking how to switch to read-only data section... .section .sdata,"aw" checking for assembler .type directive... .type $1,@$2 checking for assembler .size directive... .size $1,$2 checking for assembler local label prefix... .L checking for assembler byte directive... .byte checking how to define a 32-bit word... .long checking if .align assembly directive is logarithmic... yes checking whether compiler output is PIC by default... no checking if the assembler needs r on registers... no checking size of unsigned short... 2 checking size of unsigned... 4 checking size of unsigned long... 4 checking size of uintmax_t... 8 checking size of mp_limb_t... 4 creating config.m4 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating longlong.h config.status: creating Makefile config.status: creating mpf/Makefile config.status: creating mpn/Makefile config.status: creating fft/Makefile config.status: creating mpq/Makefile config.status: creating mpz/Makefile config.status: creating printf/Makefile config.status: creating scanf/Makefile config.status: creating cxx/Makefile config.status: creating tests/Makefile config.status: creating tests/devel/Makefile config.status: creating tests/mpf/Makefile config.status: creating tests/mpn/Makefile config.status: creating tests/fft/Makefile config.status: creating tests/mpq/Makefile config.status: creating tests/mpz/Makefile config.status: creating tests/rand/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/cxx/Makefile config.status: creating doc/Makefile config.status: creating tune/Makefile config.status: creating mpir.h config.status: creating config.h config.status: linking mpn/generic/add.c to mpn/add.c config.status: linking mpn/generic/add_1.c to mpn/add_1.c config.status: linking mpn/powerpc32/add_n.asm to mpn/add_n.asm config.status: linking mpn/generic/sub.c to mpn/sub.c config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c config.status: linking mpn/powerpc32/sub_n.asm to mpn/sub_n.asm config.status: linking mpn/powerpc32/mul_1.asm to mpn/mul_1.asm config.status: linking mpn/powerpc32/addmul_1.asm to mpn/addmul_1.asm config.status: linking mpn/powerpc32/submul_1.asm to mpn/submul_1.asm config.status: linking mpn/powerpc32/lshift.asm to mpn/lshift.asm config.status: linking mpn/powerpc32/rshift.asm to mpn/rshift.asm config.status: linking mpn/generic/addadd_n.c to mpn/addadd_n.c config.status: linking mpn/generic/addsub_n.c to mpn/addsub_n.c config.status: linking mpn/generic/subadd_n.c to mpn/subadd_n.c config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c config.status: linking mpn/generic/divexact_1.c to mpn/divexact_1.c config.status: linking mpn/powerpc32/divexact_by3c.asm to mpn/divexact_by3c.asm config.status: linking mpn/generic/divexact_byff.c to mpn/divexact_byff.c config.status: linking mpn/generic/divexact_byfobm1.c to mpn/divexact_byfobm1.c config.status: linking mpn/generic/divisible_p.c to mpn/divisible_p.c config.status: linking mpn/generic/divrem.c to mpn/divrem.c config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c config.status: linking mpn/generic/divrem_euclidean_qr_1.c to mpn/divrem_euclidean_qr_1.c config.status: linking mpn/generic/divrem_euclidean_qr_2.c to mpn/divrem_euclidean_qr_2.c config.status: linking mpn/generic/divrem_euclidean_r_1.c to mpn/divrem_euclidean_r_1.c config.status: linking mpn/generic/divrem_hensel_qr_1.c to mpn/divrem_hensel_qr_1.c config.status: linking mpn/generic/divrem_hensel_qr_1_1.c to mpn/divrem_hensel_qr_1_1.c config.status: linking mpn/generic/divrem_hensel_qr_1_2.c to mpn/divrem_hensel_qr_1_2.c config.status: linking mpn/generic/divrem_hensel_r_1.c to mpn/divrem_hensel_r_1.c config.status: linking mpn/generic/divrem_hensel_rsh_qr_1.c to mpn/divrem_hensel_rsh_qr_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1.c to mpn/rsh_divrem_hensel_qr_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_1.c to mpn/rsh_divrem_hensel_qr_1_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_2.c to mpn/rsh_divrem_hensel_qr_1_2.c config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c config.status: linking mpn/powerpc32/mod_34lsub1.asm to mpn/mod_34lsub1.asm config.status: linking mpn/powerpc32/modexact_1c_odd.asm to mpn/modexact_1c_odd.asm config.status: linking mpn/generic/preinv_divrem_1.c to mpn/preinv_divrem_1.c config.status: linking mpn/generic/preinv_mod_1.c to mpn/preinv_mod_1.c config.status: linking mpn/generic/dump.c to mpn/dump.c config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking mpn/generic/tdiv_q.c to mpn/tdiv_q.c config.status: linking mpn/generic/mp_bases.c to mpn/mp_bases.c config.status: linking mpn/generic/fib_table.c to mpn/fib_table.c config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c config.status: linking mpn/generic/mulmod_bexpp1.c to mpn/mulmod_bexpp1.c config.status: linking mpn/generic/mulmod_2expm1.c to mpn/mulmod_2expm1.c config.status: linking mpn/generic/mulmod_2expp1_basecase.c to mpn/mulmod_2expp1_basecase.c config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c config.status: linking mpn/generic/mul.c to mpn/mul.c config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c config.status: linking mpn/generic/random.c to mpn/random.c config.status: linking mpn/generic/random2.c to mpn/random2.c config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c config.status: linking mpn/generic/powlo.c to mpn/powlo.c config.status: linking mpn/generic/powm.c to mpn/powm.c config.status: linking mpn/generic/binvert.c to mpn/binvert.c config.status: linking mpn/generic/urandomb.c to mpn/urandomb.c config.status: linking mpn/generic/urandomm.c to mpn/urandomm.c config.status: linking mpn/generic/randomb.c to mpn/randomb.c config.status: linking mpn/generic/rrandom.c to mpn/rrandom.c config.status: linking mpn/generic/invert.c to mpn/invert.c config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c config.status: linking mpn/generic/get_str.c to mpn/get_str.c config.status: linking mpn/generic/set_str.c to mpn/set_str.c config.status: linking mpn/generic/scan0.c to mpn/scan0.c config.status: linking mpn/generic/scan1.c to mpn/scan1.c config.status: linking mpn/generic/popcount.c to mpn/popcount.c config.status: linking mpn/generic/hamdist.c to mpn/hamdist.c config.status: linking mpn/generic/cmp.c to mpn/cmp.c config.status: linking mpn/generic/perfect_square_p.c to mpn/perfect_square_p.c config.status: linking mpn/generic/bdivmod.c to mpn/bdivmod.c config.status: linking mpn/generic/gcd.c to mpn/gcd.c config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking mpn/generic/jacobi_base.c to mpn/jacobi_base.c config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c config.status: linking mpn/generic/get_d.c to mpn/get_d.c config.status: linking mpn/generic/mullow_n.c to mpn/mullow_n.c config.status: linking mpn/generic/mulhigh_n.c to mpn/mulhigh_n.c config.status: linking mpn/generic/mullow_n_basecase.c to mpn/mullow_n_basecase.c config.status: linking mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c config.status: linking mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c config.status: linking mpn/generic/toom3_mul.c to mpn/toom3_mul.c config.status: linking mpn/generic/toom3_mul_n.c to mpn/toom3_mul_n.c config.status: linking mpn/generic/toom4_mul.c to mpn/toom4_mul.c config.status: linking mpn/generic/toom4_mul_n.c to mpn/toom4_mul_n.c config.status: linking mpn/generic/dc_div_q.c to mpn/dc_div_q.c config.status: linking mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c config.status: linking mpn/generic/sb_div_q.c to mpn/sb_div_q.c config.status: linking mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c config.status: linking mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c config.status: linking mpn/generic/dc_div_qr_n.c to mpn/dc_div_qr_n.c config.status: linking mpn/generic/inv_divappr_q_n.c to mpn/inv_divappr_q_n.c config.status: linking mpn/generic/inv_divappr_q.c to mpn/inv_divappr_q.c config.status: linking mpn/generic/inv_div_q.c to mpn/inv_div_q.c config.status: linking mpn/generic/inv_div_qr.c to mpn/inv_div_qr.c config.status: linking mpn/generic/inv_div_qr_n.c to mpn/inv_div_qr_n.c config.status: linking mpn/generic/rootrem_basecase.c to mpn/rootrem_basecase.c config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c config.status: linking mpn/generic/toom8_sqr_n.c to mpn/toom8_sqr_n.c config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c config.status: linking mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c config.status: linking mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c config.status: linking mpn/generic/dc_bdiv_q_n.c to mpn/dc_bdiv_q_n.c config.status: linking mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c config.status: linking mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c config.status: linking mpn/generic/dc_bdiv_qr_n.c to mpn/dc_bdiv_qr_n.c config.status: linking mpn/generic/divexact.c to mpn/divexact.c config.status: linking mpn/generic/zero.c to mpn/zero.c config.status: linking mpn/powerpc32/umul.asm to mpn/umul.asm config.status: linking mpn/generic/copyi.c to mpn/copyi.c config.status: linking mpn/generic/copyd.c to mpn/copyd.c config.status: linking mpn/generic/com_n.c to mpn/com_n.c config.status: linking mpn/generic/neg_n.c to mpn/neg_n.c config.status: linking mpn/generic/and_n.c to mpn/and_n.c config.status: linking mpn/generic/andn_n.c to mpn/andn_n.c config.status: linking mpn/generic/nand_n.c to mpn/nand_n.c config.status: linking mpn/generic/ior_n.c to mpn/ior_n.c config.status: linking mpn/generic/iorn_n.c to mpn/iorn_n.c config.status: linking mpn/generic/nior_n.c to mpn/nior_n.c config.status: linking mpn/generic/xor_n.c to mpn/xor_n.c config.status: linking mpn/generic/xnor_n.c to mpn/xnor_n.c config.status: linking mpn/powerpc32/sqr_diagonal.asm to mpn/sqr_diagonal.asm config.status: linking mpn/powerpc32/addlsh1_n.asm to mpn/addlsh1_n.asm config.status: linking mpn/powerpc32/sublsh1_n.asm to mpn/sublsh1_n.asm config.status: linking mpn/generic/sumdiff_n.c to mpn/sumdiff_n.c config.status: linking mpn/generic/nsumdiff_n.c to mpn/nsumdiff_n.c config.status: linking mpn/powerpc32/gmp-mparam.h to gmp-mparam.h config.status: linking yasm_mac.inc.nofat to yasm_mac.inc config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls >>> mpir 3.0.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' echo "void dummy1(void){return;}" > mpn/dummy1.c /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making all in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making all in devel make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' Making all in mpn make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' Making all in fft make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' Making all in mpz make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' Making all in mpq make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' Making all in mpf make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' Making all in rand make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' Making all in misc make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' Making all in cxx make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making all in mpn make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dummy1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dummy1.lo dummy1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dummy1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dummy1.c -fPIC -DPIC -o .libs/dummy1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dummy1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dummy1.c -o dummy1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add.lo add.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -o add.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add_1.lo add_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_1.c -fPIC -DPIC -o .libs/add_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_1.c -o add_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'add_n.asm' || echo './'`add_n.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. add_n.asm -fPIC -DPIC -o .libs/add_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC add_n.asm >tmp-add_n.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. add_n.asm -o add_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub.lo sub.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -o sub.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub_1.lo sub_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_1.c -o sub_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'sub_n.asm' || echo './'`sub_n.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sub_n.asm -fPIC -DPIC -o .libs/sub_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC sub_n.asm >tmp-sub_n.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sub_n.asm -o sub_n.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'mul_1.asm' || echo './'`mul_1.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. mul_1.asm -fPIC -DPIC -o .libs/mul_1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC mul_1.asm >tmp-mul_1.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-mul_1.s -fPIC -DPIC -o .libs/mul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. mul_1.asm -o mul_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'addmul_1.asm' || echo './'`addmul_1.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. addmul_1.asm -fPIC -DPIC -o .libs/addmul_1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC addmul_1.asm >tmp-addmul_1.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-addmul_1.s -fPIC -DPIC -o .libs/addmul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. addmul_1.asm -o addmul_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'submul_1.asm' || echo './'`submul_1.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. submul_1.asm -fPIC -DPIC -o .libs/submul_1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC submul_1.asm >tmp-submul_1.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-submul_1.s -fPIC -DPIC -o .libs/submul_1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. submul_1.asm -o submul_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'lshift.asm' || echo './'`lshift.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. lshift.asm -fPIC -DPIC -o .libs/lshift.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC lshift.asm >tmp-lshift.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-lshift.s -fPIC -DPIC -o .libs/lshift.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. lshift.asm -o lshift.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'rshift.asm' || echo './'`rshift.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. rshift.asm -fPIC -DPIC -o .libs/rshift.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC rshift.asm >tmp-rshift.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-rshift.s -fPIC -DPIC -o .libs/rshift.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. rshift.asm -o rshift.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addadd_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o addadd_n.lo addadd_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c addadd_n.c -fPIC -DPIC -o .libs/addadd_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c addadd_n.c -o addadd_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addsub_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o addsub_n.lo addsub_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addsub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c addsub_n.c -fPIC -DPIC -o .libs/addsub_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addsub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c addsub_n.c -o addsub_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subadd_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o subadd_n.lo subadd_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c subadd_n.c -fPIC -DPIC -o .libs/subadd_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c subadd_n.c -o subadd_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o comb_tables.lo comb_tables.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c comb_tables.c -fPIC -DPIC -o .libs/comb_tables.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c comb_tables.c -o comb_tables.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divexact_1.lo divexact_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_1.c -fPIC -DPIC -o .libs/divexact_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_1.c -o divexact_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_by3c | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'divexact_by3c.asm' || echo './'`divexact_by3c.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. divexact_by3c.asm -fPIC -DPIC -o .libs/divexact_by3c.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divexact_by3c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC divexact_by3c.asm >tmp-divexact_by3c.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-divexact_by3c.s -fPIC -DPIC -o .libs/divexact_by3c.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. divexact_by3c.asm -o divexact_by3c.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byff | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divexact_byff.lo divexact_byff.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byff -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_byff.c -fPIC -DPIC -o .libs/divexact_byff.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byff -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_byff.c -o divexact_byff.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byfobm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divexact_byfobm1.lo divexact_byfobm1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byfobm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_byfobm1.c -fPIC -DPIC -o .libs/divexact_byfobm1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byfobm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact_byfobm1.c -o divexact_byfobm1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divisible_p | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divisible_p.lo divisible_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divisible_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divisible_p.c -fPIC -DPIC -o .libs/divisible_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divisible_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divisible_p.c -o divisible_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem.lo divrem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem.c -fPIC -DPIC -o .libs/divrem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem.c -o divrem.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_1.lo divrem_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_1.c -fPIC -DPIC -o .libs/divrem_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_1.c -o divrem_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_2.lo divrem_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_2.c -fPIC -DPIC -o .libs/divrem_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_2.c -o divrem_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_euclidean_qr_1.lo divrem_euclidean_qr_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_qr_1.c -fPIC -DPIC -o .libs/divrem_euclidean_qr_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_qr_1.c -o divrem_euclidean_qr_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_euclidean_qr_2.lo divrem_euclidean_qr_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_qr_2.c -fPIC -DPIC -o .libs/divrem_euclidean_qr_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_qr_2.c -o divrem_euclidean_qr_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_r_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_euclidean_r_1.lo divrem_euclidean_r_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_r_1.c -fPIC -DPIC -o .libs/divrem_euclidean_r_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_euclidean_r_1.c -o divrem_euclidean_r_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_hensel_qr_1.lo divrem_hensel_qr_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1.c -o divrem_hensel_qr_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_hensel_qr_1_1.lo divrem_hensel_qr_1_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1_1.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1_1.c -o divrem_hensel_qr_1_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_hensel_qr_1_2.lo divrem_hensel_qr_1_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1_2.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_qr_1_2.c -o divrem_hensel_qr_1_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_r_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_hensel_r_1.lo divrem_hensel_r_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_r_1.c -fPIC -DPIC -o .libs/divrem_hensel_r_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_r_1.c -o divrem_hensel_r_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_rsh_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divrem_hensel_rsh_qr_1.lo divrem_hensel_rsh_qr_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_rsh_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_rsh_qr_1.c -fPIC -DPIC -o .libs/divrem_hensel_rsh_qr_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_rsh_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divrem_hensel_rsh_qr_1.c -o divrem_hensel_rsh_qr_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rsh_divrem_hensel_qr_1.lo rsh_divrem_hensel_qr_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1.c -o rsh_divrem_hensel_qr_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rsh_divrem_hensel_qr_1_1.lo rsh_divrem_hensel_qr_1_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1_1.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1_1.c -o rsh_divrem_hensel_qr_1_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rsh_divrem_hensel_qr_1_2.lo rsh_divrem_hensel_qr_1_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1_2.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rsh_divrem_hensel_qr_1_2.c -o rsh_divrem_hensel_qr_1_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add_err1_n.lo add_err1_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_err1_n.c -fPIC -DPIC -o .libs/add_err1_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_err1_n.c -o add_err1_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add_err2_n.lo add_err2_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_err2_n.c -fPIC -DPIC -o .libs/add_err2_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_err2_n.c -o add_err2_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub_err1_n.lo sub_err1_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_err1_n.c -fPIC -DPIC -o .libs/sub_err1_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_err1_n.c -o sub_err1_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub_err2_n.lo sub_err2_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_err2_n.c -fPIC -DPIC -o .libs/sub_err2_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_err2_n.c -o sub_err2_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fib2_ui.lo fib2_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mod_1.lo mod_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1.c -o mod_1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'mod_34lsub1.asm' || echo './'`mod_34lsub1.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. mod_34lsub1.asm -fPIC -DPIC -o .libs/mod_34lsub1.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_34lsub1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC mod_34lsub1.asm >tmp-mod_34lsub1.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-mod_34lsub1.s -fPIC -DPIC -o .libs/mod_34lsub1.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. mod_34lsub1.asm -o mod_34lsub1.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo modexact_1c_odd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'modexact_1c_odd.asm' || echo './'`modexact_1c_odd.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_modexact_1c_odd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. modexact_1c_odd.asm -fPIC -DPIC -o .libs/modexact_1c_odd.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_modexact_1c_odd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC modexact_1c_odd.asm >tmp-modexact_1c_odd.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_modexact_1c_odd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-modexact_1c_odd.s -fPIC -DPIC -o .libs/modexact_1c_odd.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_modexact_1c_odd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. modexact_1c_odd.asm -o modexact_1c_odd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo preinv_divrem_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o preinv_divrem_1.lo preinv_divrem_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c preinv_divrem_1.c -fPIC -DPIC -o .libs/preinv_divrem_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c preinv_divrem_1.c -o preinv_divrem_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo preinv_mod_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o preinv_mod_1.lo preinv_mod_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c preinv_mod_1.c -fPIC -DPIC -o .libs/preinv_mod_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c preinv_mod_1.c -o preinv_mod_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dump.lo dump.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -o dump.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcd_subdiv_step.lo gcd_subdiv_step.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_subdiv_step.c -o gcd_subdiv_step.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcdext_lehmer.lo gcdext_lehmer.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext_lehmer.c -o gcdext_lehmer.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcdext_1.lo gcdext_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext_1.c -o gcdext_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd.lo hgcd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd.c -o hgcd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o matrix22_mul.lo matrix22_mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c matrix22_mul.c -o matrix22_mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd2.lo hgcd2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd2.c -o hgcd2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd2_jacobi.lo hgcd2_jacobi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd2_jacobi.c -o hgcd2_jacobi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd_appr.lo hgcd_appr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_appr.c -o hgcd_appr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd_jacobi.lo hgcd_jacobi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_jacobi.c -o hgcd_jacobi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd_matrix.lo hgcd_matrix.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_matrix.c -o hgcd_matrix.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd_reduce.lo hgcd_reduce.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_reduce.c -o hgcd_reduce.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hgcd_step.lo hgcd_step.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hgcd_step.c -o hgcd_step.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mod_1_1.lo mod_1_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_1.c -fPIC -DPIC -o .libs/mod_1_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_1.c -o mod_1_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mod_1_2.lo mod_1_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_2.c -fPIC -DPIC -o .libs/mod_1_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_2.c -o mod_1_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mod_1_3.lo mod_1_3.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod_1_3.c -o mod_1_3.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_q.lo tdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q.c -o tdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_bases.lo mp_bases.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_bases.c -o mp_bases.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fib_table.lo fib_table.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib_table.c -o fib_table.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmid_basecase.lo mulmid_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid_basecase.c -fPIC -DPIC -o .libs/mulmid_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid_basecase.c -o mulmid_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmid.lo mulmid.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid.c -o mulmid.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmid_n.lo mulmid_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmid_n.c -o mulmid_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom42_mulmid.lo toom42_mulmid.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom42_mulmid.c -o toom42_mulmid.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bexpp1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmod_bexpp1.lo mulmod_bexpp1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bexpp1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_bexpp1.c -fPIC -DPIC -o .libs/mulmod_bexpp1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bexpp1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_bexpp1.c -o mulmod_bexpp1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_2expm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmod_2expm1.lo mulmod_2expm1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expm1.c -fPIC -DPIC -o .libs/mulmod_2expm1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expm1.c -o mulmod_2expm1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_2expp1_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmod_2expp1_basecase.lo mulmod_2expp1_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expp1_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expp1_basecase.c -fPIC -DPIC -o .libs/mulmod_2expp1_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expp1_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expp1_basecase.c -o mulmod_2expp1_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_fft.lo mul_fft.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_fft.c -o mul_fft.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul.lo mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -o mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_n.lo mul_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_n.c -o mul_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_basecase.lo mul_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_basecase.c -fPIC -DPIC -o .libs/mul_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_basecase.c -o mul_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqr_basecase.lo sqr_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqr_basecase.c -fPIC -DPIC -o .libs/sqr_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqr_basecase.c -o sqr_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o random.lo random.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random.c -fPIC -DPIC -o .libs/random.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random.c -o random.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o random2.lo random2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random2.c -fPIC -DPIC -o .libs/random2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random2.c -o random2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pow_1.lo pow_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_1.c -o pow_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o powlo.lo powlo.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powlo.c -fPIC -DPIC -o .libs/powlo.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powlo.c -o powlo.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o powm.lo powm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm.c -fPIC -DPIC -o .libs/powm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm.c -o powm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o binvert.lo binvert.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c binvert.c -fPIC -DPIC -o .libs/binvert.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c binvert.c -o binvert.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo urandomb | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o urandomb.lo urandomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -o urandomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo urandomm | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o urandomm.lo urandomm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomm.c -o urandomm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo randomb | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randomb.lo randomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_randomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randomb.c -fPIC -DPIC -o .libs/randomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_randomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randomb.c -o randomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rrandom | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rrandom.lo rrandom.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rrandom -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandom.c -fPIC -DPIC -o .libs/rrandom.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rrandom -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandom.c -o rrandom.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o invert.lo invert.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invert.c -fPIC -DPIC -o .libs/invert.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invert.c -o invert.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rootrem.lo rootrem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem.c -o rootrem.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sizeinbase.lo sizeinbase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqrtrem.lo sqrtrem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_str.lo get_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -o get_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_str.lo set_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -o set_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o scan0.lo scan0.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan0.c -fPIC -DPIC -o .libs/scan0.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan0.c -o scan0.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o scan1.lo scan1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan1.c -fPIC -DPIC -o .libs/scan1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan1.c -o scan1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o popcount.lo popcount.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c popcount.c -fPIC -DPIC -o .libs/popcount.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c popcount.c -o popcount.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hamdist.lo hamdist.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hamdist.c -o hamdist.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp.lo cmp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -o cmp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfect_square_p | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o perfect_square_p.lo perfect_square_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfect_square_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfect_square_p.c -fPIC -DPIC -o .libs/perfect_square_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfect_square_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfect_square_p.c -o perfect_square_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdivmod | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o bdivmod.lo bdivmod.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bdivmod.c -fPIC -DPIC -o .libs/bdivmod.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bdivmod.c -o bdivmod.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcd.lo gcd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd.c -fPIC -DPIC -o .libs/gcd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd.c -o gcd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcd_1.lo gcd_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_1.c -fPIC -DPIC -o .libs/gcd_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_1.c -o gcd_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcdext.lo gcdext.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext.c -o gcdext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_qr.lo tdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_base | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o jacobi_base.lo jacobi_base.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_base -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi_base.c -fPIC -DPIC -o .libs/jacobi_base.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_base -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi_base.c -o jacobi_base.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o jacobi.lo jacobi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi.c -o jacobi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o jacobi_2.lo jacobi_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d.lo get_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -o get_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mullow_n.lo mullow_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_n.c -fPIC -DPIC -o .libs/mullow_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_n.c -o mullow_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulhigh_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulhigh_n.lo mulhigh_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulhigh_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulhigh_n.c -fPIC -DPIC -o .libs/mulhigh_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulhigh_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulhigh_n.c -o mulhigh_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_n_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mullow_n_basecase.lo mullow_n_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_n_basecase.c -fPIC -DPIC -o .libs/mullow_n_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_n_basecase.c -o mullow_n_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mullow_basecase.lo mullow_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_basecase.c -fPIC -DPIC -o .libs/mullow_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mullow_basecase.c -o mullow_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o redc_1.lo redc_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_1.c -fPIC -DPIC -o .libs/redc_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_1.c -o redc_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o redc_2.lo redc_2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_2.c -fPIC -DPIC -o .libs/redc_2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_2.c -o redc_2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o redc_n.lo redc_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c redc_n.c -o redc_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb_divappr_q.lo sb_divappr_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_divappr_q.c -fPIC -DPIC -o .libs/sb_divappr_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_divappr_q.c -o sb_divappr_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom3_mul.lo toom3_mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom3_mul.c -fPIC -DPIC -o .libs/toom3_mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom3_mul.c -o toom3_mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom3_mul_n.lo toom3_mul_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom3_mul_n.c -fPIC -DPIC -o .libs/toom3_mul_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom3_mul_n.c -o toom3_mul_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom4_mul.lo toom4_mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom4_mul.c -fPIC -DPIC -o .libs/toom4_mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom4_mul.c -o toom4_mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom4_mul_n.lo toom4_mul_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom4_mul_n.c -fPIC -DPIC -o .libs/toom4_mul_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom4_mul_n.c -o toom4_mul_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_div_q.lo dc_div_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_q.c -fPIC -DPIC -o .libs/dc_div_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_q.c -o dc_div_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_divappr_q.lo dc_divappr_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_divappr_q.c -fPIC -DPIC -o .libs/dc_divappr_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_divappr_q.c -o dc_divappr_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb_div_q.lo sb_div_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_div_q.c -fPIC -DPIC -o .libs/sb_div_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_div_q.c -o sb_div_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb_div_qr.lo sb_div_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_div_qr.c -fPIC -DPIC -o .libs/sb_div_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_div_qr.c -o sb_div_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_div_qr.lo dc_div_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_qr.c -fPIC -DPIC -o .libs/dc_div_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_qr.c -o dc_div_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_div_qr_n.lo dc_div_qr_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_qr_n.c -fPIC -DPIC -o .libs/dc_div_qr_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_div_qr_n.c -o dc_div_qr_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_divappr_q_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv_divappr_q_n.lo inv_divappr_q_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_divappr_q_n.c -fPIC -DPIC -o .libs/inv_divappr_q_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_divappr_q_n.c -o inv_divappr_q_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv_divappr_q.lo inv_divappr_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_divappr_q.c -fPIC -DPIC -o .libs/inv_divappr_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_divappr_q.c -o inv_divappr_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv_div_q.lo inv_div_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_q.c -fPIC -DPIC -o .libs/inv_div_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_q.c -o inv_div_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv_div_qr.lo inv_div_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_qr.c -fPIC -DPIC -o .libs/inv_div_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_qr.c -o inv_div_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv_div_qr_n.lo inv_div_qr_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_qr_n.c -fPIC -DPIC -o .libs/inv_div_qr_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv_div_qr_n.c -o inv_div_qr_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rootrem_basecase.lo rootrem_basecase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem_basecase.c -fPIC -DPIC -o .libs/rootrem_basecase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem_basecase.c -o rootrem_basecase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_pm1.lo toom_eval_pm1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm1.c -o toom_eval_pm1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_pm2.lo toom_eval_pm2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2.c -o toom_eval_pm2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom8_sqr_n.lo toom8_sqr_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom8_sqr_n.c -fPIC -DPIC -o .libs/toom8_sqr_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom8_sqr_n.c -o toom8_sqr_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom8h_mul.lo toom8h_mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom8h_mul.c -o toom8h_mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o toom_couple_handling.lo toom_couple_handling.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c toom_couple_handling.c -o toom_couple_handling.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb_bdiv_q.lo sb_bdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_bdiv_q.c -fPIC -DPIC -o .libs/sb_bdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_bdiv_q.c -o sb_bdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb_bdiv_qr.lo sb_bdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_bdiv_qr.c -fPIC -DPIC -o .libs/sb_bdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb_bdiv_qr.c -o sb_bdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_q_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_bdiv_q_n.lo dc_bdiv_q_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_q_n.c -fPIC -DPIC -o .libs/dc_bdiv_q_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_q_n.c -o dc_bdiv_q_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_bdiv_q.lo dc_bdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_q.c -fPIC -DPIC -o .libs/dc_bdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_q.c -o dc_bdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_bdiv_qr.lo dc_bdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_qr.c -fPIC -DPIC -o .libs/dc_bdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_qr.c -o dc_bdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dc_bdiv_qr_n.lo dc_bdiv_qr_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_qr_n.c -fPIC -DPIC -o .libs/dc_bdiv_qr_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dc_bdiv_qr_n.c -o dc_bdiv_qr_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divexact.lo divexact.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact.c -fPIC -DPIC -o .libs/divexact.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact.c -o divexact.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o zero.lo zero.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c zero.c -fPIC -DPIC -o .libs/zero.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c zero.c -o zero.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo umul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'umul.asm' || echo './'`umul.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. umul.asm -fPIC -DPIC -o .libs/umul.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_umul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC umul.asm >tmp-umul.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-umul.s -fPIC -DPIC -o .libs/umul.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. umul.asm -o umul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o copyi.lo copyi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c copyi.c -fPIC -DPIC -o .libs/copyi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c copyi.c -o copyi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o copyd.lo copyd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c copyd.c -fPIC -DPIC -o .libs/copyd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c copyd.c -o copyd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o com_n.lo com_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c com_n.c -fPIC -DPIC -o .libs/com_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c com_n.c -o com_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o neg_n.lo neg_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg_n.c -fPIC -DPIC -o .libs/neg_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg_n.c -o neg_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o and_n.lo and_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c and_n.c -fPIC -DPIC -o .libs/and_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c and_n.c -o and_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o andn_n.lo andn_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c andn_n.c -fPIC -DPIC -o .libs/andn_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c andn_n.c -o andn_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nand_n.lo nand_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nand_n.c -fPIC -DPIC -o .libs/nand_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nand_n.c -o nand_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ior_n.lo ior_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ior_n.c -fPIC -DPIC -o .libs/ior_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ior_n.c -o ior_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iorn_n.lo iorn_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iorn_n.c -fPIC -DPIC -o .libs/iorn_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iorn_n.c -o iorn_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nior_n.lo nior_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nior_n.c -fPIC -DPIC -o .libs/nior_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nior_n.c -o nior_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o xor_n.lo xor_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xor_n.c -fPIC -DPIC -o .libs/xor_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xor_n.c -o xor_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o xnor_n.lo xnor_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xnor_n.c -fPIC -DPIC -o .libs/xnor_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xnor_n.c -o xnor_n.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_diagonal | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'sqr_diagonal.asm' || echo './'`sqr_diagonal.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sqr_diagonal.asm -fPIC -DPIC -o .libs/sqr_diagonal.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_diagonal -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC sqr_diagonal.asm >tmp-sqr_diagonal.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-sqr_diagonal.s -fPIC -DPIC -o .libs/sqr_diagonal.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diagonal -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sqr_diagonal.asm -o sqr_diagonal.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'addlsh1_n.asm' || echo './'`addlsh1_n.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. addlsh1_n.asm -fPIC -DPIC -o .libs/addlsh1_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC addlsh1_n.asm >tmp-addlsh1_n.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-addlsh1_n.s -fPIC -DPIC -o .libs/addlsh1_n.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. addlsh1_n.asm -o addlsh1_n.o >/dev/null 2>&1 /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sublsh1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. `test -f 'sublsh1_n.asm' || echo './'`sublsh1_n.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sublsh1_n.asm -fPIC -DPIC -o .libs/sublsh1_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sublsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC sublsh1_n.asm >tmp-sublsh1_n.s /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. tmp-sublsh1_n.s -fPIC -DPIC -o .libs/sublsh1_n.o libtool: compile: ../mpn/m4-ccas --m4=m4 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I. -I.. sublsh1_n.asm -o sublsh1_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sumdiff_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sumdiff_n.lo sumdiff_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sumdiff_n.c -fPIC -DPIC -o .libs/sumdiff_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sumdiff_n.c -o sumdiff_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nsumdiff_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nsumdiff_n.lo nsumdiff_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nsumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nsumdiff_n.c -fPIC -DPIC -o .libs/nsumdiff_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nsumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nsumdiff_n.c -o nsumdiff_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libmpn.la dummy1.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo addadd_n.lo addsub_n.lo subadd_n.lo comb_tables.lo divexact_1.lo divexact_by3c.lo divexact_byff.lo divexact_byfobm1.lo divisible_p.lo divrem.lo divrem_1.lo divrem_2.lo divrem_euclidean_qr_1.lo divrem_euclidean_qr_2.lo divrem_euclidean_r_1.lo divrem_hensel_qr_1.lo divrem_hensel_qr_1_1.lo divrem_hensel_qr_1_2.lo divrem_hensel_r_1.lo divrem_hensel_rsh_qr_1.lo rsh_divrem_hensel_qr_1.lo rsh_divrem_hensel_qr_1_1.lo rsh_divrem_hensel_qr_1_2.lo add_err1_n.lo add_err2_n.lo sub_err1_n.lo sub_err2_n.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo modexact_1c_odd.lo preinv_divrem_1.lo preinv_mod_1.lo dump.lo gcd_subdiv_step.lo gcdext_lehmer.lo gcdext_1.lo hgcd.lo matrix22_mul.lo hgcd2.lo hgcd2_jacobi.lo hgcd_appr.lo hgcd_jacobi.lo hgcd_matrix.lo hgcd_reduce.lo hgcd_step.lo matrix22_mul1_inverse_vector.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo tdiv_q.lo mp_bases.lo fib_table.lo mulmid_basecase.lo mulmid.lo mulmid_n.lo toom42_mulmid.lo mulmod_bexpp1.lo mulmod_2expm1.lo mulmod_2expp1_basecase.lo mul_fft.lo mul.lo mul_n.lo mul_basecase.lo sqr_basecase.lo random.lo random2.lo pow_1.lo powlo.lo powm.lo binvert.lo urandomb.lo urandomm.lo randomb.lo rrandom.lo invert.lo rootrem.lo sizeinbase.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfect_square_p.lo bdivmod.lo gcd.lo gcd_1.lo gcdext.lo tdiv_qr.lo jacobi_base.lo jacobi.lo jacobi_2.lo get_d.lo mullow_n.lo mulhigh_n.lo mullow_n_basecase.lo mullow_basecase.lo redc_1.lo redc_2.lo redc_n.lo sb_divappr_q.lo toom3_mul.lo toom3_mul_n.lo toom4_mul.lo toom4_mul_n.lo dc_div_q.lo dc_divappr_q.lo sb_div_q.lo sb_div_qr.lo dc_div_qr.lo dc_div_qr_n.lo inv_divappr_q_n.lo inv_divappr_q.lo inv_div_q.lo inv_div_qr.lo inv_div_qr_n.lo rootrem_basecase.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_16pts.lo toom8_sqr_n.lo toom8h_mul.lo toom_couple_handling.lo sb_bdiv_q.lo sb_bdiv_qr.lo dc_bdiv_q_n.lo dc_bdiv_q.lo dc_bdiv_qr.lo dc_bdiv_qr_n.lo divexact.lo zero.lo umul.lo copyi.lo copyd.lo com_n.lo neg_n.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo sqr_diagonal.lo addlsh1_n.lo sublsh1_n.lo sumdiff_n.lo nsumdiff_n.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libmpn.a .libs/dummy1.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/lshift.o .libs/rshift.o .libs/addadd_n.o .libs/addsub_n.o .libs/subadd_n.o .libs/comb_tables.o .libs/divexact_1.o .libs/divexact_by3c.o .libs/divexact_byff.o .libs/divexact_byfobm1.o .libs/divisible_p.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/divrem_euclidean_qr_1.o .libs/divrem_euclidean_qr_2.o .libs/divrem_euclidean_r_1.o .libs/divrem_hensel_qr_1.o .libs/divrem_hensel_qr_1_1.o .libs/divrem_hensel_qr_1_2.o .libs/divrem_hensel_r_1.o .libs/divrem_hensel_rsh_qr_1.o .libs/rsh_divrem_hensel_qr_1.o .libs/rsh_divrem_hensel_qr_1_1.o .libs/rsh_divrem_hensel_qr_1_2.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/modexact_1c_odd.o .libs/preinv_divrem_1.o .libs/preinv_mod_1.o .libs/dump.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/gcdext_1.o .libs/hgcd.o .libs/matrix22_mul.o .libs/hgcd2.o .libs/hgcd2_jacobi.o .libs/hgcd_appr.o .libs/hgcd_jacobi.o .libs/hgcd_matrix.o .libs/hgcd_reduce.o .libs/hgcd_step.o .libs/matrix22_mul1_inverse_vector.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/tdiv_q.o .libs/mp_bases.o .libs/fib_table.o .libs/mulmid_basecase.o .libs/mulmid.o .libs/mulmid_n.o .libs/toom42_mulmid.o .libs/mulmod_bexpp1.o .libs/mulmod_2expm1.o .libs/mulmod_2expp1_basecase.o .libs/mul_fft.o .libs/mul.o .libs/mul_n.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/powlo.o .libs/powm.o .libs/binvert.o .libs/urandomb.o .libs/urandomm.o .libs/randomb.o .libs/rrandom.o .libs/invert.o .libs/rootrem.o .libs/sizeinbase.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfect_square_p.o .libs/bdivmod.o .libs/gcd.o .libs/gcd_1.o .libs/gcdext.o .libs/tdiv_qr.o .libs/jacobi_base.o .libs/jacobi.o .libs/jacobi_2.o .libs/get_d.o .libs/mullow_n.o .libs/mulhigh_n.o .libs/mullow_n_basecase.o .libs/mullow_basecase.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/sb_divappr_q.o .libs/toom3_mul.o .libs/toom3_mul_n.o .libs/toom4_mul.o .libs/toom4_mul_n.o .libs/dc_div_q.o .libs/dc_divappr_q.o .libs/sb_div_q.o .libs/sb_div_qr.o .libs/dc_div_qr.o .libs/dc_div_qr_n.o .libs/inv_divappr_q_n.o .libs/inv_divappr_q.o .libs/inv_div_q.o .libs/inv_div_qr.o .libs/inv_div_qr_n.o .libs/rootrem_basecase.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_16pts.o .libs/toom8_sqr_n.o .libs/toom8h_mul.o .libs/toom_couple_handling.o .libs/sb_bdiv_q.o .libs/sb_bdiv_qr.o .libs/dc_bdiv_q_n.o .libs/dc_bdiv_q.o .libs/dc_bdiv_qr.o .libs/dc_bdiv_qr_n.o .libs/divexact.o .libs/zero.o .libs/umul.o .libs/copyi.o .libs/copyd.o .libs/com_n.o .libs/neg_n.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/sqr_diagonal.o .libs/addlsh1_n.o .libs/sublsh1_n.o .libs/sumdiff_n.o .libs/nsumdiff_n.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmpn.a libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' Making all in fft make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o adjust.lo adjust.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c adjust.c -fPIC -DPIC -o .libs/adjust.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c adjust.c -o adjust.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o adjust_sqrt2.lo adjust_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c adjust_sqrt2.c -fPIC -DPIC -o .libs/adjust_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c adjust_sqrt2.c -o adjust_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o butterfly_lshB.lo butterfly_lshB.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c butterfly_lshB.c -fPIC -DPIC -o .libs/butterfly_lshB.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c butterfly_lshB.c -o butterfly_lshB.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o butterfly_rshB.lo butterfly_rshB.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c butterfly_rshB.c -fPIC -DPIC -o .libs/butterfly_rshB.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c butterfly_rshB.c -o butterfly_rshB.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o combine_bits.lo combine_bits.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c combine_bits.c -fPIC -DPIC -o .libs/combine_bits.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c combine_bits.c -o combine_bits.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o div_2expmod_2expp1.lo div_2expmod_2expp1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_2expmod_2expp1.c -fPIC -DPIC -o .libs/div_2expmod_2expp1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_2expmod_2expp1.c -o div_2expmod_2expp1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fermat_to_mpz.lo fermat_to_mpz.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fermat_to_mpz.c -fPIC -DPIC -o .libs/fermat_to_mpz.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fermat_to_mpz.c -o fermat_to_mpz.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_mfa_trunc_sqrt2.lo fft_mfa_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/fft_mfa_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_mfa_trunc_sqrt2.c -o fft_mfa_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_mfa_trunc_sqrt2_inner.lo fft_mfa_trunc_sqrt2_inner.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_mfa_trunc_sqrt2_inner.c -fPIC -DPIC -o .libs/fft_mfa_trunc_sqrt2_inner.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_mfa_trunc_sqrt2_inner.c -o fft_mfa_trunc_sqrt2_inner.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_negacyclic.lo fft_negacyclic.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_negacyclic.c -fPIC -DPIC -o .libs/fft_negacyclic.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_negacyclic.c -o fft_negacyclic.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_radix2.lo fft_radix2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_radix2.c -fPIC -DPIC -o .libs/fft_radix2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_radix2.c -o fft_radix2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_trunc.lo fft_trunc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_trunc.c -fPIC -DPIC -o .libs/fft_trunc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_trunc.c -o fft_trunc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fft_trunc_sqrt2.lo fft_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_trunc_sqrt2.c -fPIC -DPIC -o .libs/fft_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fft_trunc_sqrt2.c -o fft_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ifft_mfa_trunc_sqrt2.lo ifft_mfa_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/ifft_mfa_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_mfa_trunc_sqrt2.c -o ifft_mfa_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ifft_negacyclic.lo ifft_negacyclic.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_negacyclic.c -fPIC -DPIC -o .libs/ifft_negacyclic.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_negacyclic.c -o ifft_negacyclic.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ifft_radix2.lo ifft_radix2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_radix2.c -fPIC -DPIC -o .libs/ifft_radix2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_radix2.c -o ifft_radix2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ifft_trunc.lo ifft_trunc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_trunc.c -fPIC -DPIC -o .libs/ifft_trunc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_trunc.c -o ifft_trunc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ifft_trunc_sqrt2.lo ifft_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_trunc_sqrt2.c -fPIC -DPIC -o .libs/ifft_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ifft_trunc_sqrt2.c -o ifft_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_2expmod_2expp1.lo mul_2expmod_2expp1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2expmod_2expp1.c -fPIC -DPIC -o .libs/mul_2expmod_2expp1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2expmod_2expp1.c -o mul_2expmod_2expp1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_fft_main.lo mul_fft_main.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_fft_main.c -fPIC -DPIC -o .libs/mul_fft_main.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_fft_main.c -o mul_fft_main.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_mfa_trunc_sqrt2.lo mul_mfa_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/mul_mfa_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_mfa_trunc_sqrt2.c -o mul_mfa_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_trunc_sqrt2.lo mul_trunc_sqrt2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_trunc_sqrt2.c -fPIC -DPIC -o .libs/mul_trunc_sqrt2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_trunc_sqrt2.c -o mul_trunc_sqrt2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mulmod_2expp1.lo mulmod_2expp1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expp1.c -fPIC -DPIC -o .libs/mulmod_2expp1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mulmod_2expp1.c -o mulmod_2expp1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o normmod_2expp1.lo normmod_2expp1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c normmod_2expp1.c -fPIC -DPIC -o .libs/normmod_2expp1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c normmod_2expp1.c -o normmod_2expp1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o revbin.lo revbin.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c revbin.c -fPIC -DPIC -o .libs/revbin.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c revbin.c -o revbin.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o split_bits.lo split_bits.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c split_bits.c -fPIC -DPIC -o .libs/split_bits.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c split_bits.c -o split_bits.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libfft.la adjust.lo adjust_sqrt2.lo butterfly_lshB.lo butterfly_rshB.lo combine_bits.lo div_2expmod_2expp1.lo fermat_to_mpz.lo fft_mfa_trunc_sqrt2.lo fft_mfa_trunc_sqrt2_inner.lo fft_negacyclic.lo fft_radix2.lo fft_trunc.lo fft_trunc_sqrt2.lo ifft_mfa_trunc_sqrt2.lo ifft_negacyclic.lo ifft_radix2.lo ifft_trunc.lo ifft_trunc_sqrt2.lo mul_2expmod_2expp1.lo mul_fft_main.lo mul_mfa_trunc_sqrt2.lo mul_trunc_sqrt2.lo mulmod_2expp1.lo normmod_2expp1.lo revbin.lo split_bits.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libfft.a .libs/adjust.o .libs/adjust_sqrt2.o .libs/butterfly_lshB.o .libs/butterfly_rshB.o .libs/combine_bits.o .libs/div_2expmod_2expp1.o .libs/fermat_to_mpz.o .libs/fft_mfa_trunc_sqrt2.o .libs/fft_mfa_trunc_sqrt2_inner.o .libs/fft_negacyclic.o .libs/fft_radix2.o .libs/fft_trunc.o .libs/fft_trunc_sqrt2.o .libs/ifft_mfa_trunc_sqrt2.o .libs/ifft_negacyclic.o .libs/ifft_radix2.o .libs/ifft_trunc.o .libs/ifft_trunc_sqrt2.o .libs/mul_2expmod_2expp1.o .libs/mul_fft_main.o .libs/mul_mfa_trunc_sqrt2.o .libs/mul_trunc_sqrt2.o .libs/mulmod_2expp1.o .libs/normmod_2expp1.o .libs/revbin.o .libs/split_bits.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libfft.a libtool: link: ( cd ".libs" && rm -f "libfft.la" && ln -s "../libfft.la" "libfft.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' Making all in mpz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o 2fac_ui.lo 2fac_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c 2fac_ui.c -fPIC -DPIC -o .libs/2fac_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c 2fac_ui.c -o 2fac_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o abs.lo abs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -o abs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add.lo add.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -o add.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add_ui.lo add_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_ui.c -o add_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o and.lo and.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c and.c -fPIC -DPIC -o .libs/and.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c and.c -o and.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o aorsmul.lo aorsmul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aorsmul.c -o aorsmul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o aorsmul_i.lo aorsmul_i.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aorsmul_i.c -o aorsmul_i.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o array_init.lo array_init.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c array_init.c -fPIC -DPIC -o .libs/array_init.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c array_init.c -o array_init.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o bin_ui.lo bin_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bin_ui.c -o bin_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o bin_uiui.lo bin_uiui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c bin_uiui.c -o bin_uiui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_q.lo cdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_q.c -o cdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_q_ui.lo cdiv_q_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_q_ui.c -o cdiv_q_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_qr.lo cdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_qr.c -o cdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_qr_ui.lo cdiv_qr_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_qr_ui.c -o cdiv_qr_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_r.lo cdiv_r.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_r.c -o cdiv_r.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_r_ui.lo cdiv_r_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_r_ui.c -o cdiv_r_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cdiv_ui.lo cdiv_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cdiv_ui.c -o cdiv_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clear.lo clear.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -o clear.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clears.lo clears.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -o clears.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clrbit.lo clrbit.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clrbit.c -fPIC -DPIC -o .libs/clrbit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clrbit.c -o clrbit.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp.lo cmp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -o cmp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_d.lo cmp_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_d.c -o cmp_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_si.lo cmp_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_ui.lo cmp_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmpabs.lo cmpabs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs.c -o cmpabs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmpabs_d.lo cmpabs_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs_d.c -fPIC -DPIC -o .libs/cmpabs_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs_d.c -o cmpabs_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmpabs_ui.lo cmpabs_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmpabs_ui.c -o cmpabs_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o com.lo com.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c com.c -fPIC -DPIC -o .libs/com.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c com.c -o com.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o combit.lo combit.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c combit.c -fPIC -DPIC -o .libs/combit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c combit.c -o combit.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cong.lo cong.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong.c -fPIC -DPIC -o .libs/cong.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong.c -o cong.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cong_2exp.lo cong_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong_2exp.c -fPIC -DPIC -o .libs/cong_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong_2exp.c -o cong_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cong_ui.lo cong_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong_ui.c -fPIC -DPIC -o .libs/cong_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cong_ui.c -o cong_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dive_ui.lo dive_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dive_ui.c -fPIC -DPIC -o .libs/dive_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dive_ui.c -o dive_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divegcd.lo divegcd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divegcd.c -fPIC -DPIC -o .libs/divegcd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divegcd.c -o divegcd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divexact.lo divexact.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact.c -fPIC -DPIC -o .libs/divexact.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divexact.c -o divexact.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divis.lo divis.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis.c -fPIC -DPIC -o .libs/divis.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis.c -o divis.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divis_2exp.lo divis_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis_2exp.c -fPIC -DPIC -o .libs/divis_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis_2exp.c -o divis_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o divis_ui.lo divis_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis_ui.c -fPIC -DPIC -o .libs/divis_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c divis_ui.c -o divis_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dump.lo dump.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -o dump.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o export.lo export.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c export.c -fPIC -DPIC -o .libs/export.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c export.c -o export.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fac_ui.lo fac_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fac_ui.c -fPIC -DPIC -o .libs/fac_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fac_ui.c -o fac_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_q.lo fdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_q.c -fPIC -DPIC -o .libs/fdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_q.c -o fdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_q_ui.lo fdiv_q_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_q_ui.c -fPIC -DPIC -o .libs/fdiv_q_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_q_ui.c -o fdiv_q_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_qr.lo fdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_qr.c -fPIC -DPIC -o .libs/fdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_qr.c -o fdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_qr_ui.lo fdiv_qr_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_qr_ui.c -fPIC -DPIC -o .libs/fdiv_qr_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_qr_ui.c -o fdiv_qr_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_r.lo fdiv_r.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_r.c -fPIC -DPIC -o .libs/fdiv_r.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_r.c -o fdiv_r.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_r_ui.lo fdiv_r_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_r_ui.c -fPIC -DPIC -o .libs/fdiv_r_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_r_ui.c -o fdiv_r_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fdiv_ui.lo fdiv_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_ui.c -fPIC -DPIC -o .libs/fdiv_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fdiv_ui.c -o fdiv_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fib2_ui.lo fib2_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fib_ui.lo fib_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib_ui.c -fPIC -DPIC -o .libs/fib_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fib_ui.c -o fib_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_si.lo fits_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_si.c -fPIC -DPIC -o .libs/fits_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_si.c -o fits_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_sint.lo fits_sint.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sint.c -o fits_sint.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_slong.lo fits_slong.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_slong.c -o fits_slong.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_sshort.lo fits_sshort.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ui.lo fits_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ui.c -fPIC -DPIC -o .libs/fits_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ui.c -o fits_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_uint.lo fits_uint.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_uint.c -o fits_uint.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ulong.lo fits_ulong.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ushort.lo fits_ushort.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcd.lo gcd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd.c -fPIC -DPIC -o .libs/gcd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd.c -o gcd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcd_ui.lo gcd_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_ui.c -fPIC -DPIC -o .libs/gcd_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcd_ui.c -o gcd_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gcdext.lo gcdext.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gcdext.c -o gcdext.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d.lo get_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -o get_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d_2exp.lo get_d_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_si.lo get_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_si.c -fPIC -DPIC -o .libs/get_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_si.c -o get_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_str.lo get_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -o get_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_sx.lo get_sx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_sx.c -fPIC -DPIC -o .libs/get_sx.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_sx.c -o get_sx.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_ui.lo get_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ui.c -o get_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_ux.lo get_ux.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ux.c -fPIC -DPIC -o .libs/get_ux.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ux.c -o get_ux.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o getlimbn.lo getlimbn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c getlimbn.c -fPIC -DPIC -o .libs/getlimbn.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c getlimbn.c -o getlimbn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hamdist.lo hamdist.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hamdist.c -o hamdist.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o import.lo import.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c import.c -fPIC -DPIC -o .libs/import.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c import.c -o import.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o init.lo init.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -o init.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o init2.lo init2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init2.c -o init2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inits.lo inits.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -o inits.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inp_raw.lo inp_raw.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_raw.c -fPIC -DPIC -o .libs/inp_raw.o inp_raw.c: In function 'mpz_inp_raw_p': inp_raw.c:78:30: warning: left shift count >= width of type [-Wshift-count-overflow] 78 | csize |= (mp_size_t)(-1) << 32; | ^~ libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_raw.c -o inp_raw.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inp_str.lo inp_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -o inp_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o invert.lo invert.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invert.c -fPIC -DPIC -o .libs/invert.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invert.c -o invert.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ior.lo ior.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ior.c -fPIC -DPIC -o .libs/ior.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ior.c -o ior.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset.lo iset.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset.c -fPIC -DPIC -o .libs/iset.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset.c -o iset.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_d.lo iset_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_d.c -o iset_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_si.lo iset_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_si.c -o iset_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_str.lo iset_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_str.c -o iset_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_sx.lo iset_sx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_sx.c -fPIC -DPIC -o .libs/iset_sx.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_sx.c -o iset_sx.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_ui.lo iset_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ui.c -o iset_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_ux.lo iset_ux.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ux.c -fPIC -DPIC -o .libs/iset_ux.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ux.c -o iset_ux.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o jacobi.lo jacobi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c jacobi.c -o jacobi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o kronsz.lo kronsz.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronsz.c -fPIC -DPIC -o .libs/kronsz.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronsz.c -o kronsz.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o kronuz.lo kronuz.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronuz.c -fPIC -DPIC -o .libs/kronuz.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronuz.c -o kronuz.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o kronzs.lo kronzs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronzs.c -fPIC -DPIC -o .libs/kronzs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronzs.c -o kronzs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o kronzu.lo kronzu.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronzu.c -fPIC -DPIC -o .libs/kronzu.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c kronzu.c -o kronzu.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lcm.lo lcm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lcm.c -fPIC -DPIC -o .libs/lcm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lcm.c -o lcm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lcm_ui.lo lcm_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lcm_ui.c -fPIC -DPIC -o .libs/lcm_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lcm_ui.c -o lcm_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o likely_prime_p.lo likely_prime_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c likely_prime_p.c -fPIC -DPIC -o .libs/likely_prime_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c likely_prime_p.c -o likely_prime_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o limbs_finish.lo limbs_finish.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_finish.c -fPIC -DPIC -o .libs/limbs_finish.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_finish.c -o limbs_finish.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o limbs_modify.lo limbs_modify.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_modify.c -fPIC -DPIC -o .libs/limbs_modify.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_modify.c -o limbs_modify.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o limbs_read.lo limbs_read.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_read.c -fPIC -DPIC -o .libs/limbs_read.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_read.c -o limbs_read.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o limbs_write.lo limbs_write.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_write.c -fPIC -DPIC -o .libs/limbs_write.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c limbs_write.c -o limbs_write.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lucnum2_ui.lo lucnum2_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lucnum2_ui.c -fPIC -DPIC -o .libs/lucnum2_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lucnum2_ui.c -o lucnum2_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lucnum_ui.lo lucnum_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lucnum_ui.c -fPIC -DPIC -o .libs/lucnum_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lucnum_ui.c -o lucnum_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mfac_uiui.lo mfac_uiui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mfac_uiui.c -fPIC -DPIC -o .libs/mfac_uiui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mfac_uiui.c -o mfac_uiui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o miller_rabin.lo miller_rabin.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c miller_rabin.c -fPIC -DPIC -o .libs/miller_rabin.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c miller_rabin.c -o miller_rabin.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o millerrabin.lo millerrabin.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c millerrabin.c -fPIC -DPIC -o .libs/millerrabin.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c millerrabin.c -o millerrabin.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mod.lo mod.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod.c -fPIC -DPIC -o .libs/mod.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mod.c -o mod.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul.lo mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -o mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_2exp.lo mul_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_si.lo mul_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_si.c -o mul_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_ui.lo mul_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o n_pow_ui.lo n_pow_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c n_pow_ui.c -fPIC -DPIC -o .libs/n_pow_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c n_pow_ui.c -o n_pow_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o neg.lo neg.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -o neg.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o next_prime_candidate.lo next_prime_candidate.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c next_prime_candidate.c -fPIC -DPIC -o .libs/next_prime_candidate.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c next_prime_candidate.c -o next_prime_candidate.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nextprime.lo nextprime.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nextprime.c -o nextprime.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nthroot.lo nthroot.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nthroot.c -fPIC -DPIC -o .libs/nthroot.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nthroot.c -o nthroot.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oddfac_1.lo oddfac_1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oddfac_1.c -fPIC -DPIC -o .libs/oddfac_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oddfac_1.c -o oddfac_1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o out_raw.lo out_raw.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_raw.c -fPIC -DPIC -o .libs/out_raw.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_raw.c -o out_raw.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o out_str.lo out_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -o out_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o perfpow.lo perfpow.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfpow.c -o perfpow.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o perfsqr.lo perfsqr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c perfsqr.c -o perfsqr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o popcount.lo popcount.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c popcount.c -fPIC -DPIC -o .libs/popcount.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c popcount.c -o popcount.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pow_ui.lo pow_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o powm.lo powm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm.c -fPIC -DPIC -o .libs/powm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm.c -o powm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o powm_ui.lo powm_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm_ui.c -fPIC -DPIC -o .libs/powm_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c powm_ui.c -o powm_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pprime_p.lo pprime_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pprime_p.c -fPIC -DPIC -o .libs/pprime_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pprime_p.c -o pprime_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o primorial_ui.lo primorial_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c primorial_ui.c -fPIC -DPIC -o .libs/primorial_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c primorial_ui.c -o primorial_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o probable_prime_p.lo probable_prime_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c probable_prime_p.c -fPIC -DPIC -o .libs/probable_prime_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c probable_prime_p.c -o probable_prime_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o prodlimbs.lo prodlimbs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c prodlimbs.c -fPIC -DPIC -o .libs/prodlimbs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c prodlimbs.c -o prodlimbs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o realloc.lo realloc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realloc.c -fPIC -DPIC -o .libs/realloc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realloc.c -o realloc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o realloc2.lo realloc2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realloc2.c -fPIC -DPIC -o .libs/realloc2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realloc2.c -o realloc2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o remove.lo remove.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c remove.c -fPIC -DPIC -o .libs/remove.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c remove.c -o remove.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o roinit_n.lo roinit_n.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c roinit_n.c -fPIC -DPIC -o .libs/roinit_n.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c roinit_n.c -o roinit_n.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o root.lo root.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c root.c -fPIC -DPIC -o .libs/root.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c root.c -o root.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rootrem.lo rootrem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rootrem.c -o rootrem.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rrandomb.lo rrandomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandomb.c -o rrandomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o scan0.lo scan0.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan0.c -fPIC -DPIC -o .libs/scan0.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan0.c -o scan0.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o scan1.lo scan1.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan1.c -fPIC -DPIC -o .libs/scan1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scan1.c -o scan1.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set.lo set.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -o set.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_d.lo set_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -o set_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_f.lo set_f.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_f.c -o set_f.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_q.lo set_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_q.c -o set_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_si.lo set_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -o set_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_str.lo set_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -o set_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_sx.lo set_sx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_sx.c -fPIC -DPIC -o .libs/set_sx.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_sx.c -o set_sx.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_ui.lo set_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -o set_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_ux.lo set_ux.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ux.c -fPIC -DPIC -o .libs/set_ux.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ux.c -o set_ux.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o setbit.lo setbit.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c setbit.c -fPIC -DPIC -o .libs/setbit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c setbit.c -o setbit.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o size.lo size.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c size.c -fPIC -DPIC -o .libs/size.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c size.c -o size.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sizeinbase.lo sizeinbase.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqrt.lo sqrt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt.c -o sqrt.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqrtrem.lo sqrtrem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub.lo sub.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -o sub.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub_ui.lo sub_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o swap.lo swap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -o swap.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_q.lo tdiv_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q.c -o tdiv_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_q_2exp.lo tdiv_q_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q_2exp.c -fPIC -DPIC -o .libs/tdiv_q_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q_2exp.c -o tdiv_q_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_q_ui.lo tdiv_q_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q_ui.c -fPIC -DPIC -o .libs/tdiv_q_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_q_ui.c -o tdiv_q_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_qr.lo tdiv_qr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_qr_ui.lo tdiv_qr_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr_ui.c -fPIC -DPIC -o .libs/tdiv_qr_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_qr_ui.c -o tdiv_qr_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_r.lo tdiv_r.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r.c -fPIC -DPIC -o .libs/tdiv_r.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r.c -o tdiv_r.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_r_2exp.lo tdiv_r_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r_2exp.c -fPIC -DPIC -o .libs/tdiv_r_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r_2exp.c -o tdiv_r_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_r_ui.lo tdiv_r_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r_ui.c -fPIC -DPIC -o .libs/tdiv_r_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_r_ui.c -o tdiv_r_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tdiv_ui.lo tdiv_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_ui.c -fPIC -DPIC -o .libs/tdiv_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tdiv_ui.c -o tdiv_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o trial_division.lo trial_division.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c trial_division.c -fPIC -DPIC -o .libs/trial_division.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c trial_division.c -o trial_division.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tstbit.lo tstbit.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tstbit.c -fPIC -DPIC -o .libs/tstbit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tstbit.c -o tstbit.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_pow_ui.lo ui_pow_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_pow_ui.c -o ui_pow_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_sub.lo ui_sub.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_sub.c -o ui_sub.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o urandomb.lo urandomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -o urandomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o urandomm.lo urandomm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomm.c -o urandomm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o xor.lo xor.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xor.c -fPIC -DPIC -o .libs/xor.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c xor.c -o xor.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libmpz.la 2fac_ui.lo abs.lo add.lo add_ui.lo and.lo aorsmul.lo aorsmul_i.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo dive_ui.lo divegcd.lo divexact.lo divis.lo divis_2exp.lo divis_ui.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib2_ui.lo fib_ui.lo fits_si.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_ui.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_sx.lo get_ui.lo get_ux.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_sx.lo iset_ui.lo iset_ux.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo likely_prime_p.lo limbs_finish.lo limbs_modify.lo limbs_read.lo limbs_write.lo lucnum2_ui.lo lucnum_ui.lo mfac_uiui.lo miller_rabin.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo next_prime_candidate.lo nextprime.lo nthroot.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_ui.lo pprime_p.lo primorial_ui.lo probable_prime_p.lo prodlimbs.lo realloc.lo realloc2.lo remove.lo roinit_n.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_sx.lo set_ui.lo set_ux.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tdiv_ui.lo trial_division.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/abs.o .libs/add.o .libs/add_ui.o .libs/and.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/dive_ui.o .libs/divegcd.o .libs/divexact.o .libs/divis.o .libs/divis_2exp.o .libs/divis_ui.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib2_ui.o .libs/fib_ui.o .libs/fits_si.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_ui.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_sx.o .libs/get_ui.o .libs/get_ux.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_sx.o .libs/iset_ui.o .libs/iset_ux.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/likely_prime_p.o .libs/limbs_finish.o .libs/limbs_modify.o .libs/limbs_read.o .libs/limbs_write.o .libs/lucnum2_ui.o .libs/lucnum_ui.o .libs/mfac_uiui.o .libs/miller_rabin.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/next_prime_candidate.o .libs/nextprime.o .libs/nthroot.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_ui.o .libs/pprime_p.o .libs/primorial_ui.o .libs/probable_prime_p.o .libs/prodlimbs.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/roinit_n.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_sx.o .libs/set_ui.o .libs/set_ux.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tdiv_ui.o .libs/trial_division.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmpz.a libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' Making all in mpq make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o abs.lo abs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -o abs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o aors.lo aors.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aors.c -fPIC -DPIC -o .libs/aors.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aors.c -o aors.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o canonicalize.lo canonicalize.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c canonicalize.c -fPIC -DPIC -o .libs/canonicalize.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c canonicalize.c -o canonicalize.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clear.lo clear.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -o clear.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clears.lo clears.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -o clears.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp.lo cmp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -o cmp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_si.lo cmp_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_ui.lo cmp_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o div.lo div.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div.c -o div.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o equal.lo equal.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c equal.c -fPIC -DPIC -o .libs/equal.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c equal.c -o equal.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d.lo get_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -o get_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_den.lo get_den.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_den.c -fPIC -DPIC -o .libs/get_den.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_den.c -o get_den.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_num.lo get_num.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_num.c -fPIC -DPIC -o .libs/get_num.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_num.c -o get_num.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_str.lo get_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -o get_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o init.lo init.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -o init.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inits.lo inits.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -o inits.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inp_str.lo inp_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -o inp_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inv.lo inv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv.c -fPIC -DPIC -o .libs/inv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inv.c -o inv.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o md_2exp.lo md_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md_2exp.c -fPIC -DPIC -o .libs/md_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md_2exp.c -o md_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul.lo mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -o mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o neg.lo neg.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -o neg.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o out_str.lo out_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -o out_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set.lo set.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -o set.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_d.lo set_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -o set_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_den.lo set_den.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_den.c -fPIC -DPIC -o .libs/set_den.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_den.c -o set_den.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_f.lo set_f.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_f.c -o set_f.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_num.lo set_num.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_num.c -fPIC -DPIC -o .libs/set_num.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_num.c -o set_num.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_si.lo set_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -o set_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_str.lo set_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -o set_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_ui.lo set_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -o set_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_z.lo set_z.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_z.c -o set_z.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o swap.lo swap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -o swap.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_d.lo set_den.lo set_f.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo swap.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_d.o .libs/set_den.o .libs/set_f.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/swap.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmpq.a libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' Making all in mpf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o abs.lo abs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c abs.c -o abs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add.lo add.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add.c -o add.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o add_ui.lo add_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c add_ui.c -o add_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ceilfloor.lo ceilfloor.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ceilfloor.c -fPIC -DPIC -o .libs/ceilfloor.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ceilfloor.c -o ceilfloor.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clear.lo clear.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clear.c -o clear.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o clears.lo clears.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c clears.c -o clears.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp.lo cmp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp.c -o cmp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_d.lo cmp_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_d.c -o cmp_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_si.lo cmp_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmp_ui.lo cmp_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o div.lo div.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div.c -o div.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o div_2exp.lo div_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_2exp.c -o div_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o div_ui.lo div_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c div_ui.c -o div_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dump.lo dump.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c dump.c -o dump.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o eq.lo eq.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c eq.c -fPIC -DPIC -o .libs/eq.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c eq.c -o eq.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_si.lo fits_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_si.c -fPIC -DPIC -o .libs/fits_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_si.c -o fits_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_sint.lo fits_sint.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sint.c -o fits_sint.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_slong.lo fits_slong.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_slong.c -o fits_slong.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_sshort.lo fits_sshort.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ui.lo fits_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ui.c -fPIC -DPIC -o .libs/fits_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ui.c -o fits_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_uint.lo fits_uint.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_uint.c -o fits_uint.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ulong.lo fits_ulong.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fits_ushort.lo fits_ushort.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d.lo get_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d.c -o get_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_d_2exp.lo get_d_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_dfl_prec.lo get_dfl_prec.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_dfl_prec.c -fPIC -DPIC -o .libs/get_dfl_prec.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_dfl_prec.c -o get_dfl_prec.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_prc.lo get_prc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_prc.c -fPIC -DPIC -o .libs/get_prc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_prc.c -o get_prc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_si.lo get_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_si.c -fPIC -DPIC -o .libs/get_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_si.c -o get_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_str.lo get_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_str.c -o get_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o get_ui.lo get_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c get_ui.c -o get_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o init.lo init.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init.c -o init.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o init2.lo init2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c init2.c -o init2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inits.lo inits.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inits.c -o inits.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o inp_str.lo inp_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c inp_str.c -o inp_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o int_p.lo int_p.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c int_p.c -fPIC -DPIC -o .libs/int_p.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c int_p.c -o int_p.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset.lo iset.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset.c -fPIC -DPIC -o .libs/iset.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset.c -o iset.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_d.lo iset_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_d.c -o iset_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_si.lo iset_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_si.c -o iset_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_str.lo iset_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_str.c -o iset_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o iset_ui.lo iset_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c iset_ui.c -o iset_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul.lo mul.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul.c -o mul.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_2exp.lo mul_2exp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mul_ui.lo mul_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o neg.lo neg.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c neg.c -o neg.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o out_str.lo out_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_str.c -o out_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pow_ui.lo pow_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o random2.lo random2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random2.c -fPIC -DPIC -o .libs/random2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c random2.c -o random2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o reldiff.lo reldiff.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c reldiff.c -o reldiff.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rrandomb.lo rrandomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rrandomb.c -o rrandomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set.lo set.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set.c -o set.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_d.lo set_d.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_d.c -o set_d.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_dfl_prec.lo set_dfl_prec.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_dfl_prec.c -o set_dfl_prec.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_prc.lo set_prc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_prc.c -fPIC -DPIC -o .libs/set_prc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_prc.c -o set_prc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_prc_raw.lo set_prc_raw.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_prc_raw.c -o set_prc_raw.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_q.lo set_q.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_q.c -o set_q.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_si.lo set_si.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_si.c -o set_si.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_str.lo set_str.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_str.c -o set_str.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_ui.lo set_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_ui.c -o set_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o set_z.lo set_z.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c set_z.c -o set_z.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o size.lo size.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c size.c -fPIC -DPIC -o .libs/size.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c size.c -o size.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqrt.lo sqrt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt.c -o sqrt.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sqrt_ui.lo sqrt_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sqrt_ui.c -o sqrt_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub.lo sub.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub.c -o sub.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sub_ui.lo sub_ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o swap.lo swap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c swap.c -o swap.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o trunc.lo trunc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c trunc.c -fPIC -DPIC -o .libs/trunc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c trunc.c -o trunc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_div.lo ui_div.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_div.c -o ui_div.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_sub.lo ui_sub.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_sub.c -o ui_sub.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o urandomb.lo urandomb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c urandomb.c -o urandomb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libmpf.la abs.lo add.lo add_ui.lo ceilfloor.lo clear.lo clears.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo div.lo div_2exp.lo div_ui.lo dump.lo eq.lo fits_si.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_ui.lo fits_uint.lo fits_ulong.lo fits_ushort.lo get_d.lo get_d_2exp.lo get_dfl_prec.lo get_prc.lo get_si.lo get_str.lo get_ui.lo init.lo init2.lo inits.lo inp_str.lo int_p.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo mul.lo mul_2exp.lo mul_ui.lo neg.lo out_str.lo pow_ui.lo random2.lo reldiff.lo rrandomb.lo set.lo set_d.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo set_q.lo set_si.lo set_str.lo set_ui.lo set_z.lo size.lo sqrt.lo sqrt_ui.lo sub.lo sub_ui.lo swap.lo trunc.lo ui_div.lo ui_sub.lo urandomb.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libmpf.a .libs/abs.o .libs/add.o .libs/add_ui.o .libs/ceilfloor.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/div_2exp.o .libs/div_ui.o .libs/dump.o .libs/eq.o .libs/fits_si.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_ui.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_str.o .libs/int_p.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/mul.o .libs/mul_2exp.o .libs/mul_ui.o .libs/neg.o .libs/out_str.o .libs/pow_ui.o .libs/random2.o .libs/reldiff.o .libs/rrandomb.o .libs/set.o .libs/set_d.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/size.o .libs/sqrt.o .libs/sqrt_ui.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/trunc.o .libs/ui_div.o .libs/ui_sub.o .libs/urandomb.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmpf.a libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' Making all in printf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o asprintf.lo asprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c asprintf.c -o asprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o asprntffuns.lo asprntffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c asprntffuns.c -fPIC -DPIC -o .libs/asprntffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c asprntffuns.c -o asprntffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o doprnt.lo doprnt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprnt.c -fPIC -DPIC -o .libs/doprnt.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprnt.c -o doprnt.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o doprntf.lo doprntf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprntf.c -fPIC -DPIC -o .libs/doprntf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprntf.c -o doprntf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o doprnti.lo doprnti.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprnti.c -fPIC -DPIC -o .libs/doprnti.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doprnti.c -o doprnti.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fprintf.lo fprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fprintf.c -o fprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o obprintf.lo obprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obprintf.c -fPIC -DPIC -o .libs/obprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obprintf.c -o obprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o obprntffuns.lo obprntffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obprntffuns.c -fPIC -DPIC -o .libs/obprntffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obprntffuns.c -o obprntffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o obvprintf.lo obvprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obvprintf.c -fPIC -DPIC -o .libs/obvprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c obvprintf.c -o obvprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o printf.lo printf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c printf.c -fPIC -DPIC -o .libs/printf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c printf.c -o printf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o printffuns.lo printffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c printffuns.c -fPIC -DPIC -o .libs/printffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c printffuns.c -o printffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o repl-vsnprintf.lo repl-vsnprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c repl-vsnprintf.c -fPIC -DPIC -o .libs/repl-vsnprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c repl-vsnprintf.c -o repl-vsnprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o snprintf.lo snprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c snprintf.c -o snprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o snprntffuns.lo snprntffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c snprntffuns.c -fPIC -DPIC -o .libs/snprntffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c snprntffuns.c -o snprntffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sprintf.lo sprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sprintf.c -o sprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sprintffuns.lo sprintffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sprintffuns.c -fPIC -DPIC -o .libs/sprintffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sprintffuns.c -o sprintffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vasprintf.lo vasprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vasprintf.c -o vasprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vfprintf.lo vfprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vfprintf.c -o vfprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vprintf.lo vprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vprintf.c -o vprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vsnprintf.lo vsnprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsnprintf.c -o vsnprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vsprintf.lo vsprintf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obprntffuns.lo obvprintf.lo printf.lo printffuns.lo repl-vsnprintf.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obprntffuns.o .libs/obvprintf.o .libs/printf.o .libs/printffuns.o .libs/repl-vsnprintf.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libprintf.a libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' Making all in scanf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o doscan.lo doscan.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doscan.c -fPIC -DPIC -o .libs/doscan.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c doscan.c -o doscan.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fscanf.lo fscanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fscanf.c -fPIC -DPIC -o .libs/fscanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fscanf.c -o fscanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fscanffuns.lo fscanffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fscanffuns.c -fPIC -DPIC -o .libs/fscanffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fscanffuns.c -o fscanffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o scanf.lo scanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scanf.c -fPIC -DPIC -o .libs/scanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c scanf.c -o scanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sscanf.lo sscanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sscanf.c -fPIC -DPIC -o .libs/sscanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sscanf.c -o sscanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sscanffuns.lo sscanffuns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sscanffuns.c -fPIC -DPIC -o .libs/sscanffuns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sscanffuns.c -o sscanffuns.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vfscanf.lo vfscanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vfscanf.c -fPIC -DPIC -o .libs/vfscanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vfscanf.c -o vfscanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vscanf.lo vscanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vscanf.c -fPIC -DPIC -o .libs/vscanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vscanf.c -o vscanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vsscanf.lo vsscanf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsscanf.c -fPIC -DPIC -o .libs/vsscanf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vsscanf.c -o vsscanf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libscanf.a libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' Making all in cxx make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' Making all in tune make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o assert.lo assert.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c assert.c -fPIC -DPIC -o .libs/assert.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c assert.c -o assert.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o compat.lo compat.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c compat.c -fPIC -DPIC -o .libs/compat.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c compat.c -o compat.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o errno.lo errno.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c errno.c -fPIC -DPIC -o .libs/errno.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c errno.c -o errno.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o extract-dbl.lo extract-dbl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c extract-dbl.c -fPIC -DPIC -o .libs/extract-dbl.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c extract-dbl.c -o extract-dbl.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o invalid.lo invalid.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invalid.c -fPIC -DPIC -o .libs/invalid.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c invalid.c -o invalid.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o memory.lo memory.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c memory.c -fPIC -DPIC -o .libs/memory.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c memory.c -o memory.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_bpl.lo mp_bpl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_bpl.c -fPIC -DPIC -o .libs/mp_bpl.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_bpl.c -o mp_bpl.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_clz_tab.c -o mp_clz_tab.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_dv_tab.lo mp_dv_tab.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_dv_tab.c -fPIC -DPIC -o .libs/mp_dv_tab.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_dv_tab.c -o mp_dv_tab.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_minv_tab.lo mp_minv_tab.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_minv_tab.c -fPIC -DPIC -o .libs/mp_minv_tab.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_minv_tab.c -o mp_minv_tab.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_get_fns.lo mp_get_fns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_get_fns.c -fPIC -DPIC -o .libs/mp_get_fns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_get_fns.c -o mp_get_fns.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mp_set_fns.lo mp_set_fns.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_set_fns.c -fPIC -DPIC -o .libs/mp_set_fns.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mp_set_fns.c -o mp_set_fns.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randclr.lo randclr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randclr.c -fPIC -DPIC -o .libs/randclr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randclr.c -o randclr.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randdef.lo randdef.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randdef.c -fPIC -DPIC -o .libs/randdef.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randdef.c -o randdef.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randiset.lo randiset.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randiset.c -fPIC -DPIC -o .libs/randiset.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randiset.c -o randiset.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randlc2s.lo randlc2s.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randlc2s.c -fPIC -DPIC -o .libs/randlc2s.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randlc2s.c -o randlc2s.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randlc2x.lo randlc2x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randlc2x.c -fPIC -DPIC -o .libs/randlc2x.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randlc2x.c -o randlc2x.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randmt.lo randmt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmt.c -fPIC -DPIC -o .libs/randmt.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmt.c -o randmt.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randmts.lo randmts.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmts.c -fPIC -DPIC -o .libs/randmts.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmts.c -o randmts.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rands.lo rands.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rands.c -fPIC -DPIC -o .libs/rands.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rands.c -o rands.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randsd.lo randsd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randsd.c -fPIC -DPIC -o .libs/randsd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randsd.c -o randsd.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randsdui.lo randsdui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randsdui.c -fPIC -DPIC -o .libs/randsdui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randsdui.c -o randsdui.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randbui.lo randbui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randbui.c -fPIC -DPIC -o .libs/randbui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randbui.c -o randbui.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o randmui.lo randmui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmui.c -fPIC -DPIC -o .libs/randmui.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c randmui.c -o randmui.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o primesieve.lo primesieve.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c primesieve.c -fPIC -DPIC -o .libs/primesieve.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c primesieve.c -o primesieve.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nextprime.lo nextprime.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nextprime.c -o nextprime.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o version.lo version.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c version.c -fPIC -DPIC -o .libs/version.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c version.c -o version.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tal-reent.lo tal-reent.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tal-reent.c -fPIC -DPIC -o .libs/tal-reent.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c tal-reent.c -o tal-reent.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 23:3:0 -o libmpir.la -rpath /usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo primesieve.lo nextprime.lo version.lo tal-reent.lo mpf/abs.lo mpf/add.lo mpf/add_ui.lo mpf/ceilfloor.lo mpf/clear.lo mpf/clears.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_si.lo mpf/cmp_ui.lo mpf/div.lo mpf/div_2exp.lo mpf/div_ui.lo mpf/dump.lo mpf/eq.lo mpf/fits_si.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_ui.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/get_si.lo mpf/get_str.lo mpf/get_ui.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/inp_str.lo mpf/int_p.lo mpf/iset.lo mpf/iset_d.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_ui.lo mpf/mul.lo mpf/mul_2exp.lo mpf/mul_ui.lo mpf/neg.lo mpf/out_str.lo mpf/pow_ui.lo mpf/random2.lo mpf/reldiff.lo mpf/rrandomb.lo mpf/set.lo mpf/set_d.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/set_q.lo mpf/set_si.lo mpf/set_str.lo mpf/set_ui.lo mpf/set_z.lo mpf/size.lo mpf/sqrt.lo mpf/sqrt_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/swap.lo mpf/trunc.lo mpf/ui_div.lo mpf/ui_sub.lo mpf/urandomb.lo fft/adjust.lo fft/adjust_sqrt2.lo fft/butterfly_lshB.lo fft/butterfly_rshB.lo fft/combine_bits.lo fft/div_2expmod_2expp1.lo fft/fermat_to_mpz.lo fft/fft_mfa_trunc_sqrt2.lo fft/fft_mfa_trunc_sqrt2_inner.lo fft/fft_negacyclic.lo fft/fft_radix2.lo fft/fft_trunc.lo fft/fft_trunc_sqrt2.lo fft/ifft_mfa_trunc_sqrt2.lo fft/ifft_negacyclic.lo fft/ifft_radix2.lo fft/ifft_trunc.lo fft/ifft_trunc_sqrt2.lo fft/mul_2expmod_2expp1.lo fft/mul_fft_main.lo fft/mul_mfa_trunc_sqrt2.lo fft/mul_trunc_sqrt2.lo fft/mulmod_2expp1.lo fft/normmod_2expp1.lo fft/revbin.lo fft/split_bits.lo mpz/2fac_ui.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/and.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/dive_ui.lo mpz/divegcd.lo mpz/divexact.lo mpz/divis.lo mpz/divis_2exp.lo mpz/divis_ui.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib2_ui.lo mpz/fib_ui.lo mpz/fits_si.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_ui.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_sx.lo mpz/get_ui.lo mpz/get_ux.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_sx.lo mpz/iset_ui.lo mpz/iset_ux.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/likely_prime_p.lo mpz/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.lo mpz/lucnum2_ui.lo mpz/lucnum_ui.lo mpz/mfac_uiui.lo mpz/miller_rabin.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/next_prime_candidate.lo mpz/nextprime.lo mpz/nthroot.lo mpz/oddfac_1.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/primorial_ui.lo mpz/probable_prime_p.lo mpz/prodlimbs.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_sx.lo mpz/set_ui.lo mpz/set_ux.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tdiv_ui.lo mpz/trial_division.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/equal.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_d.lo mpq/set_den.lo mpq/set_f.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/set_z.lo mpq/swap.lo mpn/dummy1.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/addadd_n.lo mpn/addsub_n.lo mpn/subadd_n.lo mpn/comb_tables.lo mpn/divexact_1.lo mpn/divexact_by3c.lo mpn/divexact_byff.lo mpn/divexact_byfobm1.lo mpn/divisible_p.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/divrem_euclidean_qr_1.lo mpn/divrem_euclidean_qr_2.lo mpn/divrem_euclidean_r_1.lo mpn/divrem_hensel_qr_1.lo mpn/divrem_hensel_qr_1_1.lo mpn/divrem_hensel_qr_1_2.lo mpn/divrem_hensel_r_1.lo mpn/divrem_hensel_rsh_qr_1.lo mpn/rsh_divrem_hensel_qr_1.lo mpn/rsh_divrem_hensel_qr_1_1.lo mpn/rsh_divrem_hensel_qr_1_2.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/modexact_1c_odd.lo mpn/preinv_divrem_1.lo mpn/preinv_mod_1.lo mpn/dump.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_1.lo mpn/hgcd.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd2_jacobi.lo mpn/hgcd_appr.lo mpn/hgcd_jacobi.lo mpn/hgcd_matrix.lo mpn/hgcd_reduce.lo mpn/hgcd_step.lo mpn/matrix22_mul1_inverse_vector.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/tdiv_q.lo mpn/mp_bases.lo mpn/fib_table.lo mpn/mulmid_basecase.lo mpn/mulmid.lo mpn/mulmid_n.lo mpn/toom42_mulmid.lo mpn/mulmod_bexpp1.lo mpn/mulmod_2expm1.lo mpn/mulmod_2expp1_basecase.lo mpn/mul_fft.lo mpn/mul.lo mpn/mul_n.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/powlo.lo mpn/powm.lo mpn/binvert.lo mpn/urandomb.lo mpn/urandomm.lo mpn/randomb.lo mpn/rrandom.lo mpn/invert.lo mpn/rootrem.lo mpn/sizeinbase.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfect_square_p.lo mpn/bdivmod.lo mpn/gcd.lo mpn/gcd_1.lo mpn/gcdext.lo mpn/tdiv_qr.lo mpn/jacobi_base.lo mpn/jacobi.lo mpn/jacobi_2.lo mpn/get_d.lo mpn/mullow_n.lo mpn/mulhigh_n.lo mpn/mullow_n_basecase.lo mpn/mullow_basecase.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/sb_divappr_q.lo mpn/toom3_mul.lo mpn/toom3_mul_n.lo mpn/toom4_mul.lo mpn/toom4_mul_n.lo mpn/dc_div_q.lo mpn/dc_divappr_q.lo mpn/sb_div_q.lo mpn/sb_div_qr.lo mpn/dc_div_qr.lo mpn/dc_div_qr_n.lo mpn/inv_divappr_q_n.lo mpn/inv_divappr_q.lo mpn/inv_div_q.lo mpn/inv_div_qr.lo mpn/inv_div_qr_n.lo mpn/rootrem_basecase.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_16pts.lo mpn/toom8_sqr_n.lo mpn/toom8h_mul.lo mpn/toom_couple_handling.lo mpn/sb_bdiv_q.lo mpn/sb_bdiv_qr.lo mpn/dc_bdiv_q_n.lo mpn/dc_bdiv_q.lo mpn/dc_bdiv_qr.lo mpn/dc_bdiv_qr_n.lo mpn/divexact.lo mpn/zero.lo mpn/umul.lo mpn/copyi.lo mpn/copyd.lo mpn/com_n.lo mpn/neg_n.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/sqr_diagonal.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/sumdiff_n.lo mpn/nsumdiff_n.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obprntffuns.lo printf/obvprintf.lo printf/printf.lo printf/printffuns.lo printf/repl-vsnprintf.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o .libs/primesieve.o .libs/nextprime.o .libs/version.o .libs/tal-reent.o mpf/.libs/abs.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/ceilfloor.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_si.o mpf/.libs/cmp_ui.o mpf/.libs/div.o mpf/.libs/div_2exp.o mpf/.libs/div_ui.o mpf/.libs/dump.o mpf/.libs/eq.o mpf/.libs/fits_si.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_ui.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/get_si.o mpf/.libs/get_str.o mpf/.libs/get_ui.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/inp_str.o mpf/.libs/int_p.o mpf/.libs/iset.o mpf/.libs/iset_d.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_ui.o mpf/.libs/mul.o mpf/.libs/mul_2exp.o mpf/.libs/mul_ui.o mpf/.libs/neg.o mpf/.libs/out_str.o mpf/.libs/pow_ui.o mpf/.libs/random2.o mpf/.libs/reldiff.o mpf/.libs/rrandomb.o mpf/.libs/set.o mpf/.libs/set_d.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/set_q.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_ui.o mpf/.libs/set_z.o mpf/.libs/size.o mpf/.libs/sqrt.o mpf/.libs/sqrt_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/swap.o mpf/.libs/trunc.o mpf/.libs/ui_div.o mpf/.libs/ui_sub.o mpf/.libs/urandomb.o fft/.libs/adjust.o fft/.libs/adjust_sqrt2.o fft/.libs/butterfly_lshB.o fft/.libs/butterfly_rshB.o fft/.libs/combine_bits.o fft/.libs/div_2expmod_2expp1.o fft/.libs/fermat_to_mpz.o fft/.libs/fft_mfa_trunc_sqrt2.o fft/.libs/fft_mfa_trunc_sqrt2_inner.o fft/.libs/fft_negacyclic.o fft/.libs/fft_radix2.o fft/.libs/fft_trunc.o fft/.libs/fft_trunc_sqrt2.o fft/.libs/ifft_mfa_trunc_sqrt2.o fft/.libs/ifft_negacyclic.o fft/.libs/ifft_radix2.o fft/.libs/ifft_trunc.o fft/.libs/ifft_trunc_sqrt2.o fft/.libs/mul_2expmod_2expp1.o fft/.libs/mul_fft_main.o fft/.libs/mul_mfa_trunc_sqrt2.o fft/.libs/mul_trunc_sqrt2.o fft/.libs/mulmod_2expp1.o fft/.libs/normmod_2expp1.o fft/.libs/revbin.o fft/.libs/split_bits.o mpz/.libs/2fac_ui.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/and.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/dive_ui.o mpz/.libs/divegcd.o mpz/.libs/divexact.o mpz/.libs/divis.o mpz/.libs/divis_2exp.o mpz/.libs/divis_ui.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/fac_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fib_ui.o mpz/.libs/fits_si.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_ui.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_sx.o mpz/.libs/get_ui.o mpz/.libs/get_ux.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_sx.o mpz/.libs/iset_ui.o mpz/.libs/iset_ux.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/likely_prime_p.o mpz/.libs/limbs_finish.o mpz/.libs/limbs_modify.o mpz/.libs/limbs_read.o mpz/.libs/limbs_write.o mpz/.libs/lucnum2_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/mfac_uiui.o mpz/.libs/miller_rabin.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/next_prime_candidate.o mpz/.libs/nextprime.o mpz/.libs/nthroot.o mpz/.libs/oddfac_1.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_ui.o mpz/.libs/pprime_p.o mpz/.libs/primorial_ui.o mpz/.libs/probable_prime_p.o mpz/.libs/prodlimbs.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/roinit_n.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_sx.o mpz/.libs/set_ui.o mpz/.libs/set_ux.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tdiv_ui.o mpz/.libs/trial_division.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/equal.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_d.o mpq/.libs/set_den.o mpq/.libs/set_f.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/set_z.o mpq/.libs/swap.o mpn/.libs/dummy1.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/addadd_n.o mpn/.libs/addsub_n.o mpn/.libs/subadd_n.o mpn/.libs/comb_tables.o mpn/.libs/divexact_1.o mpn/.libs/divexact_by3c.o mpn/.libs/divexact_byff.o mpn/.libs/divexact_byfobm1.o mpn/.libs/divisible_p.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/divrem_euclidean_qr_1.o mpn/.libs/divrem_euclidean_qr_2.o mpn/.libs/divrem_euclidean_r_1.o mpn/.libs/divrem_hensel_qr_1.o mpn/.libs/divrem_hensel_qr_1_1.o mpn/.libs/divrem_hensel_qr_1_2.o mpn/.libs/divrem_hensel_r_1.o mpn/.libs/divrem_hensel_rsh_qr_1.o mpn/.libs/rsh_divrem_hensel_qr_1.o mpn/.libs/rsh_divrem_hensel_qr_1_1.o mpn/.libs/rsh_divrem_hensel_qr_1_2.o mpn/.libs/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/modexact_1c_odd.o mpn/.libs/preinv_divrem_1.o mpn/.libs/preinv_mod_1.o mpn/.libs/dump.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/gcdext_1.o mpn/.libs/hgcd.o mpn/.libs/matrix22_mul.o mpn/.libs/hgcd2.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd_jacobi.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd_step.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/tdiv_q.o mpn/.libs/mp_bases.o mpn/.libs/fib_table.o mpn/.libs/mulmid_basecase.o mpn/.libs/mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmod_bexpp1.o mpn/.libs/mulmod_2expm1.o mpn/.libs/mulmod_2expp1_basecase.o mpn/.libs/mul_fft.o mpn/.libs/mul.o mpn/.libs/mul_n.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/powlo.o mpn/.libs/powm.o mpn/.libs/binvert.o mpn/.libs/urandomb.o mpn/.libs/urandomm.o mpn/.libs/randomb.o mpn/.libs/rrandom.o mpn/.libs/invert.o mpn/.libs/rootrem.o mpn/.libs/sizeinbase.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfect_square_p.o mpn/.libs/bdivmod.o mpn/.libs/gcd.o mpn/.libs/gcd_1.o mpn/.libs/gcdext.o mpn/.libs/tdiv_qr.o mpn/.libs/jacobi_base.o mpn/.libs/jacobi.o mpn/.libs/jacobi_2.o mpn/.libs/get_d.o mpn/.libs/mullow_n.o mpn/.libs/mulhigh_n.o mpn/.libs/mullow_n_basecase.o mpn/.libs/mullow_basecase.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/sb_divappr_q.o mpn/.libs/toom3_mul.o mpn/.libs/toom3_mul_n.o mpn/.libs/toom4_mul.o mpn/.libs/toom4_mul_n.o mpn/.libs/dc_div_q.o mpn/.libs/dc_divappr_q.o mpn/.libs/sb_div_q.o mpn/.libs/sb_div_qr.o mpn/.libs/dc_div_qr.o mpn/.libs/dc_div_qr_n.o mpn/.libs/inv_divappr_q_n.o mpn/.libs/inv_divappr_q.o mpn/.libs/inv_div_q.o mpn/.libs/inv_div_qr.o mpn/.libs/inv_div_qr_n.o mpn/.libs/rootrem_basecase.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/toom8_sqr_n.o mpn/.libs/toom8h_mul.o mpn/.libs/toom_couple_handling.o mpn/.libs/sb_bdiv_q.o mpn/.libs/sb_bdiv_qr.o mpn/.libs/dc_bdiv_q_n.o mpn/.libs/dc_bdiv_q.o mpn/.libs/dc_bdiv_qr.o mpn/.libs/dc_bdiv_qr_n.o mpn/.libs/divexact.o mpn/.libs/zero.o mpn/.libs/umul.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/com_n.o mpn/.libs/neg_n.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/sqr_diagonal.o mpn/.libs/addlsh1_n.o mpn/.libs/sublsh1_n.o mpn/.libs/sumdiff_n.o mpn/.libs/nsumdiff_n.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obprntffuns.o printf/.libs/obvprintf.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/repl-vsnprintf.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o -Os -Wl,-soname -Wl,libmpir.so.23 -o .libs/libmpir.so.23.0.3 libtool: link: (cd ".libs" && rm -f "libmpir.so.23" && ln -s "libmpir.so.23.0.3" "libmpir.so.23") libtool: link: (cd ".libs" && rm -f "libmpir.so" && ln -s "libmpir.so.23.0.3" "libmpir.so") copying selected object files to avoid basename conflicts... libtool: link: ln mpz/abs.o .libs/libmpir.lax/lt1-abs.o || cp mpz/abs.o .libs/libmpir.lax/lt1-abs.o libtool: link: ln mpz/add.o .libs/libmpir.lax/lt2-add.o || cp mpz/add.o .libs/libmpir.lax/lt2-add.o libtool: link: ln mpz/add_ui.o .libs/libmpir.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libmpir.lax/lt3-add_ui.o libtool: link: ln mpz/clear.o .libs/libmpir.lax/lt4-clear.o || cp mpz/clear.o .libs/libmpir.lax/lt4-clear.o libtool: link: ln mpz/clears.o .libs/libmpir.lax/lt5-clears.o || cp mpz/clears.o .libs/libmpir.lax/lt5-clears.o libtool: link: ln mpz/cmp.o .libs/libmpir.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libmpir.lax/lt6-cmp.o libtool: link: ln mpz/cmp_d.o .libs/libmpir.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libmpir.lax/lt7-cmp_d.o libtool: link: ln mpz/cmp_si.o .libs/libmpir.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libmpir.lax/lt8-cmp_si.o libtool: link: ln mpz/cmp_ui.o .libs/libmpir.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libmpir.lax/lt9-cmp_ui.o libtool: link: ln mpz/dump.o .libs/libmpir.lax/lt10-dump.o || cp mpz/dump.o .libs/libmpir.lax/lt10-dump.o libtool: link: ln mpz/fits_si.o .libs/libmpir.lax/lt11-fits_si.o || cp mpz/fits_si.o .libs/libmpir.lax/lt11-fits_si.o libtool: link: ln mpz/fits_sint.o .libs/libmpir.lax/lt12-fits_sint.o || cp mpz/fits_sint.o .libs/libmpir.lax/lt12-fits_sint.o libtool: link: ln mpz/fits_slong.o .libs/libmpir.lax/lt13-fits_slong.o || cp mpz/fits_slong.o .libs/libmpir.lax/lt13-fits_slong.o libtool: link: ln mpz/fits_sshort.o .libs/libmpir.lax/lt14-fits_sshort.o || cp mpz/fits_sshort.o .libs/libmpir.lax/lt14-fits_sshort.o libtool: link: ln mpz/fits_ui.o .libs/libmpir.lax/lt15-fits_ui.o || cp mpz/fits_ui.o .libs/libmpir.lax/lt15-fits_ui.o libtool: link: ln mpz/fits_uint.o .libs/libmpir.lax/lt16-fits_uint.o || cp mpz/fits_uint.o .libs/libmpir.lax/lt16-fits_uint.o libtool: link: ln mpz/fits_ulong.o .libs/libmpir.lax/lt17-fits_ulong.o || cp mpz/fits_ulong.o .libs/libmpir.lax/lt17-fits_ulong.o libtool: link: ln mpz/fits_ushort.o .libs/libmpir.lax/lt18-fits_ushort.o || cp mpz/fits_ushort.o .libs/libmpir.lax/lt18-fits_ushort.o libtool: link: ln mpz/get_d.o .libs/libmpir.lax/lt19-get_d.o || cp mpz/get_d.o .libs/libmpir.lax/lt19-get_d.o libtool: link: ln mpz/get_d_2exp.o .libs/libmpir.lax/lt20-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libmpir.lax/lt20-get_d_2exp.o libtool: link: ln mpz/get_si.o .libs/libmpir.lax/lt21-get_si.o || cp mpz/get_si.o .libs/libmpir.lax/lt21-get_si.o libtool: link: ln mpz/get_str.o .libs/libmpir.lax/lt22-get_str.o || cp mpz/get_str.o .libs/libmpir.lax/lt22-get_str.o libtool: link: ln mpz/get_ui.o .libs/libmpir.lax/lt23-get_ui.o || cp mpz/get_ui.o .libs/libmpir.lax/lt23-get_ui.o libtool: link: ln mpz/init.o .libs/libmpir.lax/lt24-init.o || cp mpz/init.o .libs/libmpir.lax/lt24-init.o libtool: link: ln mpz/init2.o .libs/libmpir.lax/lt25-init2.o || cp mpz/init2.o .libs/libmpir.lax/lt25-init2.o libtool: link: ln mpz/inits.o .libs/libmpir.lax/lt26-inits.o || cp mpz/inits.o .libs/libmpir.lax/lt26-inits.o libtool: link: ln mpz/inp_str.o .libs/libmpir.lax/lt27-inp_str.o || cp mpz/inp_str.o .libs/libmpir.lax/lt27-inp_str.o libtool: link: ln mpz/iset.o .libs/libmpir.lax/lt28-iset.o || cp mpz/iset.o .libs/libmpir.lax/lt28-iset.o libtool: link: ln mpz/iset_d.o .libs/libmpir.lax/lt29-iset_d.o || cp mpz/iset_d.o .libs/libmpir.lax/lt29-iset_d.o libtool: link: ln mpz/iset_si.o .libs/libmpir.lax/lt30-iset_si.o || cp mpz/iset_si.o .libs/libmpir.lax/lt30-iset_si.o libtool: link: ln mpz/iset_str.o .libs/libmpir.lax/lt31-iset_str.o || cp mpz/iset_str.o .libs/libmpir.lax/lt31-iset_str.o libtool: link: ln mpz/iset_ui.o .libs/libmpir.lax/lt32-iset_ui.o || cp mpz/iset_ui.o .libs/libmpir.lax/lt32-iset_ui.o libtool: link: ln mpz/mul.o .libs/libmpir.lax/lt33-mul.o || cp mpz/mul.o .libs/libmpir.lax/lt33-mul.o libtool: link: ln mpz/mul_2exp.o .libs/libmpir.lax/lt34-mul_2exp.o || cp mpz/mul_2exp.o .libs/libmpir.lax/lt34-mul_2exp.o libtool: link: ln mpz/mul_ui.o .libs/libmpir.lax/lt35-mul_ui.o || cp mpz/mul_ui.o .libs/libmpir.lax/lt35-mul_ui.o libtool: link: ln mpz/neg.o .libs/libmpir.lax/lt36-neg.o || cp mpz/neg.o .libs/libmpir.lax/lt36-neg.o libtool: link: ln mpz/nextprime.o .libs/libmpir.lax/lt37-nextprime.o || cp mpz/nextprime.o .libs/libmpir.lax/lt37-nextprime.o libtool: link: ln mpz/out_str.o .libs/libmpir.lax/lt38-out_str.o || cp mpz/out_str.o .libs/libmpir.lax/lt38-out_str.o libtool: link: ln mpz/pow_ui.o .libs/libmpir.lax/lt39-pow_ui.o || cp mpz/pow_ui.o .libs/libmpir.lax/lt39-pow_ui.o libtool: link: ln mpz/rrandomb.o .libs/libmpir.lax/lt40-rrandomb.o || cp mpz/rrandomb.o .libs/libmpir.lax/lt40-rrandomb.o libtool: link: ln mpz/set.o .libs/libmpir.lax/lt41-set.o || cp mpz/set.o .libs/libmpir.lax/lt41-set.o libtool: link: ln mpz/set_d.o .libs/libmpir.lax/lt42-set_d.o || cp mpz/set_d.o .libs/libmpir.lax/lt42-set_d.o libtool: link: ln mpz/set_q.o .libs/libmpir.lax/lt43-set_q.o || cp mpz/set_q.o .libs/libmpir.lax/lt43-set_q.o libtool: link: ln mpz/set_si.o .libs/libmpir.lax/lt44-set_si.o || cp mpz/set_si.o .libs/libmpir.lax/lt44-set_si.o libtool: link: ln mpz/set_str.o .libs/libmpir.lax/lt45-set_str.o || cp mpz/set_str.o .libs/libmpir.lax/lt45-set_str.o libtool: link: ln mpz/set_ui.o .libs/libmpir.lax/lt46-set_ui.o || cp mpz/set_ui.o .libs/libmpir.lax/lt46-set_ui.o libtool: link: ln mpz/size.o .libs/libmpir.lax/lt47-size.o || cp mpz/size.o .libs/libmpir.lax/lt47-size.o libtool: link: ln mpz/sqrt.o .libs/libmpir.lax/lt48-sqrt.o || cp mpz/sqrt.o .libs/libmpir.lax/lt48-sqrt.o libtool: link: ln mpz/sub.o .libs/libmpir.lax/lt49-sub.o || cp mpz/sub.o .libs/libmpir.lax/lt49-sub.o libtool: link: ln mpz/sub_ui.o .libs/libmpir.lax/lt50-sub_ui.o || cp mpz/sub_ui.o .libs/libmpir.lax/lt50-sub_ui.o libtool: link: ln mpz/swap.o .libs/libmpir.lax/lt51-swap.o || cp mpz/swap.o .libs/libmpir.lax/lt51-swap.o libtool: link: ln mpz/ui_sub.o .libs/libmpir.lax/lt52-ui_sub.o || cp mpz/ui_sub.o .libs/libmpir.lax/lt52-ui_sub.o libtool: link: ln mpz/urandomb.o .libs/libmpir.lax/lt53-urandomb.o || cp mpz/urandomb.o .libs/libmpir.lax/lt53-urandomb.o libtool: link: ln mpq/abs.o .libs/libmpir.lax/lt54-abs.o || cp mpq/abs.o .libs/libmpir.lax/lt54-abs.o libtool: link: ln mpq/clear.o .libs/libmpir.lax/lt55-clear.o || cp mpq/clear.o .libs/libmpir.lax/lt55-clear.o libtool: link: ln mpq/clears.o .libs/libmpir.lax/lt56-clears.o || cp mpq/clears.o .libs/libmpir.lax/lt56-clears.o libtool: link: ln mpq/cmp.o .libs/libmpir.lax/lt57-cmp.o || cp mpq/cmp.o .libs/libmpir.lax/lt57-cmp.o libtool: link: ln mpq/cmp_si.o .libs/libmpir.lax/lt58-cmp_si.o || cp mpq/cmp_si.o .libs/libmpir.lax/lt58-cmp_si.o libtool: link: ln mpq/cmp_ui.o .libs/libmpir.lax/lt59-cmp_ui.o || cp mpq/cmp_ui.o .libs/libmpir.lax/lt59-cmp_ui.o libtool: link: ln mpq/div.o .libs/libmpir.lax/lt60-div.o || cp mpq/div.o .libs/libmpir.lax/lt60-div.o libtool: link: ln mpq/get_d.o .libs/libmpir.lax/lt61-get_d.o || cp mpq/get_d.o .libs/libmpir.lax/lt61-get_d.o libtool: link: ln mpq/get_str.o .libs/libmpir.lax/lt62-get_str.o || cp mpq/get_str.o .libs/libmpir.lax/lt62-get_str.o libtool: link: ln mpq/init.o .libs/libmpir.lax/lt63-init.o || cp mpq/init.o .libs/libmpir.lax/lt63-init.o libtool: link: ln mpq/inits.o .libs/libmpir.lax/lt64-inits.o || cp mpq/inits.o .libs/libmpir.lax/lt64-inits.o libtool: link: ln mpq/inp_str.o .libs/libmpir.lax/lt65-inp_str.o || cp mpq/inp_str.o .libs/libmpir.lax/lt65-inp_str.o libtool: link: ln mpq/mul.o .libs/libmpir.lax/lt66-mul.o || cp mpq/mul.o .libs/libmpir.lax/lt66-mul.o libtool: link: ln mpq/neg.o .libs/libmpir.lax/lt67-neg.o || cp mpq/neg.o .libs/libmpir.lax/lt67-neg.o libtool: link: ln mpq/out_str.o .libs/libmpir.lax/lt68-out_str.o || cp mpq/out_str.o .libs/libmpir.lax/lt68-out_str.o libtool: link: ln mpq/set.o .libs/libmpir.lax/lt69-set.o || cp mpq/set.o .libs/libmpir.lax/lt69-set.o libtool: link: ln mpq/set_d.o .libs/libmpir.lax/lt70-set_d.o || cp mpq/set_d.o .libs/libmpir.lax/lt70-set_d.o libtool: link: ln mpq/set_f.o .libs/libmpir.lax/lt71-set_f.o || cp mpq/set_f.o .libs/libmpir.lax/lt71-set_f.o libtool: link: ln mpq/set_si.o .libs/libmpir.lax/lt72-set_si.o || cp mpq/set_si.o .libs/libmpir.lax/lt72-set_si.o libtool: link: ln mpq/set_str.o .libs/libmpir.lax/lt73-set_str.o || cp mpq/set_str.o .libs/libmpir.lax/lt73-set_str.o libtool: link: ln mpq/set_ui.o .libs/libmpir.lax/lt74-set_ui.o || cp mpq/set_ui.o .libs/libmpir.lax/lt74-set_ui.o libtool: link: ln mpq/set_z.o .libs/libmpir.lax/lt75-set_z.o || cp mpq/set_z.o .libs/libmpir.lax/lt75-set_z.o libtool: link: ln mpq/swap.o .libs/libmpir.lax/lt76-swap.o || cp mpq/swap.o .libs/libmpir.lax/lt76-swap.o libtool: link: ln mpn/add.o .libs/libmpir.lax/lt77-add.o || cp mpn/add.o .libs/libmpir.lax/lt77-add.o libtool: link: ln mpn/sub.o .libs/libmpir.lax/lt78-sub.o || cp mpn/sub.o .libs/libmpir.lax/lt78-sub.o libtool: link: ln mpn/fib2_ui.o .libs/libmpir.lax/lt79-fib2_ui.o || cp mpn/fib2_ui.o .libs/libmpir.lax/lt79-fib2_ui.o libtool: link: ln mpn/dump.o .libs/libmpir.lax/lt80-dump.o || cp mpn/dump.o .libs/libmpir.lax/lt80-dump.o libtool: link: ln mpn/tdiv_q.o .libs/libmpir.lax/lt81-tdiv_q.o || cp mpn/tdiv_q.o .libs/libmpir.lax/lt81-tdiv_q.o libtool: link: ln mpn/mul.o .libs/libmpir.lax/lt82-mul.o || cp mpn/mul.o .libs/libmpir.lax/lt82-mul.o libtool: link: ln mpn/random2.o .libs/libmpir.lax/lt83-random2.o || cp mpn/random2.o .libs/libmpir.lax/lt83-random2.o libtool: link: ln mpn/powm.o .libs/libmpir.lax/lt84-powm.o || cp mpn/powm.o .libs/libmpir.lax/lt84-powm.o libtool: link: ln mpn/urandomb.o .libs/libmpir.lax/lt85-urandomb.o || cp mpn/urandomb.o .libs/libmpir.lax/lt85-urandomb.o libtool: link: ln mpn/urandomm.o .libs/libmpir.lax/lt86-urandomm.o || cp mpn/urandomm.o .libs/libmpir.lax/lt86-urandomm.o libtool: link: ln mpn/invert.o .libs/libmpir.lax/lt87-invert.o || cp mpn/invert.o .libs/libmpir.lax/lt87-invert.o libtool: link: ln mpn/rootrem.o .libs/libmpir.lax/lt88-rootrem.o || cp mpn/rootrem.o .libs/libmpir.lax/lt88-rootrem.o libtool: link: ln mpn/sizeinbase.o .libs/libmpir.lax/lt89-sizeinbase.o || cp mpn/sizeinbase.o .libs/libmpir.lax/lt89-sizeinbase.o libtool: link: ln mpn/sqrtrem.o .libs/libmpir.lax/lt90-sqrtrem.o || cp mpn/sqrtrem.o .libs/libmpir.lax/lt90-sqrtrem.o libtool: link: ln mpn/get_str.o .libs/libmpir.lax/lt91-get_str.o || cp mpn/get_str.o .libs/libmpir.lax/lt91-get_str.o libtool: link: ln mpn/set_str.o .libs/libmpir.lax/lt92-set_str.o || cp mpn/set_str.o .libs/libmpir.lax/lt92-set_str.o libtool: link: ln mpn/scan0.o .libs/libmpir.lax/lt93-scan0.o || cp mpn/scan0.o .libs/libmpir.lax/lt93-scan0.o libtool: link: ln mpn/scan1.o .libs/libmpir.lax/lt94-scan1.o || cp mpn/scan1.o .libs/libmpir.lax/lt94-scan1.o libtool: link: ln mpn/popcount.o .libs/libmpir.lax/lt95-popcount.o || cp mpn/popcount.o .libs/libmpir.lax/lt95-popcount.o libtool: link: ln mpn/hamdist.o .libs/libmpir.lax/lt96-hamdist.o || cp mpn/hamdist.o .libs/libmpir.lax/lt96-hamdist.o libtool: link: ln mpn/cmp.o .libs/libmpir.lax/lt97-cmp.o || cp mpn/cmp.o .libs/libmpir.lax/lt97-cmp.o libtool: link: ln mpn/gcd.o .libs/libmpir.lax/lt98-gcd.o || cp mpn/gcd.o .libs/libmpir.lax/lt98-gcd.o libtool: link: ln mpn/gcdext.o .libs/libmpir.lax/lt99-gcdext.o || cp mpn/gcdext.o .libs/libmpir.lax/lt99-gcdext.o libtool: link: ln mpn/tdiv_qr.o .libs/libmpir.lax/lt100-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libmpir.lax/lt100-tdiv_qr.o libtool: link: ln mpn/jacobi.o .libs/libmpir.lax/lt101-jacobi.o || cp mpn/jacobi.o .libs/libmpir.lax/lt101-jacobi.o libtool: link: ln mpn/get_d.o .libs/libmpir.lax/lt102-get_d.o || cp mpn/get_d.o .libs/libmpir.lax/lt102-get_d.o libtool: link: ln mpn/divexact.o .libs/libmpir.lax/lt103-divexact.o || cp mpn/divexact.o .libs/libmpir.lax/lt103-divexact.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cq .libs/libmpir.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o primesieve.o nextprime.o version.o tal-reent.o mpf/abs.o mpf/add.o mpf/add_ui.o mpf/ceilfloor.o mpf/clear.o mpf/clears.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_si.o mpf/cmp_ui.o mpf/div.o mpf/div_2exp.o mpf/div_ui.o mpf/dump.o mpf/eq.o mpf/fits_si.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_ui.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_d.o mpf/get_d_2exp.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/get_si.o mpf/get_str.o mpf/get_ui.o mpf/init.o mpf/init2.o mpf/inits.o mpf/inp_str.o mpf/int_p.o mpf/iset.o mpf/iset_d.o mpf/iset_si.o mpf/iset_str.o mpf/iset_ui.o mpf/mul.o mpf/mul_2exp.o mpf/mul_ui.o mpf/neg.o mpf/out_str.o mpf/pow_ui.o mpf/random2.o mpf/reldiff.o mpf/rrandomb.o mpf/set.o mpf/set_d.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/set_q.o mpf/set_si.o mpf/set_str.o mpf/set_ui.o mpf/set_z.o mpf/size.o mpf/sqrt.o mpf/sqrt_ui.o mpf/sub.o mpf/sub_ui.o mpf/swap.o mpf/trunc.o mpf/ui_div.o mpf/ui_sub.o mpf/urandomb.o fft/adjust.o fft/adjust_sqrt2.o fft/butterfly_lshB.o fft/butterfly_rshB.o fft/combine_bits.o fft/div_2expmod_2expp1.o fft/fermat_to_mpz.o fft/fft_mfa_trunc_sqrt2.o fft/fft_mfa_trunc_sqrt2_inner.o fft/fft_negacyclic.o fft/fft_radix2.o fft/fft_trunc.o fft/fft_trunc_sqrt2.o fft/ifft_mfa_trunc_sqrt2.o fft/ifft_negacyclic.o fft/ifft_radix2.o fft/ifft_trunc.o fft/ifft_trunc_sqrt2.o fft/mul_2expmod_2expp1.o fft/mul_fft_main.o fft/mul_mfa_trunc_sqrt2.o fft/mul_trunc_sqrt2.o fft/mulmod_2expp1.o fft/normmod_2expp1.o fft/revbin.o fft/split_bits.o mpz/2fac_ui.o .libs/libmpir.lax/lt1-abs.o .libs/libmpir.lax/lt2-add.o .libs/libmpir.lax/lt3-add_ui.o mpz/and.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libmpir.lax/lt4-clear.o .libs/libmpir.lax/lt5-clears.o mpz/clrbit.o .libs/libmpir.lax/lt6-cmp.o .libs/libmpir.lax/lt7-cmp_d.o .libs/libmpir.lax/lt8-cmp_si.o .libs/libmpir.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/dive_ui.o mpz/divegcd.o mpz/divexact.o mpz/divis.o mpz/divis_2exp.o mpz/divis_ui.o .libs/libmpir.lax/lt10-dump.o mpz/export.o mpz/fac_ui.o mpz/fdiv_q.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_ui.o mpz/fib2_ui.o mpz/fib_ui.o .libs/libmpir.lax/lt11-fits_si.o .libs/libmpir.lax/lt12-fits_sint.o .libs/libmpir.lax/lt13-fits_slong.o .libs/libmpir.lax/lt14-fits_sshort.o .libs/libmpir.lax/lt15-fits_ui.o .libs/libmpir.lax/lt16-fits_uint.o .libs/libmpir.lax/lt17-fits_ulong.o .libs/libmpir.lax/lt18-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libmpir.lax/lt19-get_d.o .libs/libmpir.lax/lt20-get_d_2exp.o .libs/libmpir.lax/lt21-get_si.o .libs/libmpir.lax/lt22-get_str.o mpz/get_sx.o .libs/libmpir.lax/lt23-get_ui.o mpz/get_ux.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libmpir.lax/lt24-init.o .libs/libmpir.lax/lt25-init2.o .libs/libmpir.lax/lt26-inits.o mpz/inp_raw.o .libs/libmpir.lax/lt27-inp_str.o mpz/invert.o mpz/ior.o .libs/libmpir.lax/lt28-iset.o .libs/libmpir.lax/lt29-iset_d.o .libs/libmpir.lax/lt30-iset_si.o .libs/libmpir.lax/lt31-iset_str.o mpz/iset_sx.o .libs/libmpir.lax/lt32-iset_ui.o mpz/iset_ux.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/likely_prime_p.o mpz/limbs_finish.o mpz/limbs_modify.o mpz/limbs_read.o mpz/limbs_write.o mpz/lucnum2_ui.o mpz/lucnum_ui.o mpz/mfac_uiui.o mpz/miller_rabin.o mpz/millerrabin.o mpz/mod.o .libs/libmpir.lax/lt33-mul.o .libs/libmpir.lax/lt34-mul_2exp.o mpz/mul_si.o .libs/libmpir.lax/lt35-mul_ui.o mpz/n_pow_ui.o .libs/libmpir.lax/lt36-neg.o mpz/next_prime_candidate.o .libs/libmpir.lax/lt37-nextprime.o mpz/nthroot.o mpz/oddfac_1.o mpz/out_raw.o .libs/libmpir.lax/lt38-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libmpir.lax/lt39-pow_ui.o mpz/powm.o mpz/powm_ui.o mpz/pprime_p.o mpz/primorial_ui.o mpz/probable_prime_p.o mpz/prodlimbs.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/roinit_n.o mpz/root.o mpz/rootrem.o .libs/libmpir.lax/lt40-rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libmpir.lax/lt41-set.o .libs/libmpir.lax/lt42-set_d.o mpz/set_f.o .libs/libmpir.lax/lt43-set_q.o .libs/libmpir.lax/lt44-set_si.o .libs/libmpir.lax/lt45-set_str.o mpz/set_sx.o .libs/libmpir.lax/lt46-set_ui.o mpz/set_ux.o mpz/setbit.o .libs/libmpir.lax/lt47-size.o mpz/sizeinbase.o .libs/libmpir.lax/lt48-sqrt.o mpz/sqrtrem.o .libs/libmpir.lax/lt49-sub.o .libs/libmpir.lax/lt50-sub_ui.o .libs/libmpir.lax/lt51-swap.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tdiv_ui.o mpz/trial_division.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libmpir.lax/lt52-ui_sub.o .libs/libmpir.lax/lt53-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libmpir.lax/lt54-abs.o mpq/aors.o mpq/canonicalize.o .libs/libmpir.lax/lt55-clear.o .libs/libmpir.lax/lt56-clears.o .libs/libmpir.lax/lt57-cmp.o .libs/libmpir.lax/lt58-cmp_si.o .libs/libmpir.lax/lt59-cmp_ui.o .libs/libmpir.lax/lt60-div.o mpq/equal.o .libs/libmpir.lax/lt61-get_d.o mpq/get_den.o mpq/get_num.o .libs/libmpir.lax/lt62-get_str.o .libs/libmpir.lax/lt63-init.o .libs/libmpir.lax/lt64-inits.o .libs/libmpir.lax/lt65-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libmpir.lax/lt66-mul.o .libs/libmpir.lax/lt67-neg.o .libs/libmpir.lax/lt68-out_str.o .libs/libmpir.lax/lt69-set.o .libs/libmpir.lax/lt70-set_d.o mpq/set_den.o .libs/libmpir.lax/lt71-set_f.o mpq/set_num.o .libs/libmpir.lax/lt72-set_si.o .libs/libmpir.lax/lt73-set_str.o .libs/libmpir.lax/lt74-set_ui.o .libs/libmpir.lax/lt75-set_z.o .libs/libmpir.lax/lt76-swap.o mpn/dummy1.o .libs/libmpir.lax/lt77-add.o mpn/add_1.o mpn/add_n.o .libs/libmpir.lax/lt78-sub.o mpn/sub_1.o mpn/sub_n.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/lshift.o mpn/rshift.o mpn/addadd_n.o mpn/addsub_n.o mpn/subadd_n.o mpn/comb_tables.o mpn/divexact_1.o mpn/divexact_by3c.o mpn/divexact_byff.o mpn/divexact_byfobm1.o mpn/divisible_p.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o mpn/divrem_euclidean_qr_1.o mpn/divrem_euclidean_qr_2.o mpn/divrem_euclidean_r_1.o mpn/divrem_hensel_qr_1.o mpn/divrem_hensel_qr_1_1.o mpn/divrem_hensel_qr_1_2.o mpn/divrem_hensel_r_1.o mpn/divrem_hensel_rsh_qr_1.o mpn/rsh_divrem_hensel_qr_1.o mpn/rsh_divrem_hensel_qr_1_1.o mpn/rsh_divrem_hensel_qr_1_2.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o .libs/libmpir.lax/lt79-fib2_ui.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/modexact_1c_odd.o mpn/preinv_divrem_1.o mpn/preinv_mod_1.o .libs/libmpir.lax/lt80-dump.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/gcdext_1.o mpn/hgcd.o mpn/matrix22_mul.o mpn/hgcd2.o mpn/hgcd2_jacobi.o mpn/hgcd_appr.o mpn/hgcd_jacobi.o mpn/hgcd_matrix.o mpn/hgcd_reduce.o mpn/hgcd_step.o mpn/matrix22_mul1_inverse_vector.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o .libs/libmpir.lax/lt81-tdiv_q.o mpn/mp_bases.o mpn/fib_table.o mpn/mulmid_basecase.o mpn/mulmid.o mpn/mulmid_n.o mpn/toom42_mulmid.o mpn/mulmod_bexpp1.o mpn/mulmod_2expm1.o mpn/mulmod_2expp1_basecase.o mpn/mul_fft.o .libs/libmpir.lax/lt82-mul.o mpn/mul_n.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/random.o .libs/libmpir.lax/lt83-random2.o mpn/pow_1.o mpn/powlo.o .libs/libmpir.lax/lt84-powm.o mpn/binvert.o .libs/libmpir.lax/lt85-urandomb.o .libs/libmpir.lax/lt86-urandomm.o mpn/randomb.o mpn/rrandom.o .libs/libmpir.lax/lt87-invert.o .libs/libmpir.lax/lt88-rootrem.o .libs/libmpir.lax/lt89-sizeinbase.o .libs/libmpir.lax/lt90-sqrtrem.o .libs/libmpir.lax/lt91-get_str.o .libs/libmpir.lax/lt92-set_str.o .libs/libmpir.lax/lt93-scan0.o .libs/libmpir.lax/lt94-scan1.o .libs/libmpir.lax/lt95-popcount.o .libs/libmpir.lax/lt96-hamdist.o .libs/libmpir.lax/lt97-cmp.o mpn/perfect_square_p.o mpn/bdivmod.o .libs/libmpir.lax/lt98-gcd.o mpn/gcd_1.o .libs/libmpir.lax/lt99-gcdext.o .libs/libmpir.lax/lt100-tdiv_qr.o mpn/jacobi_base.o .libs/libmpir.lax/lt101-jacobi.o mpn/jacobi_2.o .libs/libmpir.lax/lt102-get_d.o mpn/mullow_n.o mpn/mulhigh_n.o mpn/mullow_n_basecase.o mpn/mullow_basecase.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o mpn/sb_divappr_q.o mpn/toom3_mul.o mpn/toom3_mul_n.o mpn/toom4_mul.o mpn/toom4_mul_n.o mpn/dc_div_q.o mpn/dc_divappr_q.o mpn/sb_div_q.o mpn/sb_div_qr.o mpn/dc_div_qr.o mpn/dc_div_qr_n.o mpn/inv_divappr_q_n.o mpn/inv_divappr_q.o mpn/inv_div_q.o mpn/inv_div_qr.o mpn/inv_div_qr_n.o mpn/rootrem_basecase.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_16pts.o mpn/toom8_sqr_n.o mpn/toom8h_mul.o mpn/toom_couple_handling.o mpn/sb_bdiv_q.o mpn/sb_bdiv_qr.o mpn/dc_bdiv_q_n.o mpn/dc_bdiv_q.o mpn/dc_bdiv_qr.o mpn/dc_bdiv_qr_n.o .libs/libmpir.lax/lt103-divexact.o mpn/zero.o mpn/umul.o mpn/copyi.o mpn/copyd.o mpn/com_n.o mpn/neg_n.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/sqr_diagonal.o mpn/addlsh1_n.o mpn/sublsh1_n.o mpn/sumdiff_n.o mpn/nsumdiff_n.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obprntffuns.o printf/obvprintf.o printf/printf.o printf/printffuns.o printf/repl-vsnprintf.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmpir.a libtool: link: rm -fr .libs/libmpir.lax libtool: link: ( cd ".libs" && rm -f "libmpir.la" && ln -s "../libmpir.la" "libmpir.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' >>> mpir 3.0.0 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' Making install in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in devel make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' Making install in mpn make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' Making install in fft make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' Making install in mpz make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' Making install in mpq make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' Making install in mpf make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' Making install in rand make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' Making install in misc make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' Making install in cxx make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in mpn make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' Making install in fft make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' Making install in mpz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' Making install in mpq make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' Making install in mpf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' Making install in printf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' Making install in scanf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' Making install in cxx make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' Making install in tune make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./mpir.info ./mpir.info-1 ./mpir.info-2 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/info' install-info --info-dir='/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/info' '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/info/mpir.info' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libmpir.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.so.23.0.3 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpir.so.23.0.3 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so.23 || { rm -f libmpir.so.23 && ln -s libmpir.so.23.0.3 libmpir.so.23; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so || { rm -f libmpir.so && ln -s libmpir.so.23.0.3 libmpir.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpir.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpir.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpir.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpir.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 mpir.h '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' >>> mpir 3.0.0 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mpir 3.0.0 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' Making install in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in devel make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/devel' Making install in mpn make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpn' Making install in fft make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/fft' Making install in mpz make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpz' Making install in mpq make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpq' Making install in mpf make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/mpf' Making install in rand make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/rand' Making install in misc make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/misc' Making install in cxx make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tests' Making install in mpn make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpn' Making install in fft make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/fft' Making install in mpz make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpz' Making install in mpq make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpq' Making install in mpf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/mpf' Making install in printf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/printf' Making install in scanf make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/scanf' Making install in cxx make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/cxx' Making install in tune make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/tune' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./mpir.info ./mpir.info-1 ./mpir.info-2 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' install-info --info-dir='/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info/mpir.info' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libmpir.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.so.23.0.3 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpir.so.23.0.3 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so.23 || { rm -f libmpir.so.23 && ln -s libmpir.so.23.0.3 libmpir.so.23; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so || { rm -f libmpir.so && ln -s libmpir.so.23.0.3 libmpir.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpir.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libmpir.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpir.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpir.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpir.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 mpir.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/mpir-3.0.0' >>> musepack r475 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.musepack_src_r475.tar.gz.m02grt/output' 'http://files.musepack.net/source/musepack_src_r475.tar.gz' --2022-06-06 23:48:32-- http://files.musepack.net/source/musepack_src_r475.tar.gz Resolving files.musepack.net (files.musepack.net)... 78.128.43.252 Connecting to files.musepack.net (files.musepack.net)|78.128.43.252|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 188737 (184K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.musepack_src_r475.tar.gz.m02grt/output' 0K .......... .......... .......... .......... .......... 27% 163K 1s 50K .......... .......... .......... .......... .......... 54% 324K 0s 100K .......... .......... .......... .......... .......... 81% 171M 0s 150K .......... .......... .......... .... 100% 174M=0.5s 2022-06-06 23:48:33 (399 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.musepack_src_r475.tar.gz.m02grt/output' saved [188737/188737] musepack_src_r475.tar.gz: OK (md5: 754d67be67f713e54baf70fcfdb2817e) musepack_src_r475.tar.gz: OK (sha256: a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b) >>> musepack r475 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/musepack/musepack_src_r475.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/musepack-r475 -xf - >>> musepack r475 Patching Applying 0001-shared.patch using patch: patching file libmpcdec/CMakeLists.txt Applying 0002-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch using patch: patching file CMakeLists.txt Applying 0003-include-fpu-control-with-glibc-only.patch using patch: patching file mpcenc/mpcenc.h Applying 0004-missing-sys-select.patch using patch: patching file mpcenc/mpcenc.h Applying 0005-fix-build-with-gcc-10.patch using patch: patching file libmpcdec/requant.h >>> musepack r475 Configuring (mkdir -p /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ && cd /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-25/output-1/host/bin/cmake /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-25/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - big endian -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475 >>> musepack r475 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcdec_shared make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 1%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/huffman.o [ 3%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_decoder.o [ 5%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_reader.o [ 7%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/streaminfo.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcdec/streaminfo.c: In function 'streaminfo_read_header_sv7': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcdec/streaminfo.c:111:18: warning: variable 'Estimatedpeak_title' set but not used [-Wunused-but-set-variable] 111 | mpc_uint16_t Estimatedpeak_title = 0; | ^~~~~~~~~~~~~~~~~~~ [ 9%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_bits_reader.o [ 11%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_demux.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcdec/mpc_demux.c:82:21: warning: 'mpc_unread_bytes' defined but not used [-Wunused-function] 82 | static mpc_uint32_t mpc_unread_bytes(mpc_demux * d) { | ^~~~~~~~~~~~~~~~ [ 13%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/requant.o [ 15%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/synth_filter.o [ 17%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/__/common/crc32.o [ 19%] Linking C shared library libmpcdec.so make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 19%] Built target mpcdec_shared make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcpsy_static make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 21%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/ans.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcpsy/ans.c: In function 'NS_Analyse': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcpsy/ans.c:291:120: warning: passing argument 10 of 'FindOptimalANS' from incompatible pointer type [-Wincompatible-pointer-types] 291 | FindOptimalANS ( MaxBand, MSflag, ANSspec_L, ANSspec_M, m->NS_Order_L, m->SNR_comp_L, m->FIR_L, smr.L, smr.M, m->SCF_Index_L, Transient ); | ~^~~~~~~~~~~~~ | | | int * /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcpsy/ans.c:160:40: note: expected 'const int (*)[3]' but argument is of type 'int *' 160 | const int scf [] [3], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcpsy/ans.c:296:120: warning: passing argument 10 of 'FindOptimalANS' from incompatible pointer type [-Wincompatible-pointer-types] 296 | FindOptimalANS ( MaxBand, MSflag, ANSspec_R, ANSspec_S, m->NS_Order_R, m->SNR_comp_R, m->FIR_R, smr.R, smr.S, m->SCF_Index_R, Transient ); | ~^~~~~~~~~~~~~ | | | int * /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/libmpcpsy/ans.c:160:40: note: expected 'const int (*)[3]' but argument is of type 'int *' 160 | const int scf [] [3], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ [ 23%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/cvd.o [ 25%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/fft4g.o [ 26%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/fft_routines.o [ 28%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/profile.o [ 30%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/psy.o [ 32%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/psy_tab.o [ 34%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/__/common/fastmath.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/fastmath.c: In function 'Init_FastMath': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/fastmath.c:32:28: warning: variable 'Y' set but not used [-Wunused-but-set-variable] 32 | int i; mpc_floatint X, Y; double xm, x0, xp, x, y; float* p; | ^ [ 36%] Linking C static library libmpcpsy_static.a make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 36%] Built target mpcpsy_static make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcenc_static make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 38%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/analy_filter.o [ 40%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/bitstream.o [ 42%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/encode_sv7.o [ 44%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/huffsv7.o [ 46%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/quant.o [ 48%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/__/common/crc32.o [ 50%] Linking C static library libmpcenc_static.a make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 50%] Built target mpcenc_static make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target wavformat_static make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 51%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/input.o [ 53%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/output.o [ 55%] Linking C static library libwavformat_static.a make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 55%] Built target wavformat_static make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcgain make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c: In function 'main': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:185:53: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 185 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:218:69: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 218 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:210:61: warning: 'chap_peak' may be used uninitialized in this function [-Wmaybe-uninitialized] 210 | chap_peak[chap - 1] = (mpc_uint16_t) (log10(chap_max * (1 << 15)) * 20 * 256); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:209:61: warning: 'chap_gain' may be used uninitialized in this function [-Wmaybe-uninitialized] 209 | chap_gain[chap - 1] = (mpc_uint16_t) (gain_get_chapter() * 256); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:64:12: warning: 'chap_max' may be used uninitialized in this function [-Wmaybe-uninitialized] 64 | if (a > b) | ^ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcgain/mpcgain.c:166:50: note: 'chap_max' was declared here 166 | MPC_SAMPLE_FORMAT title_max = 0, chap_max; | ^~~~~~~~ [ 59%] Linking C executable mpcgain make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 59%] Built target mpcgain make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcdec_cmd make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 61%] Building C object mpcdec/CMakeFiles/mpcdec_cmd.dir/mpcdec.o [ 63%] Linking C executable mpcdec make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 63%] Built target mpcdec_cmd make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcenc make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 65%] Building C object mpcenc/CMakeFiles/mpcenc.dir/keyboard.o [ 67%] Building C object mpcenc/CMakeFiles/mpcenc.dir/mpcenc.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c: In function 'Quantisierung': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:692:61: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] 692 | QuantizeSubbandWithNoiseShaping ( subq[Band].L, subx[Band].L, *resL, errorL [Band], m->FIR_L [Band] ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.h:259:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 259 | void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:695:77: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] 695 | QuantizeSubband ( subq[Band].L, subx[Band].L, *resL, errorL [Band], MAX_NS_ORDER ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.h:258:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 258 | void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:702:61: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] 702 | QuantizeSubbandWithNoiseShaping ( subq[Band].R, subx[Band].R, *resR, errorR [Band], m->FIR_R [Band] ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.h:259:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 259 | void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:705:77: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] 705 | QuantizeSubband ( subq[Band].R, subx[Band].R, *resR, errorL [Band], MAX_NS_ORDER); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.h:258:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 258 | void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c: In function 'Init_FPU': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcenc/mpcenc.c:1443:23: warning: unused variable 'cw' [-Wunused-variable] 1443 | mpc_uint16_t cw; | ^~ [ 69%] Building C object mpcenc/CMakeFiles/mpcenc.dir/pipeopen.o [ 71%] Building C object mpcenc/CMakeFiles/mpcenc.dir/stderr.o [ 73%] Building C object mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:632:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 632 | if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:857:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:969:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 969 | if ( 128 != fread(tmp, 1, 128, fp) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 976 | if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:979:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 75%] Building C object mpcenc/CMakeFiles/mpcenc.dir/wave_in.o [ 76%] Building C object mpcenc/CMakeFiles/mpcenc.dir/winmsg.o [ 78%] Linking C executable mpcenc make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 80%] Building C object mpc2sv8/CMakeFiles/mpc2sv8.dir/mpc2sv8.o [ 82%] Linking C executable mpc2sv8 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 84%] Building C object mpccut/CMakeFiles/mpccut.dir/mpccut.o [ 86%] Linking C executable mpccut make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_cue': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:40: warning: '%i' directive writing between 1 and 10 bytes into a region of size between 5 and 14 [-Wformat-overflow=] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:36: note: directive argument in the range [1, 2147483647] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:17: note: 'sprintf' output between 4 and 22 bytes into a destination of size 16 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Building C object mpcchap/CMakeFiles/mpcchap.dir/dictionary.o [ 92%] Building C object mpcchap/CMakeFiles/mpcchap.dir/iniparser.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c:187:16: warning: variable 'i_sec' set but not used [-Wunused-but-set-variable] 187 | int i, i_sec, cnt = 0 ; | ^~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_line': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c:556:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 556 | strcpy(section, section); | ^~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c:563:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 563 | strcpy(key, key); | ^~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/mpcchap/iniparser.c:582:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 582 | strcpy(key, key); | ^~~~~~ [ 94%] Building C object mpcchap/CMakeFiles/mpcchap.dir/__/common/tags.o /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:632:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 632 | if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:857:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:969:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 969 | if ( 128 != fread(tmp, 1, 128, fp) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 976 | if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:979:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 96%] Linking C executable mpcchap make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [ 98%] Building C object wavcmp/CMakeFiles/wavcmp.dir/wavcmp.o [100%] Linking C executable wavcmp make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install/fast -C /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcgain -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcgain" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcdec -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcdec" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcenc -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcenc" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpccut -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpccut" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcchap -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/mpcchap" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/wavcmp -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/wavcmp" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpc_types.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/datatypes.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/entries -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/props -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/minimax.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/reader.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpcmath.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/streaminfo.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpcdec.h make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' >>> musepack r475 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> musepack r475 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install/fast -C /nvmedata/autobuild/instance-25/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpcdec.so.7 -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libmpcdec.so -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcgain -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcgain" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcdec -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcdec" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcenc -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcenc" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpc2sv8 -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpc2sv8" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpccut -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpccut" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcchap -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/mpcchap" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/bin/wavcmp -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/wavcmp" to "" -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/mpc_types.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/datatypes.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/all-wcprops -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/entries -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/prop-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/tmp -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/tmp/props -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/.svn/props -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/minimax.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/reader.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/mpcmath.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/streaminfo.h -- Installing: /nvmedata/autobuild/instance-25/output-1/target/usr/include/mpc/mpcdec.h make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/musepack-r475' >>> nanocom 1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.nanocom.tar.gz.nxfXKT/output' 'http://downloads.sourceforge.net/project/nanocom/nanocom/v1.0/nanocom.tar.gz' --2022-06-06 23:48:49-- http://downloads.sourceforge.net/project/nanocom/nanocom/v1.0/nanocom.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cfhcable.dl.sourceforge.net/project/nanocom/nanocom/v1.0/nanocom.tar.gz [following] --2022-06-06 23:48:49-- http://cfhcable.dl.sourceforge.net/project/nanocom/nanocom/v1.0/nanocom.tar.gz Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 14225 (14K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.nanocom.tar.gz.nxfXKT/output' 0K .......... ... 100% 6.31M=0.002s 2022-06-06 23:48:49 (6.31 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.nanocom.tar.gz.nxfXKT/output' saved [14225/14225] nanocom.tar.gz: OK (sha256: 5cb26e3e232cfc4a7cb16da432db532b775c5ebdb887ac9d39df5632f2c9a5e5) >>> nanocom 1.0 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/nanocom/nanocom.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=0 -C /nvmedata/autobuild/instance-25/output-1/build/nanocom-1.0 -xf - >>> nanocom 1.0 Patching Applying 0001-fix-build-with-gcc-10.patch using patch: patching file nanocom.c patching file nanocom.h >>> nanocom 1.0 Configuring >>> nanocom 1.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " -C /nvmedata/autobuild/instance-25/output-1/build/nanocom-1.0 make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nanocom-1.0' rm -rf *.o nanocom /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 mux.c nanocom.c menu.c -o nanocom menu.c: In function 'process_main_menu': menu.c:176:9: warning: implicit declaration of function 'display_state'; did you mean 'display_status'? [-Wimplicit-function-declaration] 176 | display_state(); | ^~~~~~~~~~~~~ | display_status make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nanocom-1.0' >>> nanocom 1.0 Installing to target /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/nanocom-1.0/nanocom /nvmedata/autobuild/instance-25/output-1/target/usr/bin/nanocom >>> ncftp 3.2.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.ncftp-3.2.6-src.tar.gz.uc1OIG/output' 'ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz' --2022-06-06 23:48:51-- ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz => '/nvmedata/autobuild/instance-25/output-1/build/.ncftp-3.2.6-src.tar.gz.uc1OIG/output' Resolving ftp.ncftp.com (ftp.ncftp.com)... 209.197.102.38 Connecting to ftp.ncftp.com (ftp.ncftp.com)|209.197.102.38|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /ncftp ... done. ==> SIZE ncftp-3.2.6-src.tar.gz ... 636425 ==> PASV ... done. ==> RETR ncftp-3.2.6-src.tar.gz ... done. Length: 636425 (622K) (unauthoritative) 0K .......... .......... .......... .......... .......... 8% 633K 1s 50K .......... .......... .......... .......... .......... 16% 1.24M 1s 100K .......... .......... .......... .......... .......... 24% 1.25M 0s 150K .......... .......... .......... .......... .......... 32% 1.28M 0s 200K .......... .......... .......... .......... .......... 40% 65.3M 0s 250K .......... .......... .......... .......... .......... 48% 1.18M 0s 300K .......... .......... .......... .......... .......... 56% 1.36M 0s 350K .......... .......... .......... .......... .......... 64% 138M 0s 400K .......... .......... .......... .......... .......... 72% 34.6M 0s 450K .......... .......... .......... .......... .......... 80% 1.30M 0s 500K .......... .......... .......... .......... .......... 88% 96.8M 0s 550K .......... .......... .......... .......... .......... 96% 132M 0s 600K .......... .......... . 100% 103M=0.3s 2022-06-06 23:48:52 (1.94 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.ncftp-3.2.6-src.tar.gz.uc1OIG/output' saved [636425] ncftp-3.2.6-src.tar.gz: OK (sha256: 129e5954850290da98af012559e6743de193de0012e972ff939df9b604f81c23) >>> ncftp 3.2.6 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/ncftp/ncftp-3.2.6-src.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -xf - >>> ncftp 3.2.6 Patching Applying 0001-fix-gcc-10.patch using patch: patching file sh_util/gpshare.c >>> ncftp 3.2.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ncftp 3.2.6 Patching libtool >>> ncftp 3.2.6 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6; /nvmedata/autobuild/instance-25/output-1/host/bin/autoconf -I "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/aclocal" -I "/nvmedata/autobuild/instance-25/output-1/host/share/aclocal" -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/) configure.in:5: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.in:5: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:5: the top level configure.in:23: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:23: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1149: wi_PROG_CC is expanded from... configure.in:23: the top level configure.in:34: warning: AC_CACHE_VAL(wi_cv_cc_precomp, ...): suspicious presence of an AC_DEFINE in the second argument, where no actions should be taken ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:124: wi_CC_PRECOMP is expanded from... configure.in:34: the top level configure.in:34: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:34: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:124: wi_CC_PRECOMP is expanded from... configure.in:34: the top level configure.in:36: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1019: wi_CFLAGS_NO_Y2K_WARNINGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:452: wi_SSP_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1095: wi_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1095: wi_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1123: wi_CROSS_COMPILER_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1123: wi_CROSS_COMPILER_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1240: wi_HPUX_GCC___STDC_EXT__ is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2595: wi_SIZEOF_ST_SIZE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2532: wi_SIZEOF_OFF_T is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2719: wi_SIZEOF_STAT64_ST_SIZE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2658: wi_SIZEOF_OFF64_T is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1430: wi_CFLAGS_LFS64 is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1019: wi_CFLAGS_NO_Y2K_WARNINGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:452: wi_SSP_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1095: wi_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1095: wi_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1123: wi_CROSS_COMPILER_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1049: wi_USE_STATIC_LIBGCC is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1123: wi_CROSS_COMPILER_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1184: wi_CFLAGS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1240: wi_HPUX_GCC___STDC_EXT__ is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2595: wi_SIZEOF_ST_SIZE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2532: wi_SIZEOF_OFF_T is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2469: wi_SIZEOF_SIZE_T is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2719: wi_SIZEOF_STAT64_ST_SIZE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:36: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:36: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2658: wi_SIZEOF_OFF64_T is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1366: wi_CFLAGS_LFS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1471: wi_CFLAGS_LFS_OR_LFS64 is expanded from... configure.in:36: the top level configure.in:56: warning: The macro `AC_HEADER_STDC' is obsolete. configure.in:56: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.in:56: the top level configure.in:59: warning: The macro `AC_TIME_WITH_SYS_TIME' is obsolete. configure.in:59: You should run autoupdate. ./lib/autoconf/oldnames.m4:81: AC_TIME_WITH_SYS_TIME is expanded from... configure.in:59: the top level configure.in:59: warning: The macro `AC_HEADER_TIME' is obsolete. configure.in:59: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... ./lib/autoconf/oldnames.m4:81: AC_TIME_WITH_SYS_TIME is expanded from... configure.in:59: the top level configure.in:61: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:61: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1990: wi_UNIX_DOMAIN_SOCKETS is expanded from... configure.in:61: the top level configure.in:61: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:61: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2969: wi_SOCKADDR_UN_SUN_LEN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1990: wi_UNIX_DOMAIN_SOCKETS is expanded from... configure.in:61: the top level configure.in:78: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:78: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2072: wi_LIB_RESOLV is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2166: wi_NET_LIBS is expanded from... configure.in:78: the top level configure.in:102: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:102: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:5008: wi_LIB_CURSES is expanded from... configure.in:102: the top level configure.in:102: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:102: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:5008: wi_LIB_CURSES is expanded from... configure.in:102: the top level configure.in:148: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:148: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:3435: wi_USE_LONG_LONG is expanded from... configure.in:148: the top level configure.in:149: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:149: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:6: wi_CACHE_CHECK_GUESS_MESSAGE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1534: wi_STRUCT_TIMEVAL_FIELD_TYPES is expanded from... configure.in:149: the top level configure.in:158: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:158: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:4056: wi_FUNC_SELECT_ARGTYPES is expanded from... configure.in:158: the top level configure.in:159: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:159: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2780: wi_STRUCT_STAT64 is expanded from... configure.in:159: the top level configure.in:160: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:160: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:3209: wi_TYPE_SIG_ATOMIC_T is expanded from... configure.in:160: the top level configure.in:161: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:161: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1728: wi_GETOPT is expanded from... configure.in:161: the top level configure.in:162: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:162: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:3175: wi__RES_DEFDNAME is expanded from... configure.in:162: the top level configure.in:163: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:163: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2809: wi_STRUCT_CMSGHDR is expanded from... configure.in:163: the top level configure.in:164: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:164: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2838: wi_MSGHDR_CONTROL is expanded from... configure.in:164: the top level configure.in:165: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:165: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2866: wi_MSGHDR_ACCRIGHTS is expanded from... configure.in:165: the top level configure.in:166: warning: AC_CHECK_HEADERS($wi_chk_headers): you should use literals ./lib/autoconf/headers.m4:217: AC_CHECK_HEADERS is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1943: wi_HEADER_SYS_SELECT_H is expanded from... configure.in:166: the top level configure.in:166: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:166: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1943: wi_HEADER_SYS_SELECT_H is expanded from... configure.in:166: the top level configure.in:174: warning: The macro `AC_WARN' is obsolete. configure.in:174: You should run autoupdate. ./lib/autoconf/oldnames.m4:33: AC_WARN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:359: wi_FUNC_GETCWD is expanded from... configure.in:174: the top level configure.in:177: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:177: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1797: wi_SNPRINTF_TERMINATES is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1912: wi_SNPRINTF is expanded from... configure.in:177: the top level configure.in:177: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:177: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1859: wi_SNPRINTF_RETVAL is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:1912: wi_SNPRINTF is expanded from... configure.in:177: the top level configure.in:178: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:178: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:2228: wi_FUNC_SIGSETJMP is expanded from... configure.in:178: the top level configure.in:180: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:180: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:6449: wi_FUNC_SETVBUF is expanded from... configure.in:180: the top level configure.in:182: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:182: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:5211: wi_CURSES_FEATURES is expanded from... configure.in:182: the top level configure.in:182: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:182: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/autoconf_local/aclocal.m4:5211: wi_CURSES_FEATURES is expanded from... configure.in:182: the top level configure.in:306: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete. configure.in:306: You should run autoupdate. ./lib/autoconf/status.m4:1025: AC_OUTPUT_COMMANDS is expanded from... configure.in:306: the top level configure.in:307: warning: AC_OUTPUT should be used without arguments. configure.in:307: You should run autoupdate. (cd /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-ccdv ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking if you set and exported the environment variable CC... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking for environment variable CFLAGS... -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 checking for environment variable CPPFLAGS... -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 checking for environment variable LDFLAGS... checking for environment variable LIBS... no checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking for clang C compiler... "/usr/bin/clang" checking if CC should now be set... no checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking version of C library... libc5 checking platform... "linux-x86_64" checking if the C compiler can use precompiled headers... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking the version of GCC... 11.3.0 checking if we should customize your CFLAGS environment variable... no checking for ldd... yes checking if compiled programs use a shared library version of libgcc... no checking if this is a debug build... no checking for unistd.h... (cached) yes checking size of st_size field in struct stat... unknown checking size of off_t... unknown checking size of st_size field in struct stat64... unknown checking size of off64_t... unknown checking size of st_size field in struct stat... unknown checking size of off_t... unknown checking if we should add CFLAGS for LFS64 support... already included -D_LARGEFILE64_SOURCE checking if we should add CFLAGS for reentrancy... -D_REENTRANT checking for strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for arpa/nameser.h... yes checking for gnu/libc-version.h... yes checking for locale.h... yes checking for net/errno.h... no checking for nserve.h... no checking for resolv.h... yes checking for sgtty.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/id.h... no checking for sys/ioctl.h... yes checking for syslog.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/utsname.h... yes checking for sys/systeminfo.h... no checking for termio.h... yes checking for termios.h... yes checking for time.h... yes checking for utime.h... yes checking for unistd.h... (cached) yes checking for gnu/libc-version.h... (cached) yes checking for sys/un.h... yes checking for UNIX domain sockets... (guessing) yes checking for sun_len field in struct sockaddr_un... no checking for strerror... yes checking for socket... yes checking for gethostbyname... yes checking if we need to look for a separate DNS resolver library... (guessing) yes checking for main in -lresolv... yes checking if SOCKS5 will be used... no checking for curses library headers... checking for ncurses.h... yes checking for curses.h... yes checking for termios.h... (cached) yes checking for termio.h... (cached) yes checking for sgtty.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for curses library... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for off_t... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking what type main() should return... int checking for 64-bit integral type: long long... (guessing) yes checking how to print a 64-bit integral type... (guessing) %lld checking how to scan a 64-bit integral type... (guessing) %lld checking if everything was available to use the 64-bit integral type... yes checking what type the tv_sec field of struct timeval is... (guessing) long checking what type the tv_usec field of struct timeval is... (guessing) long checking for perl... /usr/bin/perl checking for mktemp... /nvmedata/autobuild/instance-25/output-1/host/bin/mktemp checking for return type from write... ssize_t checking for size parameter to write... size_t checking for return type from send... ssize_t checking for size parameter to send... size_t checking for size parameter to connect... socklen_t checking for size parameter to setsockopt... socklen_t checking for backlog parameter to listen... int checking for seconds parameter to alarm... unsigned int checking for address parameter to gethostbyaddr... const struct in_addr * checking for size parameter to gethostname... size_t checking for negative_control_t... no checking for ssize_t... yes checking for sa_family_t... yes checking types of arguments for select()... int,fd_set *,struct timeval * checking for struct stat64... yes checking for sig_atomic_t... yes checking how to access getopt() global variables... automatic checking for useable _res global variable... yes checking for struct cmsghdr... yes checking for msg_control field in struct msghdr... yes checking for msg_accrights field in struct msghdr... no checking for sys/time.h... (cached) yes checking for getcwd... yes checking for getwd... no checking for fstat64... yes checking for getdomainname... yes checking for gethostname... yes checking for getpass... yes checking for getpassphrase... no checking for gnu_get_libc_release... yes checking for gnu_get_libc_version... yes checking for inet_aton... yes checking for inet_ntop... yes checking for llseek... no checking for lseek64... yes checking for lstat64... yes checking for memmove... yes checking for mktime... yes checking for open64... yes checking for pathconf... yes checking for readlink... yes checking for recvfile... no checking for res_init... no checking for sendfile... yes checking for setlocale... yes checking for setpgid... yes checking for setpgrp... yes checking for setsid... yes checking for setvbuf... yes checking for sigaction... yes checking for sigsetjmp... no checking for stat64... yes checking for strcasecmp... yes checking for strcoll... yes checking for strdup... yes checking for strerror... (cached) yes checking for strncoll... no checking for strstr... yes checking for strtoq... yes checking for symlink... yes checking for sysconf... yes checking for sysctl... yes checking for sysinfo... yes checking for syslog... yes checking for tcgetattr... yes checking for uname... yes checking for waitpid... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... yes checking for gethostbyname2_r... yes checking for getlogin_r... yes checking for getpwnam_r... yes checking for _posix_getpwnam_r... no checking for getpwuid_r... yes checking for _posix_getpwuid_r... no checking for getservbyname_r... yes checking for getservbyport_r... yes checking for gmtime_r... yes checking for localtime_r... yes checking for readdir_r... yes checking for snprintf... yes checking for vsnprintf... yes checking if snprintf works correctly... (guessing) yes checking what snprintf() returns... (guessing) length of data written checking for sigsetjmp and siglongjmp... yes checking if setpgrp behavior needs to be checked... no checking whether setvbuf behavior can be checked... no checking for working alloca.h... yes checking for alloca... yes checking string parameter to waddstr... const char * checking whether curses structure has maxx or _maxx field... _maxx checking for getcurx() functionality in curses library... yes checking for getyx() functionality in curses library... yes checking for getmaxx() functionality in curses library... yes checking for getmaxyx() functionality in curses library... yes checking for getbegx() functionality in curses library... yes checking for getbegyx() functionality in curses library... yes checking for touchwin() functionality in curses library... yes checking for beep() functionality in curses library... yes checking for keypad... yes checking for nodelay... yes checking for curs_set... yes checking for doupdate... yes checking for wnoutrefresh... yes checking for long file names... yes checking whether make sets $(MAKE)... yes checking for gtar... no checking for tar... /nvmedata/autobuild/instance-25/output-1/host/bin/tar checking how to create TAR files... /nvmedata/autobuild/instance-25/output-1/host/bin/tar -c --owner=root --group=root --verbose -f checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ranlib checking for ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for pwd... /nvmedata/autobuild/instance-25/output-1/host/bin/pwd checking for ccdv... (disabled) checking if shell can test for symlinks... yes checking CC... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking CFLAGS... -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc checking CPPFLAGS... -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 checking DEFS... checking NDEFS... -DLINUX=63000 -DLINUX_LIBC=5 checking LDFLAGS... -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn checking LIBS... -lresolv configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating Makefile.bin config.status: WARNING: 'Makefile.bin.in' seems to ignore the --datarootdir setting config.status: creating ncftp/Makefile config.status: creating libncftp/Makefile config.status: creating Strn/Makefile config.status: WARNING: 'Strn/Makefile.in' seems to ignore the --datarootdir setting config.status: creating sio/Makefile config.status: creating sh_util/Makefile config.status: creating vis/Makefile config.status: creating config.h config.status: executing default-1 commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> ncftp 3.2.6 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrFree.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynscpy.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncpy.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 strtokc.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCatList.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrInit.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynsrecpy.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strnpcat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCpy.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrNew.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 StrFree.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strnpcpy.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DStrCpyList.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Dynscat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strntok.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncpy_NoZeroPad.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Strncat_NoZeroPad.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar r libStrn.a DStrCat.o DStrFree.o Dynscpy.o Strncpy.o strtokc.o DStrCatList.o DStrInit.o Dynsrecpy.o Strnpcat.o DStrCpy.o DStrNew.o StrFree.o Strnpcpy.o DStrCpyList.o Dynscat.o Strncat.o Strntok.o Strncpy_NoZeroPad.o Strncat_NoZeroPad.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar: creating libStrn.a /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ranlib "libStrn.a" -rw-r--r-- 1 autobuild autobuild 25258 Jun 6 23:49 libStrn.a Done making Strn. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UAccept.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UBind.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UConnectByName.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UConnect.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 UNew.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 URecvfrom.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 USendtoByName.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 USendto.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 DNSUtil.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 PRead.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 PWrite.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SAccept.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SBind.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SClose.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SConnectByName.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SConnect.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SError.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SNew.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SocketUtil.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRead.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SReadline.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecv.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecvfrom.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SRecvmsg.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSelect.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSend.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSendtoByName.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SSendto.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 StrAddr.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SWait.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 SWrite.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar r libsio.a UAccept.o UBind.o UConnectByName.o UConnect.o UNew.o URecvfrom.o USendtoByName.o USendto.o DNSUtil.o main.o PRead.o PWrite.o SAccept.o SBind.o SClose.o SConnectByName.o SConnect.o SError.o SNew.o SocketUtil.o SRead.o SReadline.o SRecv.o SRecvfrom.o SRecvmsg.o SSelect.o SSend.o SSendtoByName.o SSendto.o StrAddr.o SWait.o SWrite.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar: creating libsio.a /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ranlib libsio.a -rw-r--r-- 1 autobuild autobuild 66414 Jun 6 23:49 libsio.a make[2]: [Makefile:66: libsio.a] Error 2 (ignored) Done. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdir.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdir3.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chdirlist.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_chmod.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_delete.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_exists.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_filetype.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_getcwd.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_mkdir.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_mlist1.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_modtime.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_opennologin.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rename.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rhelp.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rmdir.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_rmdirr.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_size.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_sizemdtm.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_symlink.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_type.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_umask.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 c_utime.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 errno.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ftp.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ftw.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_get.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getfiles.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getmem.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_getonefile.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_gettar.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_list.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_listmem.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_put.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putfiles.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putmem.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_putonefile.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_sendfile.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 io_util.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 lglob.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 lglobr.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 linelist.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 open.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rcmd.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rftw.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rglob.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 rglobr.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_close.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_decodeurl.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_decodehost.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_error.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_fileextn.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getcwd.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_gethome.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getpass.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getopt.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getpw.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getusr.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_getutc.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_gmtime.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_localtime.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_misc.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_miscdebug.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_mkdirs.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_pathcat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_printf.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_rebuildci.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_scram.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_shutdownci.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_signal.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_slash.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_unmdtm.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 unls.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -DO_S=\"linux-x86_64-libc5\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 u_feat.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar r libncftp.a c_chdir.o c_chdir3.o c_chdirlist.o c_chmod.o c_delete.o c_exists.o c_filetype.o c_getcwd.o c_mkdir.o c_mlist1.o c_modtime.o c_opennologin.o c_rename.o c_rhelp.o c_rmdir.o c_rmdirr.o c_size.o c_sizemdtm.o c_symlink.o c_type.o c_umask.o c_utime.o errno.o ftp.o ftw.o io_get.o io_getfiles.o io_getmem.o io_getonefile.o io_gettar.o io_list.o io_listmem.o io_put.o io_putfiles.o io_putmem.o io_putonefile.o io_sendfile.o io_util.o lglob.o lglobr.o linelist.o open.o rcmd.o rftw.o rglob.o rglobr.o u_close.o u_decodeurl.o u_decodehost.o u_error.o u_fileextn.o u_getcwd.o u_gethome.o u_getpass.o u_getopt.o u_getpw.o u_getusr.o u_getutc.o u_gmtime.o u_localtime.o u_misc.o u_miscdebug.o u_mkdirs.o u_pathcat.o u_printf.o u_rebuildci.o u_scram.o u_shutdownci.o u_signal.o u_slash.o u_unmdtm.o unls.o u_feat.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ar: creating libncftp.a -rw-r--r-- 1 autobuild autobuild 253040 Jun 6 23:49 libncftp.a make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio' Done. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn' Done making Strn. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn' Done. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/ncftp' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 cmds.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 cmdlist.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ls.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DO_S=\"linux-x86_64-libc5\" version.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shell.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 util.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 readln.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 progress.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 bookmark.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 pref.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 preffw.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 trace.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 spool.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 spoolutil.c -c spoolutil.c: In function 'WriteSpoolEntry': spoolutil.c:286:38: warning: passing argument 2 of 'lstat' from incompatible pointer type [-Wincompatible-pointer-types] 286 | if (lstat(lpathname, &st) == 0) { | ^~~ | | | struct stat64 * In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:392, from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/unistd.h:25, from syshdrs.h:143, from spoolutil.c:8: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys/stat.h:266:12: note: expected 'struct stat * restrict' but argument is of type 'struct stat64 *' 266 | extern int __REDIRECT_NTH (lstat, | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 log.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gl_getline.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dncftp -DO_S=\"linux-x86_64-libc5\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 cmds.o cmdlist.o ls.o main.o version.o shell.o util.o readln.o progress.o bookmark.o pref.o preffw.o trace.o spool.o spoolutil.o log.o gl_getline.o -o ../bin/ncftp -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lresolv Done making NcFTP. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/ncftp' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sh_util' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c gpshare.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/bookmark.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/preffw.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/spoolutil.c ../ncftp/spoolutil.c: In function 'WriteSpoolEntry': ../ncftp/spoolutil.c:286:38: warning: passing argument 2 of 'lstat' from incompatible pointer type [-Wincompatible-pointer-types] 286 | if (lstat(lpathname, &st) == 0) { | ^~~ | | | struct stat64 * In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:392, from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/unistd.h:25, from ../ncftp/syshdrs.h:143, from ../ncftp/spoolutil.c:8: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys/stat.h:266:12: note: expected 'struct stat * restrict' but argument is of type 'struct stat64 *' 266 | extern int __REDIRECT_NTH (lstat, | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ../ncftp/gl_getline.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/version.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gpshare.o bookmark.o preffw.o spoolutil.o util.o gl_getline.o version.o ncftpget.c -o ../bin/ncftpget -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lresolv /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gpshare.o bookmark.o preffw.o spoolutil.o util.o gl_getline.o version.o ncftpput.c -o ../bin/ncftpput -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lresolv /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 preffw.o util.o spoolutil.o version.o gpshare.o bookmark.o ncftpbatch.c -o ../bin/ncftpbatch -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lresolv /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dsh_util -DO_S=\"linux-x86_64-libc5\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gpshare.o bookmark.o preffw.o util.o gl_getline.o version.o ncftpls.c -o ../bin/ncftpls -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lresolv Done making NcFTP shell utilities. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sh_util' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/vis' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wgets.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wutil.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/pref.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/preffw.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/trace.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/util.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/bookmark.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ../ncftp/version.c -c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-format-y2k -static-libgcc -DLINUX=63000 -DLINUX_LIBC=5 -Dvis -DO_S=\"linux-x86_64-libc5\" -DNCFTPPATH=\"/usr/bin/ncftp\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -DLINUX=63000 -DLINUX_LIBC=5 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I../libncftp -I../Strn -I../sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6 -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -I/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 bmed.c wgets.o wutil.o pref.o preffw.o trace.o util.o bookmark.o version.o -o ../bin/ncftpbookmarks -L../libncftp -L../Strn -L../sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/libncftp -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/sio -L/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/Strn -lncftp -lStrn -lsio -lncurses -lresolv Done making NcFTP full-screen utilities. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/vis' total 1180 -rwxr-xr-x 1 autobuild autobuild 266520 Jun 6 23:49 ncftp -rwxr-xr-x 1 autobuild autobuild 198668 Jun 6 23:49 ncftpbatch -rwxr-xr-x 1 autobuild autobuild 133468 Jun 6 23:49 ncftpbookmarks -rwxr-xr-x 1 autobuild autobuild 198636 Jun 6 23:49 ncftpget -rwxr-xr-x 1 autobuild autobuild 198552 Jun 6 23:49 ncftpls -rwxr-xr-x 1 autobuild autobuild 198636 Jun 6 23:49 ncftpput lrwxrwxrwx 1 autobuild autobuild 10 Jun 6 23:49 ncftpspooler -> ncftpbatch Done. ** Please report any problems to http://www.NcFTP.com/contact/ ** make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6' >>> ncftp 3.2.6 Installing to target /usr/bin/install -m 0755 /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/bin/ncftp /nvmedata/autobuild/instance-25/output-1/build/ncftp-3.2.6/bin/ncftpget /nvmedata/autobuild/instance-25/output-1/target/usr/bin >>> ndisc6 1.0.5 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.ndisc6-1.0.5.tar.bz2.ttrEvG/output' 'http://www.remlab.net/files/ndisc6/ndisc6-1.0.5.tar.bz2' --2022-06-06 23:49:33-- http://www.remlab.net/files/ndisc6/ndisc6-1.0.5.tar.bz2 Resolving www.remlab.net (www.remlab.net)... 51.75.19.47, 2001:41d0:305:2100::8a0c Connecting to www.remlab.net (www.remlab.net)|51.75.19.47|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.remlab.net/files/ndisc6/ndisc6-1.0.5.tar.bz2 [following] --2022-06-06 23:49:33-- https://www.remlab.net/files/ndisc6/ndisc6-1.0.5.tar.bz2 Connecting to www.remlab.net (www.remlab.net)|51.75.19.47|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 267126 (261K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.ndisc6-1.0.5.tar.bz2.ttrEvG/output' 0K .......... .......... .......... .......... .......... 19% 165K 1s 50K .......... .......... .......... .......... .......... 38% 331K 1s 100K .......... .......... .......... .......... .......... 57% 54.6M 0s 150K .......... .......... .......... .......... .......... 76% 80.8M 0s 200K .......... .......... .......... .......... .......... 95% 310K 0s 250K .......... 100% 150M=0.6s 2022-06-06 23:49:35 (423 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.ndisc6-1.0.5.tar.bz2.ttrEvG/output' saved [267126/267126] ndisc6-1.0.5.tar.bz2: OK (sha256: 36932f9fc47e2844abcda7550fa1343b3af4b4208dfb61e0c9d9224aad5df351) >>> ndisc6 1.0.5 Extracting bzcat /nvmedata/autobuild/instance-25/dl/ndisc6/ndisc6-1.0.5.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5 -xf - >>> ndisc6 1.0.5 Patching >>> ndisc6 1.0.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ndisc6 1.0.5 Patching libtool >>> ndisc6 1.0.5 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11" LIBS= CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-rpath --disable-suid-install ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-static, --enable-shared configure: checking system... checking for build hostname... james-x399 configure: checking required programs... checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11 accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11 option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11 understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking for perl... /usr/bin/perl checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11... none checking whether make supports nested variables... (cached) yes configure: checking required libraries... checking for clock_gettime in -lrt... yes checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for xgettext... /nvmedata/autobuild/instance-25/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c11... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no configure: checking header files... checking whether to enable assertions... yes configure: checking library functions... checking for getopt.h... yes checking for library containing getopt_long... none required checking for fdatasync... yes checking for inet6_rth_add... no checking for ppoll... yes checking for library containing socket... none required checking for library containing inet_ntop... none required configure: checking optional features... checking if installed programs should be setuid... no configure: writing results... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-static, --enable-shared >>> ndisc6 1.0.5 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/po' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' CC src/tcpspray.o CC compat/dummy.o CC compat/inet6_rth_add.o AR libcompat.a CCLD tcpspray CC src/addrinfo.o CCLD name2addr CC src/tcptraceroute6-tcptraceroute.o CCLD tcptraceroute6 CC src/ndisc.o CCLD ndisc6 CC src/rdisc6-ndisc.o CCLD rdisc6 CC src/traceroute.o CC src/trace-tcp.o CC src/trace-udp.o CC src/trace-icmp.o CCLD rltraceroute6 CC rdnss/rdnssd.o CC rdnss/icmp.o CC rdnss/netlink.o CCLD rdnssd ALIAS tcpspray6 SED dnssort ALIAS addr2name SED merge-hook ALIAS tracert6 SED doc/rdnssd.8 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' >>> ndisc6 1.0.5 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/po' if test "ndisc6" = "gettext-tools"; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-25/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-25/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/po' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c tcpspray name2addr '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c tcpspray6 dnssort addr2name '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c tcptraceroute6 '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c tracert6 '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ndisc6 rdisc6 rltraceroute6 '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rdnssd '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[4]: Nothing to be done for 'install-exec-hook'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/etc/rdnssd' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c merge-hook '/nvmedata/autobuild/instance-25/output-1/target/etc/rdnssd' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 doc/addr2name.1 doc/dnssort.1 doc/tcpspray.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 doc/ndisc6.8 doc/rdisc6.8 doc/rltraceroute6.8 doc/rdnssd.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' inst=`echo rltraceroute6 | sed 's&^&&'`; \ cd "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8" && \ for a in tcptraceroute6 tracert6; do \ ln -sf -- "${inst}.8" "$a.8" ; \ done inst=`echo tcpspray | sed 's&^&&'`; \ cd "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1" && \ ln -sf -- "${inst}.1" "tcpspray6.1" inst=`echo addr2name | sed 's&^&&'`; \ cd "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1" && \ ln -sf -- "${inst}.1" "name2addr.1" /bin/bash /nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5/admin/install-sh -d -- /nvmedata/autobuild/instance-25/output-1/target/var/run/rdnssd chown -- nobody /nvmedata/autobuild/instance-25/output-1/target/var/run/rdnssd chown: changing ownership of '/nvmedata/autobuild/instance-25/output-1/target/var/run/rdnssd': Operation not permitted make[4]: [Makefile:1860: install-data-hook] Error 1 (ignored) make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ndisc6-1.0.5' rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/bin/dnssort /nvmedata/autobuild/instance-25/output-1/target/usr/bin/name2addr /nvmedata/autobuild/instance-25/output-1/target/usr/bin/addr2name /nvmedata/autobuild/instance-25/output-1/target/usr/bin/tcpspray /nvmedata/autobuild/instance-25/output-1/target/usr/bin/tcpspray6 /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/ndisc6 /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/rdisc6 /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/rdnssd /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/rltraceroute6 /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/tracert6 rm -rf /nvmedata/autobuild/instance-25/output-1/target/etc/rdnssd /nvmedata/autobuild/instance-25/output-1/target/var/run/rdnssd neon-0.32.2.tar.gz: OK (sha256: 986566468c6295fc5d0fb141a5981e31c9f82ee38e938374abed8471ef2fb286) >>> neon 0.32.2 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/neon/neon-0.32.2.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2 -xf - >>> neon 0.32.2 Patching Applying 0001-Revert-Advertise-TS_SSL-feature-with-OpenSSL-1.1.0.patch using patch: patching file macros/neon.m4 patching file src/ne_openssl.c Applying 0002-configure.ac-fix-autoreconf.patch using patch: patching file configure.ac >>> neon 0.32.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> neon 0.32.2 Configuring >>> neon 0.32.2 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'macros'. libtoolize: copying file 'macros/libtool.m4' libtoolize: copying file 'macros/ltoptions.m4' libtoolize: copying file 'macros/ltsugar.m4' libtoolize: copying file 'macros/ltversion.m4' libtoolize: copying file 'macros/lt~obsolete.m4' libtoolize: Consider adding '-I macros' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:16: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:16: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:16: the top level configure.ac:58: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:58: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... macros/neon.m4:474: NEON_COMMON_CHECKS is expanded from... macros/neon.m4:624: LIBNEON_SOURCE_CHECKS is expanded from... configure.ac:58: the top level configure.ac:70: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:70: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... macros/neon-test.m4:27: NEON_TEST is expanded from... configure.ac:70: the top level >>> neon 0.32.2 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ne_cv_libsfor_bindtextdomain= ac_cv_prog_XML2_CONFIG=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --without-gssapi --disable-rpath --without-zlib --without-ssl --with-expat=no --with-libxml2=yes ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-rpath checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for inline... inline checking for an ANSI C-conforming const... yes checking for size_t... yes checking for off_t... yes checking for uname... Linux checking whether make sets $(MAKE)... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for gcc -Wformat -Werror sanity... yes checking for errno.h... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/uio.h... yes checking size of size_t... 4 checking how to print size_t... u checking size of off_t... 8 checking how to print off_t... lld checking size of ssize_t... 4 checking how to print ssize_t... d checking whether byte ordering is bigendian... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for snprintf... yes checking for vsnprintf... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for sys/time.h... (cached) yes checking for limits.h... yes checking for sys/select.h... yes checking for arpa/inet.h... yes checking for libintl.h... yes checking for signal.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/poll.h... yes checking for sys/limits.h... no checking for fcntl.h... yes checking for iconv.h... yes checking for timezone global... yes configure: LFS support unnecessary, off_t is not 32-bit checking for strtoll... yes checking for strcasecmp... yes checking for signal... yes checking for setvbuf... yes checking for setsockopt... yes checking for stpcpy... yes checking for poll... yes checking for fcntl... yes checking for getsockopt... yes checking for explicit_bzero... no checking for sendmsg... yes checking whether stpcpy is declared... yes checking for library containing socket... none needed checking for library containing getaddrinfo... none needed checking for gai_strerror... yes checking for getnameinfo... yes checking for inet_ntop... yes checking for inet_pton... yes configure: IPv6 support is enabled checking for working AI_ADDRCONFIG... no checking for socklen_t... yes checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... no configure: zlib not enabled checking whether to enable ACL support in neon... yes configure: SSL support is not enabled configure: Thread-safe SSL support is not enabled configure: Thread-safe SSL not supported checking for pkg-config... /nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config checking for libproxy-1.0 pkg-config data... no configure: libproxy support not enabled checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for gawk... gawk checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking size of time_t... 4 checking how to print time_t... ld checking for pid_t... yes checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for powerpc-buildroot-linux-uclibc-ranlib... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for sys/time.h... (cached) yes checking for signal.h... (cached) yes checking for stdint.h... (cached) yes checking for locale.h... yes checking for pipe... yes checking for isatty... yes checking for usleep... yes checking for shutdown... yes checking for setlocale... yes checking for gethostname... yes configure: WebDAV support is enabled checking for pkg-config... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config checking for libxml-2.0 pkg-config data... yes checking for libxml/xmlversion.h... yes checking for libxml/parser.h... yes configure: XML parser used: libxml 2.9.14 configure: Internationalization support not enabled configure: debugging is enabled checking for pkg-config... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config checking if LD -Wl,--version-script works... yes configure: creating ./config.status config.status: creating neon-config config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating neon.pc config.status: creating test/makekeys config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-rpath configure: Configured to build neon 0.32.2: Install prefix: /usr Compiler: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc XML Parser: libxml 2.9.14 SSL library: SSL support is not enabled zlib support: zlib not enabled Build libraries: Shared=yes, Static=yes >>> neon 0.32.2 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_request.c -o ne_request.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_session.c -o ne_session.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_basic.c -o ne_basic.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_string.c -o ne_string.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_uri.c -o ne_uri.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_dates.c -o ne_dates.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_alloc.c -o ne_alloc.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_md5.c -o ne_md5.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_utils.c -o ne_utils.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_socket.c -o ne_socket.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_auth.c -o ne_auth.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_redirect.c -o ne_redirect.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_compress.c -o ne_compress.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_i18n.c -o ne_i18n.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_pkcs11.c -o ne_pkcs11.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_socks.c -o ne_socks.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_ntlm.c -o ne_ntlm.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_207.c -o ne_207.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_xml.c -o ne_xml.lo ne_xml.c: In function 'start_element': ne_xml.c:176:55: warning: passing argument 5 of 'hand->startelm_cb' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 176 | #define PASS_ATTS(atts) (atts ? (const char **)(atts) : empty_atts) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ne_xml.c:330:59: note: in expansion of macro 'PASS_ATTS' 330 | elm->nspace, elm->name, PASS_ATTS(atts)); | ^~~~~~~~~ ne_xml.c:176:55: note: expected 'const char **' but argument is of type 'const char * const*' 176 | #define PASS_ATTS(atts) (atts ? (const char **)(atts) : empty_atts) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ne_xml.c:330:59: note: in expansion of macro 'PASS_ATTS' 330 | elm->nspace, elm->name, PASS_ATTS(atts)); | ^~~~~~~~~ /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_props.c -o ne_props.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_locks.c -o ne_locks.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_xmlreq.c -o ne_xmlreq.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_oldacl.c -o ne_oldacl.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_acl3744.c -o ne_acl3744.lo /bin/bash ../libtool --quiet --mode=compile --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libxml2 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ne_stubssl.c -o ne_stubssl.lo /bin/bash ../libtool --quiet --mode=link --tag=CC /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -no-undefined -rpath /usr/lib -version-info 32:2:5 -Wl,--version-script=../src/neon.vers -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_stubssl.lo -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lxml2 make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' >>> neon 0.32.2 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/libneon.la \ /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.so.27.5.2 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.so.27.5.2 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libneon.so.27.5.2 libneon.so.27 || { rm -f libneon.so.27 && ln -s libneon.so.27.5.2 libneon.so.27; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libneon.so.27.5.2 libneon.so || { rm -f libneon.so && ln -s libneon.so.27.5.2 libneon.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libneon.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_request.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_session.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_utils.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_uri.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_socket.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_basic.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_207.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_props.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_xml.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_dates.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_string.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_defs.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_locks.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_alloc.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_md5.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_i18n.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_redirect.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_auth.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_compress.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_acl.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_ssl.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_xmlreq.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_pkcs11.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon Installing ne_acl3744.h into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/neon /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing neon-config into /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 neon.pc /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/neon.pc /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3 /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 for m in doc/man/*.3; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $m /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3; done for m in doc/man/*.1; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $m /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1; done /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/doc/neon-0.32.2/html for d in doc/html/*.html; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/doc/neon-0.32.2/html; \ done NLS not enabled. make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' >>> neon 0.32.2 Fixing package configuration files >>> neon 0.32.2 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> neon 0.32.2 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2/src' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/lib /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/libneon.la \ /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.so.27.5.2 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.so.27.5.2 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libneon.so.27.5.2 libneon.so.27 || { rm -f libneon.so.27 && ln -s libneon.so.27.5.2 libneon.so.27; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libneon.so.27.5.2 libneon.so || { rm -f libneon.so && ln -s libneon.so.27.5.2 libneon.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/.libs/libneon.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libneon.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_request.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_session.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_utils.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_uri.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_socket.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_basic.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_207.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_props.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_xml.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_dates.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_string.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_defs.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_locks.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_alloc.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_md5.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_i18n.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_redirect.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_auth.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_compress.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_acl.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_ssl.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_xmlreq.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_pkcs11.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon Installing ne_acl3744.h into /nvmedata/autobuild/instance-25/output-1/target/usr/include/neon /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing neon-config into /nvmedata/autobuild/instance-25/output-1/target/usr/bin /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 neon.pc /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig/neon.pc /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3 /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 for m in doc/man/*.3; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $m /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3; done for m in doc/man/*.1; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $m /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1; done /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/neon-0.32.2/html for d in doc/html/*.html; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $d /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/neon-0.32.2/html; \ done NLS not enabled. make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/neon-0.32.2' >>> netplug 1.2.9.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.netplug-1.2.9.2.tar.bz2.TLO5J3/output' 'http://www.red-bean.com/~bos/netplug/netplug-1.2.9.2.tar.bz2' --2022-06-06 23:50:17-- http://www.red-bean.com/~bos/netplug/netplug-1.2.9.2.tar.bz2 Resolving www.red-bean.com (www.red-bean.com)... 45.79.25.59, 2600:3c00::f03c:91ff:fe7e:d702 Connecting to www.red-bean.com (www.red-bean.com)|45.79.25.59|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.red-bean.com/~bos/netplug/netplug-1.2.9.2.tar.bz2 [following] --2022-06-06 23:50:17-- https://www.red-bean.com/~bos/netplug/netplug-1.2.9.2.tar.bz2 Connecting to www.red-bean.com (www.red-bean.com)|45.79.25.59|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 22332 (22K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.netplug-1.2.9.2.tar.bz2.TLO5J3/output' 0K .......... .......... . 100% 1.15M=0.02s 2022-06-06 23:50:17 (1.15 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.netplug-1.2.9.2.tar.bz2.TLO5J3/output' saved [22332/22332] netplug-1.2.9.2.tar.bz2: OK (sha256: 5180dfd9a7d3d0633a027b0a04f01b45a6a64623813cd48bd54423b90814864e) >>> netplug 1.2.9.2 Extracting bzcat /nvmedata/autobuild/instance-25/dl/netplug/netplug-1.2.9.2.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2 -xf - >>> netplug 1.2.9.2 Patching Applying 0001-makefile-flags.patch using patch: patching file Makefile Applying 0002-add-missing-time-include.patch using patch: patching file netplug.h Applying 0003-remove-assert-fail.patch using patch: patching file lib.c >>> netplug 1.2.9.2 Configuring >>> netplug 1.2.9.2 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2 make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' abort: no repository found in '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' (.hg not found)! abort: no repository found in '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' (.hg not found)! /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o config.o config.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o netlink.o netlink.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lib.o lib.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o if_info.o if_info.c if_info.c: In function 'parse_rtattrs': if_info.c:376:25: warning: 'sizeof' on array function parameter 'tb' will return size of 'struct rtattr **' [-Wsizeof-array-argument] 376 | memset(tb, 0, sizeof(tb) * (max + 1)); | ^ if_info.c:374:30: note: declared here 374 | parse_rtattrs(struct rtattr *tb[], int max, struct rtattr *rta, int len) | ~~~~~~~~~~~~~~~^~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o main.o main.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o netplugd -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' config.o netlink.o lib.o if_info.o main.o make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' >>> netplug 1.2.9.2 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target -C /nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2 install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' abort: no repository found in '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' (.hg not found)! abort: no repository found in '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' (.hg not found)! install -d -m 755 \ /nvmedata/autobuild/instance-25/output-1/target//sbin \ /nvmedata/autobuild/instance-25/output-1/target//etc/netplug \ /nvmedata/autobuild/instance-25/output-1/target//etc/netplug.d \ /nvmedata/autobuild/instance-25/output-1/target//etc/rc.d/init.d \ /nvmedata/autobuild/instance-25/output-1/target//usr/share/man/man8 install -m 755 netplugd /nvmedata/autobuild/instance-25/output-1/target//sbin install -m 644 etc/netplugd.conf /nvmedata/autobuild/instance-25/output-1/target//etc/netplug install -m 755 scripts/netplug /nvmedata/autobuild/instance-25/output-1/target//etc/netplug.d install -m 755 scripts/rc.netplugd /nvmedata/autobuild/instance-25/output-1/target//etc/rc.d/init.d/netplugd install -m 444 man/man8/netplugd.8 /nvmedata/autobuild/instance-25/output-1/target//usr/share/man/man8 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netplug-1.2.9.2' /usr/bin/install -m 0755 -D package/netplug/S29netplug /nvmedata/autobuild/instance-25/output-1/target/etc/init.d/S29netplug libpng-1.6.37.tar.xz: OK (md5: 015e8e15db1eecde5f2eb9eb5b6e59e9) libpng-1.6.37.tar.xz: OK (sha1: 3ab93fabbf4c27e1c4724371df408d9a1bd3f656) libpng-1.6.37.tar.xz: OK (sha256: 505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca) >>> host-libpng 1.6.37 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/libpng/libpng-1.6.37.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37 -xf - >>> host-libpng 1.6.37 Patching Applying 0001-Disable-pngfix-and-png-fix-itxt.patch using patch: patching file Makefile.am patching file Makefile.in Hunk #1 succeeded at 104 with fuzz 2. >>> host-libpng 1.6.37 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libpng 1.6.37 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> host-libpng 1.6.37 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking dependency style of /usr/bin/gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking how to print strings... printf checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking how to run the C preprocessor... /usr/bin/cpp checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking that AWK works... ok checking if we need to force back C standard to C89... no checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for C/C++ restrict keyword... __restrict checking for working strtod... yes checking for pow... no checking for pow in -lm... yes checking for clock_gettime... yes checking for zlibVersion in -lz... yes checking for feenableexcept in -lm... yes checking for feenableexcept... yes checking if using Solaris linker... no checking if libraries can be versioned... yes checking for symbol prefix... configure: pkgconfig directory is ${libdir}/pkgconfig configure: Extra options for compiler: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpng.pc config.status: creating libpng-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-libpng 1.6.37 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' rm -f pnglibconf.c pnglibconf.tf[45] gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\ ./pngconf.h ./scripts/pnglibconf.dfa\ ./pngusr.dfa 1>&2 gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2 rm pnglibconf.tf4 mv pnglibconf.tf5 pnglibconf.c rm -f pnglibconf.out pnglibconf.tf[12] test -d scripts || mkdir scripts || test -d scripts /usr/bin/cpp -DHAVE_CONFIG_H -I. \ -I/nvmedata/autobuild/instance-25/output-1/host/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1 gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2 rm -f pnglibconf.tf1 mv pnglibconf.tf2 pnglibconf.out rm -f pnglibconf.h cp pnglibconf.out pnglibconf.h /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' :>pngprefix.h /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o png.lo png.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c png.c -fPIC -DPIC -o .libs/png.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngerror.lo pngerror.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngerror.c -fPIC -DPIC -o .libs/pngerror.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngget.lo pngget.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngget.c -fPIC -DPIC -o .libs/pngget.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngmem.lo pngmem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngmem.c -fPIC -DPIC -o .libs/pngmem.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngpread.lo pngpread.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngpread.c -fPIC -DPIC -o .libs/pngpread.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngread.lo pngread.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngread.c -fPIC -DPIC -o .libs/pngread.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngrio.lo pngrio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngrio.c -fPIC -DPIC -o .libs/pngrio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngrtran.lo pngrtran.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngrtran.c -fPIC -DPIC -o .libs/pngrtran.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngrutil.lo pngrutil.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngrutil.c -fPIC -DPIC -o .libs/pngrutil.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngset.lo pngset.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngset.c -fPIC -DPIC -o .libs/pngset.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngtrans.lo pngtrans.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngtrans.c -fPIC -DPIC -o .libs/pngtrans.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngwio.lo pngwio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngwio.c -fPIC -DPIC -o .libs/pngwio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngwrite.lo pngwrite.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngwrite.c -fPIC -DPIC -o .libs/pngwrite.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngwtran.lo pngwtran.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngwtran.c -fPIC -DPIC -o .libs/pngwtran.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngwutil.lo pngwutil.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c pngwutil.c -fPIC -DPIC -o .libs/pngwutil.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o mips/mips_init.lo mips/mips_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c mips/mips_init.c -fPIC -DPIC -o mips/.libs/mips_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c mips/filter_msa_intrinsics.c -fPIC -DPIC -o mips/.libs/filter_msa_intrinsics.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o intel/intel_init.lo intel/intel_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c intel/intel_init.c -fPIC -DPIC -o intel/.libs/intel_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o intel/filter_sse2_intrinsics.lo intel/filter_sse2_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c intel/filter_sse2_intrinsics.c -fPIC -DPIC -o intel/.libs/filter_sse2_intrinsics.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c powerpc/powerpc_init.c -fPIC -DPIC -o powerpc/.libs/powerpc_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c powerpc/filter_vsx_intrinsics.c -fPIC -DPIC -o powerpc/.libs/filter_vsx_intrinsics.o rm -f scripts/vers.out scripts/vers.tf[12] test -d scripts || mkdir scripts || test -d scripts /usr/bin/cpp -DHAVE_CONFIG_H -I. \ -I/nvmedata/autobuild/instance-25/output-1/host/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/vers.c > scripts/vers.tf1 gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2 rm -f scripts/vers.tf1 mv scripts/vers.tf2 scripts/vers.out rm -f libpng.vers cp scripts/vers.out libpng.vers /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -no-undefined -export-dynamic -version-number 16:37:0 -Wl,--version-script=libpng.vers -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o libpng16.la -rpath /nvmedata/autobuild/instance-25/output-1/host/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo mips/mips_init.lo mips/filter_msa_intrinsics.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo -lm -lz -lm libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o mips/.libs/mips_init.o mips/.libs/filter_msa_intrinsics.o intel/.libs/intel_init.o intel/.libs/filter_sse2_intrinsics.o powerpc/.libs/powerpc_init.o powerpc/.libs/filter_vsx_intrinsics.o -L/nvmedata/autobuild/instance-25/output-1/host/lib -lz -lm -O2 -Wl,--version-script=libpng.vers -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-soname -Wl,libpng16.so.16 -o .libs/libpng16.so.16.37.0 libtool: link: (cd ".libs" && rm -f "libpng16.so.16" && ln -s "libpng16.so.16.37.0" "libpng16.so.16") libtool: link: (cd ".libs" && rm -f "libpng16.so" && ln -s "libpng16.so.16.37.0" "libpng16.so") libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" ) cp libpng-config libpng16-config cp libpng.pc libpng16.pc /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o pngtest.o pngtest.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngtest pngtest.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngtest pngtest.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngunknown contrib/libtests/pngunknown.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c contrib/libtests/pngstest.c: In function 'write_one_file': contrib/libtests/pngstest.c:3215:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 10 and 32 [-Wformat-overflow=] 3215 | sprintf(name, "%s%d.png", tmpf, ++counter); | ^~ contrib/libtests/pngstest.c:3215:21: note: directive argument in the range [-2147483647, 2147483647] 3215 | sprintf(name, "%s%d.png", tmpf, ++counter); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from contrib/libtests/pngstest.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 38 bytes into a destination of size 32 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngstest contrib/libtests/pngstest.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c In file included from /usr/include/signal.h:25, from contrib/libtests/pngvalid.c:26: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngvalid contrib/libtests/pngvalid.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngimage contrib/libtests/pngimage.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o pngcp contrib/tools/pngcp.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib -o timepng contrib/libtests/timepng.o -L/nvmedata/autobuild/instance-25/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' >>> host-libpng 1.6.37 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libpng16.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libpng16.so.16.37.0 /nvmedata/autobuild/instance-25/output-1/host/lib/libpng16.so.16.37.0 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libpng16.so.16.37.0 libpng16.so.16 || { rm -f libpng16.so.16 && ln -s libpng16.so.16.37.0 libpng16.so.16; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libpng16.so.16.37.0 libpng16.so || { rm -f libpng16.so && ln -s libpng16.so.16.37.0 libpng16.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libpng16.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libpng16.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libpng16-config '/nvmedata/autobuild/instance-25/output-1/host/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' + cd /nvmedata/autobuild/instance-25/output-1/host/lib + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.a + test -f libpng16.a + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.dll.a + test -f libpng16.dll.a + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.so + test -f libpng16.so + ln -s libpng16.so libpng.so + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.so.16.37 + test -f libpng16.so.16.37 + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.la + test -f libpng16.la + ln -s libpng16.la libpng.la + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.sl + test -f libpng16.sl + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.dylib + test -f libpng16.dylib + cd /nvmedata/autobuild/instance-25/output-1/host/bin + rm -f libpng-config + ln -s libpng16-config libpng-config make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libpng.3 libpngpf.3 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 png.5 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libpng16' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 pnglibconf.h '/nvmedata/autobuild/instance-25/output-1/host/include/libpng16' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libpng16.pc '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/libpng16' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 png.h pngconf.h '/nvmedata/autobuild/instance-25/output-1/host/include/libpng16' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' + cd /nvmedata/autobuild/instance-25/output-1/host/include + for f in pnglibconf.h png.h pngconf.h + rm -f pnglibconf.h + ln -s libpng16/pnglibconf.h pnglibconf.h + for f in pnglibconf.h png.h pngconf.h + rm -f png.h + ln -s libpng16/png.h png.h + for f in pnglibconf.h png.h pngconf.h + rm -f pngconf.h + ln -s libpng16/pngconf.h pngconf.h + cd /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig + rm -f libpng.pc + ln -s libpng16.pc libpng.pc make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-libpng-1.6.37' >>> host-vim 8.2.5062 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.vim-8.2.5062.tar.gz.s9Wlbf/output' 'https://github.com/vim/vim/archive/v8.2.5062/vim-8.2.5062.tar.gz' --2022-06-06 23:50:47-- https://github.com/vim/vim/archive/v8.2.5062/vim-8.2.5062.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/vim/vim/tar.gz/refs/tags/v8.2.5062 [following] --2022-06-06 23:50:48-- https://codeload.github.com/vim/vim/tar.gz/refs/tags/v8.2.5062 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.vim-8.2.5062.tar.gz.s9Wlbf/output' 0K .......... .......... .......... .......... .......... 485K 50K .......... .......... .......... .......... .......... 973K 100K .......... .......... .......... .......... .......... 946K 150K .......... .......... .......... .......... .......... 72.8M 200K .......... .......... .......... .......... .......... 74.6M 250K .......... .......... .......... .......... .......... 496K 300K .......... .......... .......... .......... .......... 94.9M 350K .......... .......... .......... .......... .......... 131M 400K .......... .......... .......... .......... .......... 133M 450K .......... .......... .......... .......... .......... 99.1M 500K .......... .......... .......... .......... .......... 156M 550K .......... .......... .......... .......... .......... 141M 600K .......... .......... .......... .......... .......... 178M 650K .......... .......... .......... .......... .......... 956K 700K .......... .......... .......... .......... .......... 176M 750K .......... .......... .......... .......... .......... 152M 800K .......... .......... .......... .......... .......... 187M 850K .......... .......... .......... .......... .......... 1.04M 900K .......... .......... .......... .......... .......... 51.8M 950K .......... .......... .......... .......... .......... 19.5M 1000K .......... .......... .......... .......... .......... 14.2M 1050K .......... .......... .......... .......... .......... 1.10M 1100K .......... .......... .......... .......... .......... 148M 1150K .......... .......... .......... .......... .......... 13.3M 1200K .......... .......... .......... .......... .......... 170M 1250K .......... .......... .......... .......... .......... 1.04M 1300K .......... .......... .......... .......... .......... 49.2M 1350K .......... .......... .......... .......... .......... 16.0M 1400K .......... .......... .......... .......... .......... 144M 1450K .......... .......... .......... .......... .......... 1.02M 1500K .......... .......... .......... .......... .......... 163M 1550K .......... .......... .......... .......... .......... 77.2M 1600K .......... .......... .......... .......... .......... 6.38M 1650K .......... .......... .......... .......... .......... 77.0M 1700K .......... .......... .......... .......... .......... 1.17M 1750K .......... .......... .......... .......... .......... 72.4M 1800K .......... .......... .......... .......... .......... 14.0M 1850K .......... .......... .......... .......... .......... 10.4M 1900K .......... .......... .......... .......... .......... 1.16M 1950K .......... .......... .......... .......... .......... 82.2M 2000K .......... .......... .......... .......... .......... 9.07M 2050K .......... .......... .......... .......... .......... 11.0M 2100K .......... .......... .......... .......... .......... 1.19M 2150K .......... .......... .......... .......... .......... 93.0M 2200K .......... .......... .......... .......... .......... 8.52M 2250K .......... .......... .......... .......... .......... 15.8M 2300K .......... .......... .......... .......... .......... 1.19M 2350K .......... .......... .......... .......... .......... 38.6M 2400K .......... .......... .......... .......... .......... 14.2M 2450K .......... .......... .......... .......... .......... 17.0M 2500K .......... .......... .......... .......... .......... 8.49M 2550K .......... .......... .......... .......... .......... 1.24M 2600K .......... .......... .......... .......... .......... 54.5M 2650K .......... .......... .......... .......... .......... 9.15M 2700K .......... .......... .......... .......... .......... 7.49M 2750K .......... .......... .......... .......... .......... 1.24M 2800K .......... .......... .......... .......... .......... 156M 2850K .......... .......... .......... .......... .......... 9.12M 2900K .......... .......... .......... .......... .......... 32.4M 2950K .......... .......... .......... .......... .......... 8.58M 3000K .......... .......... .......... .......... .......... 1.24M 3050K .......... .......... .......... .......... .......... 178M 3100K .......... .......... .......... .......... .......... 9.48M 3150K .......... .......... .......... .......... .......... 7.31M 3200K .......... .......... .......... .......... .......... 1.24M 3250K .......... .......... .......... .......... .......... 132M 3300K .......... .......... .......... .......... .......... 7.03M 3350K .......... .......... .......... .......... .......... 178M 3400K .......... .......... .......... .......... .......... 10.4M 3450K .......... .......... .......... .......... .......... 1.25M 3500K .......... .......... .......... .......... .......... 67.1M 3550K .......... .......... .......... .......... .......... 7.20M 3600K .......... .......... .......... .......... .......... 10.9M 3650K .......... .......... .......... .......... .......... 1.24M 3700K .......... .......... .......... .......... .......... 119M 3750K .......... .......... .......... .......... .......... 180M 3800K .......... .......... .......... .......... .......... 6.41M 3850K .......... .......... .......... .......... .......... 8.20M 3900K .......... .......... .......... .......... .......... 1.29M 3950K .......... .......... .......... .......... .......... 132M 4000K .......... .......... .......... .......... .......... 6.20M 4050K .......... .......... .......... .......... .......... 12.6M 4100K .......... .......... .......... .......... .......... 26.2M 4150K .......... .......... .......... .......... .......... 1.28M 4200K .......... .......... .......... .......... .......... 101M 4250K .......... .......... .......... .......... .......... 6.53M 4300K .......... .......... .......... .......... .......... 9.48M 4350K .......... .......... .......... .......... .......... 1.28M 4400K .......... .......... .......... .......... .......... 92.8M 4450K .......... .......... .......... .......... .......... 104M 4500K .......... .......... .......... .......... .......... 6.71M 4550K .......... .......... .......... .......... .......... 8.69M 4600K .......... .......... .......... .......... .......... 1.29M 4650K .......... .......... .......... .......... .......... 87.2M 4700K .......... .......... .......... .......... .......... 6.57M 4750K .......... .......... .......... .......... .......... 133M 4800K .......... .......... .......... .......... .......... 8.84M 4850K .......... .......... .......... .......... .......... 1.29M 4900K .......... .......... .......... .......... .......... 84.5M 4950K .......... .......... .......... .......... .......... 7.18M 5000K .......... .......... .......... .......... .......... 69.6M 5050K .......... .......... .......... .......... .......... 1.21M 5100K .......... .......... .......... .......... .......... 15.4M 5150K .......... .......... .......... .......... .......... 87.1M 5200K .......... .......... .......... .......... .......... 5.04M 5250K .......... .......... .......... .......... .......... 12.4M 5300K .......... .......... .......... .......... .......... 163M 5350K .......... .......... .......... .......... .......... 1.31M 5400K .......... .......... .......... .......... .......... 166M 5450K .......... .......... .......... .......... .......... 4.90M 5500K .......... .......... .......... .......... .......... 12.1M 5550K .......... .......... .......... .......... .......... 1.30M 5600K .......... .......... .......... .......... .......... 135M 5650K .......... .......... .......... .......... .......... 157M 5700K .......... .......... .......... .......... .......... 4.88M 5750K .......... .......... .......... .......... .......... 14.2M 5800K .......... .......... .......... .......... .......... 1.49M 5850K .......... .......... .......... .......... .......... 6.71M 5900K .......... .......... .......... .......... .......... 148M 5950K .......... .......... .......... .......... .......... 6.53M 6000K .......... .......... .......... .......... .......... 12.0M 6050K .......... .......... .......... .......... .......... 1.21M 6100K .......... .......... .......... .......... .......... 171M 6150K .......... .......... .......... .......... .......... 173M 6200K .......... .......... .......... .......... .......... 7.08M 6250K .......... .......... .......... .......... .......... 12.4M 6300K .......... .......... .......... .......... .......... 1.22M 6350K .......... .......... .......... .......... .......... 95.3M 6400K .......... .......... .......... .......... .......... 116M 6450K .......... .......... .......... .......... .......... 7.31M 6500K .......... .......... .......... .......... .......... 10.4M 6550K .......... .......... .......... .......... .......... 1.24M 6600K .......... .......... .......... .......... .......... 145M 6650K .......... .......... .......... .......... .......... 15.0M 6700K .......... .......... .......... .......... .......... 11.4M 6750K .......... .......... .......... .......... .......... 10.3M 6800K .......... .......... .......... .......... .......... 1.21M 6850K .......... .......... .......... .......... .......... 146M 6900K .......... .......... .......... .......... .......... 174M 6950K .......... .......... .......... .......... .......... 7.53M 7000K .......... .......... .......... .......... .......... 11.3M 7050K .......... .......... .......... .......... .......... 1.18M 7100K .......... .......... .......... .......... .......... 143M 7150K .......... .......... .......... .......... .......... 186M 7200K .......... .......... .......... .......... .......... 8.99M 7250K .......... .......... .......... .......... .......... 9.92M 7300K .......... .......... .......... .......... .......... 1.57M 7350K .......... .......... .......... .......... .......... 4.53M 7400K .......... .......... .......... .......... .......... 146M 7450K .......... .......... .......... .......... .......... 11.8M 7500K .......... .......... .......... .......... .......... 9.07M 7550K .......... .......... .......... .......... .......... 1.65M 7600K .......... .......... .......... .......... .......... 3.34M 7650K .......... .......... .......... .......... .......... 165M 7700K .......... .......... .......... .......... .......... 16.1M 7750K .......... .......... .......... .......... .......... 12.8M 7800K .......... .......... .......... .......... .......... 1.58M 7850K .......... .......... .......... .......... .......... 3.60M 7900K .......... .......... .......... .......... .......... 157M 7950K .......... .......... .......... .......... .......... 10.9M 8000K .......... .......... .......... .......... .......... 28.2M 8050K .......... .......... .......... .......... .......... 47.3M 8100K .......... .......... .......... .......... .......... 1.08M 8150K .......... .......... .......... .......... .......... 124M 8200K .......... .......... .......... .......... .......... 163M 8250K .......... .......... .......... .......... .......... 8.30M 8300K .......... .......... .......... .......... .......... 130M 8350K .......... .......... .......... .......... .......... 1.08M 8400K .......... .......... .......... .......... .......... 162M 8450K .......... .......... .......... .......... .......... 176M 8500K .......... .......... .......... .......... .......... 14.3M 8550K .......... .......... .......... .......... .......... 11.7M 8600K .......... .......... .......... .......... .......... 1.13M 8650K .......... .......... .......... .......... .......... 126M 8700K .......... .......... .......... .......... .......... 165M 8750K .......... .......... .......... .......... .......... 13.4M 8800K .......... .......... .......... .......... .......... 14.8M 8850K .......... .......... .......... .......... .......... 93.0M 8900K .......... .......... .......... .......... .......... 1.11M 8950K .......... .......... .......... .......... .......... 124M 9000K .......... .......... .......... .......... .......... 32.7M 9050K .......... .......... .......... .......... .......... 9.80M 9100K .......... .......... .......... .......... .......... 71.3M 9150K .......... .......... .......... .......... .......... 1.11M 9200K .......... .......... .......... .......... .......... 93.1M 9250K .......... .......... .......... .......... .......... 115M 9300K .......... .......... .......... .......... .......... 8.56M 9350K .......... .......... .......... .......... .......... 83.2M 9400K .......... .......... .......... .......... .......... 1.09M 9450K .......... .......... .......... .......... .......... 176M 9500K .......... .......... .......... .......... .......... 102M 9550K .......... .......... .......... .......... .......... 11.0M 9600K .......... .......... .......... .......... .......... 31.0M 9650K .......... .......... .......... .......... .......... 1.26M 9700K .......... .......... .......... .......... .......... 7.62M 9750K .......... .......... .......... .......... .......... 153M 9800K .......... .......... .......... .......... .......... 15.0M 9850K .......... .......... .......... .......... .......... 19.3M 9900K .......... .......... .......... .......... .......... 114M 9950K .......... .......... .......... .......... .......... 1.10M 10000K .......... .......... .......... .......... .......... 63.9M 10050K .......... .......... .......... .......... .......... 120M 10100K .......... .......... .......... .......... .......... 8.12M 10150K .......... .......... .......... .......... .......... 135M 10200K .......... .......... .......... .......... .......... 1.11M 10250K .......... .......... .......... .......... .......... 169M 10300K .......... .......... .......... .......... .......... 26.7M 10350K .......... .......... .......... .......... .......... 25.5M 10400K .......... .......... .......... .......... .......... 15.8M 10450K .......... .......... .......... .......... .......... 1.10M 10500K .......... .......... .......... .......... .......... 129M 10550K .......... .......... .......... .......... .......... 29.8M 10600K .......... .......... .......... .......... .......... 10.5M 10650K .......... .......... .......... .......... .......... 113M 10700K .......... .......... .......... .......... .......... 14.9M 10750K .......... .......... .......... .......... .......... 1.17M 10800K .......... .......... .......... .......... .......... 139M 10850K .......... .......... .......... .......... .......... 47.4M 10900K .......... .......... .......... .......... .......... 10.6M 10950K .......... .......... .......... .......... .......... 15.3M 11000K .......... .......... .......... .......... .......... 1.17M 11050K .......... .......... .......... .......... .......... 89.7M 11100K .......... .......... .......... .......... .......... 29.6M 11150K .......... .......... .......... .......... .......... 11.1M 11200K .......... .......... .......... .......... .......... 66.8M 11250K .......... .......... .......... .......... .......... 1.13M 11300K .......... .......... .......... .......... .......... 29.1M 11350K .......... .......... .......... .......... .......... 153M 11400K .......... .......... .......... .......... .......... 23.3M 11450K .......... .......... .......... .......... .......... 12.4M 11500K .......... .......... .......... .......... .......... 20.3M 11550K .......... .......... .......... .......... .......... 1.14M 11600K .......... .......... .......... .......... .......... 167M 11650K .......... .......... .......... .......... .......... 41.6M 11700K .......... .......... .......... .......... .......... 9.88M 11750K .......... .......... .......... .......... .......... 96.2M 11800K .......... .......... .......... .......... .......... 1.14M 11850K .......... .......... .......... .......... .......... 20.1M 11900K .......... .......... .......... .......... .......... 161M 11950K .......... .......... .......... .......... .......... 49.1M 12000K .......... .......... .......... .......... .......... 10.7M 12050K .......... .......... .......... .......... .......... 1.80M 12100K .......... .......... .......... .......... .......... 2.23M 12150K .......... .......... .......... .......... .......... 166M 12200K .......... .......... .......... .......... .......... 163M 12250K .......... .......... .......... .......... .......... 31.7M 12300K .......... .......... .......... .......... .......... 78.1M 12350K .......... .......... .......... .......... .......... 1.14M 12400K .......... .......... .......... .......... .......... 7.50M 12450K .......... .......... .......... .......... .......... 142M 12500K .......... .......... .......... .......... .......... 953K 12550K .......... .......... .......... .......... .......... 138M 12600K .......... .......... .......... .......... .......... 145M 12650K .......... .......... .......... .......... .......... 170M 12700K .......... .......... .......... .......... .......... 163M 12750K .......... .......... .......... .......... .......... 162M 12800K .......... .......... .......... .......... .......... 1.11M 12850K .......... .......... .......... .......... .......... 7.97M 12900K .......... .......... .......... .......... .......... 71.4M 12950K .......... .......... .......... .......... .......... 848K 13000K .......... .......... .......... .......... .......... 129M 13050K .......... .......... .......... .......... .......... 183M 13100K .......... .......... .......... .......... .......... 186M 13150K .......... .......... .......... .......... .......... 183M 13200K .......... .......... .......... .......... .......... 1.10M 13250K .......... .......... .......... .......... .......... 159M 13300K .......... .......... .......... .......... .......... 1.12M 13350K .......... .......... .......... .......... .......... 6.31M 13400K .......... .......... .......... .......... .......... 70.8M 13450K .......... .......... .......... .......... .......... 988K 13500K .......... .......... .......... .......... .......... 127M 13550K .......... .......... .......... .......... .......... 8.95M 13600K .......... .......... .......... .......... .......... 1.07M 13650K .......... .......... .......... .......... .......... 115M 13700K .......... .......... .......... .......... .......... 8.92M 13750K .......... .......... .......... .......... .......... 1.05M 13800K .......... .......... .......... .......... .......... 158M 13850K .......... .......... .......... .......... .......... 1.83M 13900K .......... .......... .......... .......... .......... 1.97M 13950K .......... .......... .......... .......... .......... 94.4M 14000K .......... .......... .......... .......... .......... 1.12M 14050K .......... .......... .......... .......... .......... 5.78M 14100K .......... .......... .......... .......... .......... 174M 14150K .......... .......... .......... .......... .......... 1.13M 14200K .......... .......... .......... .......... .......... 5.72M 14250K .......... .......... .......... .......... .......... 164M 14300K .......... .......... .......... .......... .......... 1.14M 14350K .......... .......... .......... .......... .......... 5.53M 14400K .......... .......... .......... .......... .......... 137M 14450K .......... .......... .......... .......... .......... 981K 14500K .......... .......... .......... .......... .......... 95.8M 14550K .......... .......... .......... .......... .......... 122M 14600K .......... .......... .......... .......... .......... 985K 14650K .......... .......... .......... .......... .......... 155M 14700K .......... .......... .......... .......... .......... 1.95M 14750K .......... .......... .......... .......... .......... 1.88M 14800K .......... .......... .......... .......... .......... 59.7M 14850K .......... .......... .......... .......... .......... 29.5M 14900K .......... .......... .......... .......... .......... 986K 14950K .......... .......... .......... .......... .......... 156M 15000K .......... .......... .......... .......... .......... 154M 15050K .......... .......... .......... .......... .......... 984K 15100K .......... .......... .......... .......... .......... 111M 15150K .......... .......... .......... .......... .......... 2.08M 15200K .......... .......... .......... .......... .......... 1.74M 15250K .......... .......... .......... .......... .......... 116M 15300K .......... .......... .......... .......... .......... 136M 15350K .......... .......... .......... .......... .......... 974K 15400K .......... .......... .......... .......... .......... 81.7M 15450K .......... .......... .......... .......... .......... 179M 15500K .......... .......... .......... .......... .......... 980K 15550K .......... .......... .......... .......... .......... 112M 15600K .......... .......... .......... .......... .......... 25.7M 15650K .......... .......... .......... .......... .......... 1.00M 15700K .......... .......... .......... .......... .......... 80.8M 15750K .......... .......... .......... .......... .......... 135M 15800K .......... .......... .......... .......... .......... 1.09M 15850K .......... .......... .......... .......... .......... 7.47M 15900K .......... .......... .......... .......... .......... 88.6M 15950K .......... .......... .......... .......... .......... 944K 16000K .......... .......... .......... .......... .......... 134M 16050K .......... .......... .......... .......... .......... 160M 16100K .......... . 229M=4.1s 2022-06-06 23:50:52 (3.88 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.vim-8.2.5062.tar.gz.s9Wlbf/output' saved [16498639] vim-8.2.5062.tar.gz: OK (sha256: 3052bc702cfb49571dbcf9824827ae6032c37c7bf1a2aa0d3f7cc18c8f085dfb) >>> host-vim 8.2.5062 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/vim/vim-8.2.5062.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062 -xf - >>> host-vim 8.2.5062 Patching >>> host-vim 8.2.5062 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-vim 8.2.5062 Patching libtool >>> host-vim 8.2.5062 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --with-tlib=ncurses --enable-gui=no --without-x --disable-acl --disable-gpm --disable-selinux ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-dependency-tracking configure: creating cache auto/config.cache checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for /usr/bin/gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for library containing strerror... none required checking for gawk... gawk checking for strip... strip checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unsigned long long int... yes checking for long long int... yes checking if the compiler supports trailing commas... yes checking if the compiler supports C++ comments... yes checking --enable-fail-if-missing argument... no checking for clang version... N/A checking for buggy tools... checking uname... Linux checking uname -r... 5.13.0-44-generic checking uname -m... x86_64 checking for Haiku... no checking for QNX... no checking for Darwin (Mac OS X)... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking AvailabilityMacros.h usability... no checking AvailabilityMacros.h presence... no checking for AvailabilityMacros.h... no checking --with-local-dir argument... Defaulting to /usr/local checking --with-vim-name argument... Defaulting to vim checking --with-ex-name argument... Defaulting to ex checking --with-view-name argument... Defaulting to view checking --with-global-runtime argument... no checking --with-modified-by argument... no checking if character set is EBCDIC... no checking --disable-smack argument... no checking linux/xattr.h usability... yes checking linux/xattr.h presence... yes checking for linux/xattr.h... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking --disable-selinux argument... yes checking --with-features argument... Defaulting to huge checking --with-compiledby argument... no checking --disable-xsmp argument... no checking --disable-xsmp-interact argument... no checking diff feature... enabled checking --enable-luainterp argument... no checking --enable-mzschemeinterp argument... no checking --enable-perlinterp argument... no checking --enable-pythoninterp argument... no checking --enable-python3interp argument... no checking --enable-tclinterp argument... no checking --enable-rubyinterp argument... no checking --enable-cscope argument... no checking --disable-netbeans argument... no checking --disable-channel argument... no checking for socket in -lsocket... no checking whether compiling with IPv6 networking is possible... yes checking for inet_ntop... yes checking --enable-terminal argument... defaulting to yes checking --enable-autoservername argument... no checking --enable-multibyte argument... yes checking --disable-rightleft argument... no checking --disable-arabic argument... no checking --enable-xim argument... defaulting to auto checking --enable-fontset argument... no defaulting to: don't HAVE_X11 checking --enable-gui argument... no GUI support checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for /proc link to executable... /proc/self/exe checking for CYGWIN or MSYS environment... no checking whether toupper is broken... no checking whether __DATE__ and __TIME__ work... yes checking whether __attribute__((unused)) is allowed... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking for main in -lelf... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for inttypes.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for unistd.h... (cached) yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/ptms.h usability... no checking sys/ptms.h presence... no checking for sys/ptms.h... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking util/debug.h usability... no checking util/debug.h presence... no checking for util/debug.h... no checking util/msg18n.h usability... no checking util/msg18n.h presence... no checking for util/msg18n.h... no checking frame.h usability... no checking frame.h presence... no checking for frame.h... no checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking sys/access.h usability... no checking sys/access.h presence... no checking for sys/access.h... no checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for sys/ptem.h... no checking for sys/sysctl.h... yes checking for pthread_np.h... no checking for strings.h... (cached) yes checking if strings.h can be included after string.h... yes checking whether /usr/bin/gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for uint32_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ino_t... yes checking for dev_t... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for rlim_t... yes checking for stack_t... yes checking whether stack_t has an ss_base field... no checking --with-tlib argument... ncurses checking for linking with ncurses library... OK checking for tgetent()... yes checking whether we talk terminfo... yes checking what tgetent() returns for an unknown terminal... zero checking whether termcap.h contains ospeed... yes checking whether termcap.h contains UP, BC and PC... yes checking whether tputs() uses outfuntype... no checking whether del_curterm() can be used... yes checking whether sys/select.h and sys/time.h may both be included... yes checking for /dev/ptc... no checking for SVR4 ptys... yes checking for ptyranges... don't know checking for struct sigcontext... yes checking getcwd implementation is broken... no checking for fchdir... yes checking for fchown... yes checking for fchmod... yes checking for fsync... yes checking for getcwd... yes checking for getpseudotty... no checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for getrlimit... yes checking for gettimeofday... yes checking for localtime_r... yes checking for lstat... yes checking for memset... yes checking for mkdtemp... yes checking for nanosleep... yes checking for opendir... yes checking for putenv... yes checking for qsort... yes checking for readlink... yes checking for select... yes checking for setenv... yes checking for getpgid... yes checking for setpgid... yes checking for setsid... yes checking for sigaltstack... yes checking for sigstack... yes checking for sigset... yes checking for sigsetjmp... no checking for sigaction... yes checking for sigprocmask... yes checking for sigvec... no checking for strcasecmp... yes checking for strcoll... yes checking for strerror... yes checking for strftime... yes checking for stricmp... no checking for strncasecmp... yes checking for strnicmp... no checking for strpbrk... yes checking for strptime... yes checking for strtol... yes checking for tgetent... yes checking for towlower... yes checking for towupper... yes checking for iswupper... yes checking for tzset... yes checking for usleep... yes checking for utime... yes checking for utimes... yes checking for mblen... yes checking for ftruncate... yes checking for unsetenv... yes checking for posix_openpt... yes checking for sys/select.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking --enable-canberra argument... Defaulting to yes checking for libcanberra... no; try installing libcanberra-dev checking --enable-libsodium argument... Defaulting to yes checking for libsodium... yes checking for st_blksize... yes checking for timer_create... no checking whether stat() ignores a trailing slash... no checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking for iconv_open()... yes checking for nl_langinfo(CODESET)... yes checking for strtod in -lm... yes checking for strtod() and other floating point functions... yes checking for isinf()... yes checking for isnan()... yes checking --disable-acl argument... yes checking --enable-gpm argument... no checking --disable-sysmouse argument... no checking for sysmouse... no checking for FD_CLOEXEC... yes checking for rename... yes checking for dirfd... yes checking for flock... yes checking for sysctl... not usable checking for sysinfo... yes checking for sysinfo.mem_unit... yes checking for sysinfo.uptime... yes checking for sysconf... yes checking for _SC_SIGSTKSZ via sysconf()... not usable checking size of int... 4 checking size of long... 8 checking size of time_t... 8 checking size of off_t... 8 checking uint32_t is 32 bits... ok checking whether memmove handles overlaps... yes checking for _xpg4_setrunelocale in -lxpg4... no checking how to create tags... ctags checking how to run man with a section nr... man -s checking --disable-nls argument... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen()... no checking for dlopen() in -ldl... yes checking for dlsym()... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for GCC 3 or later... yes checking whether we need -D_FORTIFY_SOURCE=1... yes checking whether we need to force -D_FILE_OFFSET_BITS=64... no checking linker --as-needed support... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-dependency-tracking >>> host-vim 8.2.5062 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src' /bin/sh install-sh -c -d objects touch objects/.dirstamp CC="/usr/bin/gcc -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include " srcdir=. sh ./osdef.sh /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/alloc.o alloc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arabic.o arabic.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arglist.o arglist.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/autocmd.o autocmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/beval.o beval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/change.o change.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blob.o blob.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cindent.o cindent.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clientserver.o clientserver.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clipboard.o clipboard.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdexpand.o cmdexpand.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdhist.o cmdhist.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt.o crypt.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt_zip.o crypt_zip.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/debugger.o debugger.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/dict.o dict.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawline.o drawline.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawscreen.o drawscreen.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalbuffer.o evalbuffer.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalfunc.o evalfunc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalvars.o evalvars.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalwindow.o evalwindow.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/filepath.o filepath.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/findfile.o findfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/float.o float.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui_xim.o gui_xim.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/help.o help.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/highlight.o highlight.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/indent.o indent.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/insexpand.o insexpand.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/list.o list.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/locale.o locale.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/map.o map.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/match.o match.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mouse.o mouse.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/optionstr.o optionstr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c creating auto/pathdef.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmenu.o popupmenu.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupwin.o popupwin.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/profiler.o profiler.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/register.o register.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/scriptfile.o scriptfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/session.o session.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sign.o sign.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sound.o sound.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellfile.o spellfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellsuggest.o spellsuggest.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/strings.o strings.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/terminal.o terminal.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/testing.o testing.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textformat.o textformat.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textobject.o textobject.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textprop.o textprop.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/time.o time.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/typval.o typval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/usercmd.o usercmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/userfunc.o userfunc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9cmds.o vim9cmds.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9compile.o vim9compile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9execute.o vim9execute.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9expr.o vim9expr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9instr.o vim9instr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9script.o vim9script.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9type.o vim9type.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/viminfo.o viminfo.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/bufwrite.o bufwrite.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_encoding.o libvterm/src/encoding.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_keyboard.o libvterm/src/keyboard.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_mouse.o libvterm/src/mouse.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_parser.o libvterm/src/parser.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_pen.o libvterm/src/pen.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_screen.o libvterm/src/screen.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_state.o libvterm/src/state.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_unicode.o libvterm/src/unicode.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_vterm.o libvterm/src/vterm.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/job.o job.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xdiffi.o xdiff/xdiffi.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xemit.o xdiff/xemit.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xprepare.o xdiff/xprepare.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xutils.o xdiff/xutils.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xhistogram.o xdiff/xhistogram.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xpatience.o xdiff/xpatience.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json.o json.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. /usr/bin/gcc -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -L/usr/local/lib -Wl,--as-needed -o vim objects/alloc.o objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/clientserver.o objects/clipboard.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/float.o objects/fold.o objects/getchar.o objects/gui_xim.o objects/hardcopy.o objects/hashtab.o objects/help.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/locale.o objects/map.o objects/mark.o objects/match.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/strings.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textformat.o objects/textobject.o objects/textprop.o objects/time.o objects/typval.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9cmds.o objects/vim9compile.o objects/vim9execute.o objects/vim9expr.o objects/vim9instr.o objects/vim9script.o objects/vim9type.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/job.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/main.o objects/memfile.o objects/message.o -lm -lelf -lncurses -lsodium -ldl link.sh: Linked fine cd xxd; CC="/usr/bin/gcc" CFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -L/usr/local/lib -Wl,--as-needed" \ /usr/bin/make -f Makefile make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src/xxd' /usr/bin/gcc -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -L/usr/local/lib -Wl,--as-needed -DUNIX -o xxd xxd.c make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src/xxd' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src' >>> host-vim 8.2.5062 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src' if test -f /nvmedata/autobuild/instance-25/output-1/host/bin/vim; then \ mv -f /nvmedata/autobuild/instance-25/output-1/host/bin/vim /nvmedata/autobuild/instance-25/output-1/host/bin/vim.rm; \ rm -f /nvmedata/autobuild/instance-25/output-1/host/bin/vim.rm; \ fi cp vim /nvmedata/autobuild/instance-25/output-1/host/bin strip /nvmedata/autobuild/instance-25/output-1/host/bin/vim chmod 755 /nvmedata/autobuild/instance-25/output-1/host/bin/vim cp vimtutor /nvmedata/autobuild/instance-25/output-1/host/bin/vimtutor chmod 755 /nvmedata/autobuild/instance-25/output-1/host/bin/vimtutor /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/print chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/print /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/colors chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/colors /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/syntax chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/syntax /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/dist chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/dist /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/xml chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/xml /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import/dist chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import/dist /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/plugin chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/plugin /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tutor chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tutor /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/compiler chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/compiler /bin/sh ./installman.sh install /nvmedata/autobuild/instance-25/output-1/host/share/man/man1 "" /nvmedata/autobuild/instance-25/output-1/host/share/vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 /nvmedata/autobuild/instance-25/output-1/host/share/vim ../runtime/doc 644 vim vimdiff evim installing /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/vim.1 installing /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/vimtutor.1 installing /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/vimdiff.1 installing /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/evim.1 cd ../runtime/doc; if test -z "" -a -f tags; then \ mv -f tags tags.dist; fi generating help tags make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/runtime/doc' help tags updated make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/runtime/doc' cd ../runtime/doc; \ files=`ls *.txt tags`; \ files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ cp $files /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc; \ cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc; \ chmod 644 $files cp ../runtime/doc/*.pl /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/doc/*.pl cd ../runtime/doc; if test -f tags.dist; then mv -f tags.dist tags; fi cp ../runtime/menu.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/menu.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/menu.vim cp ../runtime/synmenu.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/synmenu.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/synmenu.vim cp ../runtime/delmenu.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/delmenu.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/delmenu.vim cp ../runtime/defaults.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/defaults.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/defaults.vim cp ../runtime/evim.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/evim.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/evim.vim cp ../runtime/mswin.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/mswin.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/mswin.vim cp ../runtime/bugreport.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/bugreport.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/bugreport.vim cp ../runtime/vimrc_example.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/vimrc_example.vim cp ../runtime/gvimrc_example.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/gvimrc_example.vim cp ../runtime/filetype.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/filetype.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/filetype.vim cp ../runtime/ftoff.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftoff.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftoff.vim cp ../runtime/scripts.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/scripts.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/scripts.vim cp ../runtime/ftplugin.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin.vim cp ../runtime/ftplugof.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugof.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugof.vim cp ../runtime/indent.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent.vim cp ../runtime/indoff.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indoff.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indoff.vim cp ../runtime/optwin.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/optwin.vim chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/optwin.vim cd ../runtime/print; cp *.ps /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/print cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/print; chmod 644 *.ps cd ../runtime/colors; cp -r *.vim lists tools README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/colors cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/colors; chmod 755 lists tools cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/colors; chmod 644 *.vim README.txt lists/*.vim tools/*.vim cd ../runtime/syntax; cp *.vim README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/syntax cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/syntax; chmod 644 *.vim README.txt cd ../runtime/indent; cp *.vim README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/indent; chmod 644 *.vim README.txt cd ../runtime/autoload; cp *.vim README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload; chmod 644 *.vim README.txt cd ../runtime/autoload/dist; cp *.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/dist cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/dist; chmod 644 *.vim cd ../runtime/autoload/xml; cp *.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/xml cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/autoload/xml; chmod 644 *.vim cd ../runtime/import/dist; cp *.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import/dist cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/import/dist; chmod 644 *.vim cd ../runtime/plugin; cp *.vim README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/plugin cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/plugin; chmod 644 *.vim README.txt cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/ftplugin; chmod 644 *.vim README.txt logtalk.dict cd ../runtime/compiler; cp *.vim README.txt /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/compiler cd /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/compiler; chmod 644 *.vim README.txt /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros cp -r ../runtime/macros/* /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros chmod 755 `find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros -type d -print` chmod 644 `find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros -type f -print` chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros/less.sh cvs=`find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/pack chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/pack cp -r ../runtime/pack/* /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/pack chmod 755 `find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/pack -type d -print` chmod 644 `find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/pack -type f -print` cp ../runtime/tutor/README* ../runtime/tutor/tutor* /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tutor rm -f /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tutor/*.info chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tutor/* if test -f ../runtime/spell/en.latin1.spl; then \ cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell; \ chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell/*.spl /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell/*.sug /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/spell/*.vim; \ fi cd /nvmedata/autobuild/instance-25/output-1/host/bin; ln -s vim ex cd /nvmedata/autobuild/instance-25/output-1/host/bin; ln -s vim view cd /nvmedata/autobuild/instance-25/output-1/host/bin; ln -s vim rvim cd /nvmedata/autobuild/instance-25/output-1/host/bin; ln -s vim rview cd /nvmedata/autobuild/instance-25/output-1/host/bin; ln -s vim vimdiff /bin/sh ./installml.sh install "" \ /nvmedata/autobuild/instance-25/output-1/host/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/ex.1 creating link /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/view.1 creating link /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/rvim.1 creating link /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/rview.1 /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools chmod 755 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools if test -f /nvmedata/autobuild/instance-25/output-1/host/bin/xxd; then \ mv -f /nvmedata/autobuild/instance-25/output-1/host/bin/xxd /nvmedata/autobuild/instance-25/output-1/host/bin/xxd.rm; \ rm -f /nvmedata/autobuild/instance-25/output-1/host/bin/xxd.rm; \ fi cp xxd/xxd /nvmedata/autobuild/instance-25/output-1/host/bin strip /nvmedata/autobuild/instance-25/output-1/host/bin/xxd chmod 755 /nvmedata/autobuild/instance-25/output-1/host/bin/xxd /bin/sh ./installman.sh xxd /nvmedata/autobuild/instance-25/output-1/host/share/man/man1 "" /nvmedata/autobuild/instance-25/output-1/host/share/vim /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82 /nvmedata/autobuild/instance-25/output-1/host/share/vim ../runtime/doc 644 vim vimdiff evim installing /nvmedata/autobuild/instance-25/output-1/host/share/man/man1/xxd.1 cp -r ../runtime/tools/* /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools cvs=`find /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools \( -name CVS -o -name AAPDIR \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi chmod 644 /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/* perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/efm_perl.pl awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/mve.awk; fi; fi chmod 755 `grep -l "^#!" /nvmedata/autobuild/instance-25/output-1/host/share/vim/vim82/tools/*` if test -n ""; then \ /bin/sh install-sh -c -d /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/48x48/apps /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/32x32/apps \ /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/16x16/apps /nvmedata/autobuild/instance-25/output-1/host/share/applications; \ fi if test -d /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/48x48/apps -a -w /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/48x48/apps \ -a ! -f /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/48x48/apps/gvim.png; then \ cp ../runtime/vim48x48.png /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/48x48/apps/gvim.png; \ if test -z "" -a -x "" \ -a -w /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor \ -a -f /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor/index.theme; then \ -q /nvmedata/autobuild/instance-25/output-1/host/share/icons/hicolor; \ fi \ fi if test -d /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/32x32/apps -a -w /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/32x32/apps \ -a ! -f /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/32x32/apps/gvim.png; then \ cp ../runtime/vim32x32.png /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/32x32/apps/gvim.png; \ fi if test -d /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/16x16/apps -a -w /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/16x16/apps \ -a ! -f /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/16x16/apps/gvim.png; then \ cp ../runtime/vim16x16.png /nvmedata/autobuild/instance-25/output-1/host/share/icons/locolor/16x16/apps/gvim.png; \ fi if test -d /nvmedata/autobuild/instance-25/output-1/host/share/applications -a -w /nvmedata/autobuild/instance-25/output-1/host/share/applications; then \ if test -f po/vim.desktop -a -f po/gvim.desktop; then \ cp po/vim.desktop po/gvim.desktop \ /nvmedata/autobuild/instance-25/output-1/host/share/applications; \ else \ cp ../runtime/vim.desktop \ ../runtime/gvim.desktop \ /nvmedata/autobuild/instance-25/output-1/host/share/applications; \ fi; \ if test -z "" -a -x ""; then \ -q /nvmedata/autobuild/instance-25/output-1/host/share/applications; \ fi \ fi make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-vim-8.2.5062/src' SDL-1.2.15.tar.gz: OK (sha256: d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00) >>> sdl 1.2.15 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/sdl/SDL-1.2.15.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15 -xf - >>> sdl 1.2.15 Patching Applying 0001-use-correct-directfb-config.patch using patch: patching file configure.in Applying 0002-fix-compilation-with-libx11.patch using patch: patching file configure.in Hunk #1 succeeded at 1127 (offset -42 lines). patching file include/SDL_config.h.in Hunk #1 succeeded at 282 (offset -1 lines). patching file src/video/x11/SDL_x11sym.h >>> sdl 1.2.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl 1.2.15 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15/build-scripts/ltmain.sh Hunk #1 succeeded at 1048 (offset -166 lines). Hunk #2 succeeded at 2018 (offset -221 lines). Hunk #3 succeeded at 4118 (offset -314 lines). Hunk #4 succeeded at 4128 (offset -314 lines). Hunk #5 succeeded at 4405 (offset -319 lines). Hunk #6 succeeded at 4670 (offset -324 lines). Hunk #7 succeeded at 5412 (offset -326 lines). Hunk #8 succeeded at 5570 (offset -326 lines). Hunk #9 succeeded at 8058 (offset -320 lines). >>> sdl 1.2.15 Configuring cd /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15 && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" ./autogen.sh Generating build information using autoconf This may take a while ... configure.in:3: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.in:3: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:3: the top level configure.in:4: warning: The macro `AC_GNU_SOURCE' is obsolete. configure.in:4: You should run autoupdate. ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from... configure.in:4: the top level configure.in:33: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:1337: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:4483: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5558: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:453: _LT_SETUP is expanded from... aclocal.m4:382: LT_INIT is expanded from... configure.in:33: the top level configure.in:33: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:4483: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5558: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:453: _LT_SETUP is expanded from... aclocal.m4:382: LT_INIT is expanded from... configure.in:33: the top level configure.in:57: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.in:57: You should run autoupdate. aclocal.m4:417: AC_PROG_LIBTOOL is expanded from... configure.in:57: the top level configure.in:59: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:1337: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5665: _LT_LANG_CXX_CONFIG is expanded from... aclocal.m4:1100: _LT_LANG is expanded from... aclocal.m4:1083: LT_LANG is expanded from... configure.in:59: the top level configure.in:134: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:134: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:134: the top level configure.in:140: warning: The macro `AC_HEADER_STDC' is obsolete. configure.in:140: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.in:140: the top level configure.in:171: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:171: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:171: the top level configure.in:245: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:245: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:245: the top level configure.in:251: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:251: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:251: the top level configure.in:257: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:257: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:257: the top level configure.in:263: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:263: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:263: the top level configure.in:271: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:271: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:271: the top level configure.in:277: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:277: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:277: the top level configure.in:283: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:283: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:283: the top level configure.in:289: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:289: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:289: the top level configure.in:295: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:295: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:295: the top level configure.in:301: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:301: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:301: the top level configure.in:307: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:307: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:307: the top level configure.in:317: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:317: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:317: the top level configure.in:323: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:323: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:323: the top level configure.in:332: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:332: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:332: the top level configure.in:361: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:361: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:361: the top level configure.in:364: warning: The macro `AC_LANG_C' is obsolete. configure.in:364: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... aclocal.m4:16: AM_PATH_ALSA is expanded from... configure.in:364: the top level configure.in:364: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:364: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... aclocal.m4:16: AM_PATH_ALSA is expanded from... configure.in:364: the top level configure.in:371: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:371: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:371: the top level configure.in:400: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:400: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:400: the top level configure.in:436: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:436: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:436: the top level configure.in:460: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:460: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:460: the top level configure.in:463: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:463: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... aclocal.m4:159: AM_PATH_ESD is expanded from... configure.in:463: the top level configure.in:463: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:463: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... aclocal.m4:159: AM_PATH_ESD is expanded from... configure.in:463: the top level configure.in:466: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:466: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:466: the top level configure.in:493: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:493: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:493: the top level configure.in:513: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:513: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:513: the top level configure.in:539: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:539: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:539: the top level configure.in:552: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:552: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:552: the top level configure.in:563: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:563: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:563: the top level configure.in:591: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:591: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:591: the top level configure.in:621: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:621: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:621: the top level configure.in:649: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:649: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:649: the top level configure.in:661: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:661: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:661: the top level configure.in:673: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:673: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:673: the top level configure.in:711: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:711: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:711: the top level configure.in:776: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:776: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:776: the top level configure.in:786: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:786: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:786: the top level configure.in:800: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:800: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:800: the top level configure.in:815: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:815: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:815: the top level configure.in:830: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:830: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:830: the top level configure.in:862: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:862: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:862: the top level configure.in:886: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:886: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:886: the top level configure.in:918: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:918: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:918: the top level configure.in:932: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:932: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:932: the top level configure.in:937: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:937: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:937: the top level configure.in:944: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:944: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:944: the top level configure.in:951: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:951: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:951: the top level configure.in:968: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:968: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:968: the top level configure.in:989: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:989: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:989: the top level configure.in:1054: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1054: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1054: the top level configure.in:1060: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1060: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1060: the top level configure.in:1067: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1067: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1067: the top level configure.in:1073: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1073: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1073: the top level configure.in:1080: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1080: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1080: the top level configure.in:1087: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1087: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1087: the top level configure.in:1094: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1094: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1094: the top level configure.in:1101: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1101: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1101: the top level configure.in:1132: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1132: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1132: the top level configure.in:1149: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1149: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1149: the top level configure.in:1154: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1154: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1154: the top level configure.in:1190: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1190: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1190: the top level configure.in:1195: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1195: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1195: the top level configure.in:1215: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1215: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1215: the top level configure.in:1223: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1223: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1223: the top level configure.in:1243: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1243: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1243: the top level configure.in:1248: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1248: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1248: the top level configure.in:1270: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1270: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1270: the top level configure.in:1323: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1323: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1323: the top level configure.in:1328: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1328: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1328: the top level configure.in:1348: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1348: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1348: the top level configure.in:1353: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1353: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1353: the top level configure.in:1376: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1376: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1376: the top level configure.in:1381: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1381: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1381: the top level configure.in:1402: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1402: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1402: the top level configure.in:1407: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1407: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1407: the top level configure.in:1432: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1432: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1432: the top level configure.in:1437: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1437: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1437: the top level configure.in:1464: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1464: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1464: the top level configure.in:1469: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1469: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1469: the top level configure.in:1492: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1492: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1492: the top level configure.in:1497: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1497: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1497: the top level configure.in:1517: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1517: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1517: the top level configure.in:1527: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1527: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1527: the top level configure.in:1549: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1549: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1549: the top level configure.in:1555: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. configure.in:1555: You should run autoupdate. ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... configure.in:1555: the top level configure.in:1558: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1558: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1558: the top level configure.in:1576: warning: The macro `AC_LANG_C' is obsolete. configure.in:1576: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... configure.in:1576: the top level configure.in:1584: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1584: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1584: the top level configure.in:1589: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1589: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1589: the top level configure.in:1616: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1616: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1616: the top level configure.in:1631: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1631: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1631: the top level configure.in:1651: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1651: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1651: the top level configure.in:1662: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1662: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1662: the top level configure.in:1671: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1671: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1671: the top level configure.in:1693: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1693: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1693: the top level configure.in:1767: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1767: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1767: the top level configure.in:1779: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1779: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1779: the top level configure.in:1790: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1790: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1790: the top level configure.in:1795: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1795: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1795: the top level configure.in:1815: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1815: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1815: the top level configure.in:1820: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1820: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1820: the top level configure.in:1839: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1839: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1839: the top level configure.in:1866: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1866: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1866: the top level configure.in:1870: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1870: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1870: the top level configure.in:1924: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:1924: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... configure.in:1924: the top level configure.in:1943: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:1943: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:1943: the top level configure.in:1972: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1972: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1972: the top level configure.in:1983: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1983: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1983: the top level configure.in:1999: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1999: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1999: the top level configure.in:2011: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:2011: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:2011: the top level configure.in:2057: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2057: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2057: the top level configure.in:2072: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2072: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2072: the top level configure.in:2090: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2090: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2090: the top level configure.in:2112: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2112: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2112: the top level configure.in:2117: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2117: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2117: the top level configure.in:2143: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2143: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2143: the top level configure.in:2177: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2177: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2177: the top level configure.in:2208: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2208: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2208: the top level configure.in:2240: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2240: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2240: the top level configure.in:2272: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2272: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2272: the top level configure.in:2298: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2298: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2298: the top level configure.in:2322: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2322: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2322: the top level configure.in:2971: warning: AC_OUTPUT should be used without arguments. configure.in:2971: You should run autoupdate. configure.in:35: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:35: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... configure.in:35: the top level configure.in:64: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:64: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... aclocal.m4:11: AM_PATH_SDL is expanded from... configure.in:64: the top level configure.in:64: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:64: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... aclocal.m4:11: AM_PATH_SDL is expanded from... configure.in:64: the top level configure.in:89: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:89: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:89: the top level configure.in:105: warning: AC_OUTPUT should be used without arguments. configure.in:105: You should run autoupdate. Now you are ready to run ./configure (cd /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --enable-video-qtopia=no --enable-video-fbcon=no --enable-video-directfb=no --enable-video-x11=no --disable-pth --disable-rpath --enable-pulseaudio=no --disable-arts --disable-esd --disable-nasm --disable-video-ps3 ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether byte ordering is bigendian... (cached) yes checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether the compiler supports GNU C++... no checking whether no accepts -g... no checking for no option to enable C++11 features... none needed checking whether the compiler supports GNU C++... (cached) no checking whether no accepts -g... (cached) no checking for no option to enable C++11 features... (cached) none needed checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether make sets $(MAKE)... yes checking for powerpc-buildroot-linux-uclibc-windres... no checking for windres... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for egrep... (cached) /bin/grep -E checking for sys/types.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for stdarg.h... yes checking for malloc.h... yes checking for memory.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for ctype.h... yes checking for math.h... yes checking for iconv.h... yes checking for signal.h... yes checking for size_t... yes checking for int64_t... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... (cached) yes checking for working strtod... no checking for pow... yes checking for mprotect... yes checking for malloc... yes checking for calloc... yes checking for realloc... yes checking for free... yes checking for getenv... yes checking for putenv... yes checking for unsetenv... yes checking for qsort... yes checking for abs... yes checking for bcopy... yes checking for memset... yes checking for memcpy... yes checking for memmove... yes checking for strlen... yes checking for strlcpy... yes checking for strlcat... yes checking for strdup... yes checking for _strrev... no checking for _strupr... no checking for _strlwr... no checking for strchr... yes checking for strrchr... yes checking for strstr... yes checking for itoa... no checking for _ltoa... no checking for _uitoa... no checking for _ultoa... no checking for strtol... yes checking for strtoul... yes checking for _i64toa... no checking for _ui64toa... no checking for strtoll... yes checking for strtoull... yes checking for atoi... yes checking for atof... yes checking for strcmp... yes checking for strncmp... yes checking for _stricmp... no checking for strcasecmp... yes checking for _strnicmp... no checking for strncasecmp... yes checking for sscanf... yes checking for snprintf... yes checking for vsnprintf... yes checking for iconv... no checking for sigaction... yes checking for setjmp... yes checking for nanosleep... yes checking for libiconv_open in -liconv... yes checking for pow in -lm... yes checking for struct sigaction.sa_sigaction... yes checking for GCC -fvisibility=hidden option... yes checking for dlopen... yes checking for dlopen in -lc... yes checking for Altivec with GCC altivec.h and -maltivec option... no checking for Altivec with GCC -maltivec option... no checking for Altivec with GCC altivec.h and -faltivec option... no checking for Altivec with GCC -faltivec option... no checking for OSS audio support... yes checking for dmedia audio support... no checking for ALSA CFLAGS... checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread checking for libasound headers version >= 0.9.0... found. checking for snd_ctl_open in -lasound... yes -- dynamic libasound -> libasound.so.2 checking for audio/audiolib.h... no checking for AuOpenServer in -laudio... no checking for NAS audio support... no checking for PlayStation 2 GS support... no checking for SVGAlib (1.4.0+) support... no checking for libVGL support... no checking for wscons support... no checking for OpenGL (GLX) support... no checking for Linux 2.4 unified input interface... yes checking for Touchscreen library support... no checking for hid_init in -lusbhid... no checking for usb.h... yes checking for libusb.h... no checking for hid_init in -lusb... no checking for usbhid... no checking for pthreads... yes checking for recursive mutexes... yes checking for pthread semaphores... yes checking for sem_timedwait... yes checking for linux/version.h... yes checking for GCC -Wall option... yes checking for necessary GCC -Wno-multichar option... no configure: creating ./config.status config.status: creating Makefile config.status: creating sdl-config config.status: creating SDL.spec config.status: creating SDL.qpg config.status: creating sdl.pc config.status: creating include/SDL_config.h config.status: executing libtool commands config.status: executing default commands make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' Generating dependencies for ./src/SDL.c Generating dependencies for ./src/SDL_error.c Generating dependencies for ./src/SDL_fatal.c Generating dependencies for ./src/audio/SDL_audio.c Generating dependencies for ./src/audio/SDL_audiocvt.c Generating dependencies for ./src/audio/SDL_audiodev.c Generating dependencies for ./src/audio/SDL_mixer.c Generating dependencies for ./src/audio/SDL_mixer_MMX.c Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c Generating dependencies for ./src/audio/SDL_mixer_m68k.c Generating dependencies for ./src/audio/SDL_wave.c Generating dependencies for ./src/cdrom/SDL_cdrom.c Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c Generating dependencies for ./src/events/SDL_active.c Generating dependencies for ./src/events/SDL_events.c Generating dependencies for ./src/events/SDL_expose.c Generating dependencies for ./src/events/SDL_keyboard.c Generating dependencies for ./src/events/SDL_mouse.c Generating dependencies for ./src/events/SDL_quit.c Generating dependencies for ./src/events/SDL_resize.c Generating dependencies for ./src/file/SDL_rwops.c Generating dependencies for ./src/stdlib/SDL_getenv.c Generating dependencies for ./src/stdlib/SDL_iconv.c Generating dependencies for ./src/stdlib/SDL_malloc.c Generating dependencies for ./src/stdlib/SDL_qsort.c Generating dependencies for ./src/stdlib/SDL_stdlib.c Generating dependencies for ./src/stdlib/SDL_string.c Generating dependencies for ./src/thread/SDL_thread.c Generating dependencies for ./src/timer/SDL_timer.c Generating dependencies for ./src/video/SDL_RLEaccel.c Generating dependencies for ./src/video/SDL_blit.c Generating dependencies for ./src/video/SDL_blit_0.c Generating dependencies for ./src/video/SDL_blit_1.c Generating dependencies for ./src/video/SDL_blit_A.c Generating dependencies for ./src/video/SDL_blit_N.c Generating dependencies for ./src/video/SDL_bmp.c Generating dependencies for ./src/video/SDL_cursor.c Generating dependencies for ./src/video/SDL_gamma.c Generating dependencies for ./src/video/SDL_pixels.c Generating dependencies for ./src/video/SDL_stretch.c Generating dependencies for ./src/video/SDL_surface.c Generating dependencies for ./src/video/SDL_video.c Generating dependencies for ./src/video/SDL_yuv.c Generating dependencies for ./src/video/SDL_yuv_mmx.c Generating dependencies for ./src/video/SDL_yuv_sw.c Generating dependencies for ./src/joystick/SDL_joystick.c Generating dependencies for ./src/video/dummy/SDL_nullevents.c Generating dependencies for ./src/video/dummy/SDL_nullmouse.c Generating dependencies for ./src/video/dummy/SDL_nullvideo.c Generating dependencies for ./src/audio/disk/SDL_diskaudio.c Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c Generating dependencies for ./src/audio/dsp/SDL_dspaudio.c Generating dependencies for ./src/audio/dma/SDL_dmaaudio.c Generating dependencies for ./src/audio/alsa/SDL_alsa_audio.c Generating dependencies for ./src/thread/pthread/SDL_systhread.c Generating dependencies for ./src/thread/pthread/SDL_syssem.c Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c Generating dependencies for ./src/thread/pthread/SDL_syscond.c Generating dependencies for ./src/joystick/linux/SDL_sysjoystick.c Generating dependencies for ./src/cdrom/linux/SDL_syscdrom.c Generating dependencies for ./src/timer/unix/SDL_systimer.c Generating dependencies for ./src/main/dummy/SDL_dummy_main.c make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls >>> sdl 1.2.15 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs build mkdir -p -- build /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -o build/SDL.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -fPIC -DPIC -o build/.libs/SDL.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -o build/SDL.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -o build/SDL_error.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -fPIC -DPIC -o build/.libs/SDL_error.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -o build/SDL_error.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -fPIC -DPIC -o build/.libs/SDL_fatal.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -fPIC -DPIC -o build/.libs/SDL_audio.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -fPIC -DPIC -o build/.libs/SDL_audiocvt.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -fPIC -DPIC -o build/.libs/SDL_audiodev.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -fPIC -DPIC -o build/.libs/SDL_mixer.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX_VC.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -fPIC -DPIC -o build/.libs/SDL_mixer_m68k.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -fPIC -DPIC -o build/.libs/SDL_wave.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -fPIC -DPIC -o build/.libs/SDL_cdrom.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -fPIC -DPIC -o build/.libs/SDL_cpuinfo.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -o build/SDL_active.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -fPIC -DPIC -o build/.libs/SDL_active.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -o build/SDL_active.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -o build/SDL_events.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -fPIC -DPIC -o build/.libs/SDL_events.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -o build/SDL_events.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -fPIC -DPIC -o build/.libs/SDL_expose.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -fPIC -DPIC -o build/.libs/SDL_keyboard.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -fPIC -DPIC -o build/.libs/SDL_mouse.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -fPIC -DPIC -o build/.libs/SDL_quit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -fPIC -DPIC -o build/.libs/SDL_resize.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -fPIC -DPIC -o build/.libs/SDL_rwops.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -fPIC -DPIC -o build/.libs/SDL_getenv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -fPIC -DPIC -o build/.libs/SDL_iconv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -fPIC -DPIC -o build/.libs/SDL_malloc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -fPIC -DPIC -o build/.libs/SDL_qsort.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -fPIC -DPIC -o build/.libs/SDL_stdlib.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -fPIC -DPIC -o build/.libs/SDL_string.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -fPIC -DPIC -o build/.libs/SDL_thread.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -fPIC -DPIC -o build/.libs/SDL_timer.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -fPIC -DPIC -o build/.libs/SDL_RLEaccel.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -fPIC -DPIC -o build/.libs/SDL_blit.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -fPIC -DPIC -o build/.libs/SDL_blit_0.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -fPIC -DPIC -o build/.libs/SDL_blit_1.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -fPIC -DPIC -o build/.libs/SDL_blit_A.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -fPIC -DPIC -o build/.libs/SDL_blit_N.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -fPIC -DPIC -o build/.libs/SDL_bmp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -fPIC -DPIC -o build/.libs/SDL_cursor.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -fPIC -DPIC -o build/.libs/SDL_gamma.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -fPIC -DPIC -o build/.libs/SDL_pixels.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -fPIC -DPIC -o build/.libs/SDL_stretch.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -fPIC -DPIC -o build/.libs/SDL_surface.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -o build/SDL_video.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -fPIC -DPIC -o build/.libs/SDL_video.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -o build/SDL_video.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -fPIC -DPIC -o build/.libs/SDL_yuv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -fPIC -DPIC -o build/.libs/SDL_yuv_mmx.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -fPIC -DPIC -o build/.libs/SDL_yuv_sw.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -fPIC -DPIC -o build/.libs/SDL_joystick.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -fPIC -DPIC -o build/.libs/SDL_nullevents.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -fPIC -DPIC -o build/.libs/SDL_nullmouse.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -fPIC -DPIC -o build/.libs/SDL_nullvideo.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -fPIC -DPIC -o build/.libs/SDL_diskaudio.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -fPIC -DPIC -o build/.libs/SDL_dummyaudio.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -fPIC -DPIC -o build/.libs/SDL_sysloadso.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -o build/SDL_dspaudio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -fPIC -DPIC -o build/.libs/SDL_dspaudio.o ./src/audio/dsp/SDL_dspaudio.c: In function 'DSP_OpenAudio': ./src/audio/dsp/SDL_dspaudio.c:177:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 177 | else if (spec->channels > 2) | ^~ In file included from ./src/audio/dsp/SDL_dspaudio.c:52: ./src/audio/dsp/SDL_dspaudio.h:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 46 | #define audio_fd (this->hidden->audio_fd) | ^ ./src/audio/dsp/SDL_dspaudio.c:181:9: note: in expansion of macro 'audio_fd' 181 | audio_fd = SDL_OpenAudioPath(audiodev, sizeof(audiodev), OPEN_FLAGS, 0); | ^~~~~~~~ libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -o build/SDL_dspaudio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -o build/SDL_dmaaudio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -fPIC -DPIC -o build/.libs/SDL_dmaaudio.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -o build/SDL_dmaaudio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/alsa/SDL_alsa_audio.c -o build/SDL_alsa_audio.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/alsa/SDL_alsa_audio.c -fPIC -DPIC -o build/.libs/SDL_alsa_audio.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/alsa/SDL_alsa_audio.c -o build/SDL_alsa_audio.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -fPIC -DPIC -o build/.libs/SDL_systhread.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -fPIC -DPIC -o build/.libs/SDL_syssem.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -fPIC -DPIC -o build/.libs/SDL_sysmutex.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -fPIC -DPIC -o build/.libs/SDL_syscond.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -o build/SDL_sysjoystick.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -fPIC -DPIC -o build/.libs/SDL_sysjoystick.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -o build/SDL_sysjoystick.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -o build/SDL_syscdrom.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -fPIC -DPIC -o build/.libs/SDL_syscdrom.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -o build/SDL_syscdrom.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -fPIC -DPIC -o build/.libs/SDL_systimer.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.o >/dev/null 2>&1 /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_dspaudio.lo build/SDL_dmaaudio.lo build/SDL_alsa_audio.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_sysjoystick.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -liconv -lm -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared build/.libs/SDL.o build/.libs/SDL_error.o build/.libs/SDL_fatal.o build/.libs/SDL_audio.o build/.libs/SDL_audiocvt.o build/.libs/SDL_audiodev.o build/.libs/SDL_mixer.o build/.libs/SDL_mixer_MMX.o build/.libs/SDL_mixer_MMX_VC.o build/.libs/SDL_mixer_m68k.o build/.libs/SDL_wave.o build/.libs/SDL_cdrom.o build/.libs/SDL_cpuinfo.o build/.libs/SDL_active.o build/.libs/SDL_events.o build/.libs/SDL_expose.o build/.libs/SDL_keyboard.o build/.libs/SDL_mouse.o build/.libs/SDL_quit.o build/.libs/SDL_resize.o build/.libs/SDL_rwops.o build/.libs/SDL_getenv.o build/.libs/SDL_iconv.o build/.libs/SDL_malloc.o build/.libs/SDL_qsort.o build/.libs/SDL_stdlib.o build/.libs/SDL_string.o build/.libs/SDL_thread.o build/.libs/SDL_timer.o build/.libs/SDL_RLEaccel.o build/.libs/SDL_blit.o build/.libs/SDL_blit_0.o build/.libs/SDL_blit_1.o build/.libs/SDL_blit_A.o build/.libs/SDL_blit_N.o build/.libs/SDL_bmp.o build/.libs/SDL_cursor.o build/.libs/SDL_gamma.o build/.libs/SDL_pixels.o build/.libs/SDL_stretch.o build/.libs/SDL_surface.o build/.libs/SDL_video.o build/.libs/SDL_yuv.o build/.libs/SDL_yuv_mmx.o build/.libs/SDL_yuv_sw.o build/.libs/SDL_joystick.o build/.libs/SDL_nullevents.o build/.libs/SDL_nullmouse.o build/.libs/SDL_nullvideo.o build/.libs/SDL_diskaudio.o build/.libs/SDL_dummyaudio.o build/.libs/SDL_sysloadso.o build/.libs/SDL_dspaudio.o build/.libs/SDL_dmaaudio.o build/.libs/SDL_alsa_audio.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_sysjoystick.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o -liconv -lm -lpthread -Wl,-soname -Wl,libSDL-1.2.so.0 -o build/.libs/libSDL-1.2.so.0.11.4 libtool: link: (cd "build/.libs" && rm -f "libSDL-1.2.so.0" && ln -s "libSDL-1.2.so.0.11.4" "libSDL-1.2.so.0") libtool: link: (cd "build/.libs" && rm -f "libSDL.so" && ln -s "libSDL-1.2.so.0.11.4" "libSDL.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru build/.libs/libSDL.a build/SDL.o build/SDL_error.o build/SDL_fatal.o build/SDL_audio.o build/SDL_audiocvt.o build/SDL_audiodev.o build/SDL_mixer.o build/SDL_mixer_MMX.o build/SDL_mixer_MMX_VC.o build/SDL_mixer_m68k.o build/SDL_wave.o build/SDL_cdrom.o build/SDL_cpuinfo.o build/SDL_active.o build/SDL_events.o build/SDL_expose.o build/SDL_keyboard.o build/SDL_mouse.o build/SDL_quit.o build/SDL_resize.o build/SDL_rwops.o build/SDL_getenv.o build/SDL_iconv.o build/SDL_malloc.o build/SDL_qsort.o build/SDL_stdlib.o build/SDL_string.o build/SDL_thread.o build/SDL_timer.o build/SDL_RLEaccel.o build/SDL_blit.o build/SDL_blit_0.o build/SDL_blit_1.o build/SDL_blit_A.o build/SDL_blit_N.o build/SDL_bmp.o build/SDL_cursor.o build/SDL_gamma.o build/SDL_pixels.o build/SDL_stretch.o build/SDL_surface.o build/SDL_video.o build/SDL_yuv.o build/SDL_yuv_mmx.o build/SDL_yuv_sw.o build/SDL_joystick.o build/SDL_nullevents.o build/SDL_nullmouse.o build/SDL_nullvideo.o build/SDL_diskaudio.o build/SDL_dummyaudio.o build/SDL_sysloadso.o build/SDL_dspaudio.o build/SDL_dmaaudio.o build/SDL_alsa_audio.o build/SDL_systhread.o build/SDL_syssem.o build/SDL_sysmutex.o build/SDL_syscond.o build/SDL_sysjoystick.o build/SDL_syscdrom.o build/SDL_systimer.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib build/.libs/libSDL.a libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" ) /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -o build/SDL_dummy_main.lo libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -fPIC -DPIC -o build/.libs/SDL_dummy_main.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -o build/SDL_dummy_main.o >/dev/null 2>&1 /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o build/libSDLmain.la build/SDL_dummy_main.lo -liconv -lm -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 -static libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru build/.libs/libSDLmain.a build/SDL_dummy_main.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib build/.libs/libSDLmain.a libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" ) make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' >>> sdl 1.2.15 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 sdl-config /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sdl-config /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/SDL mkdir -p -- /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/SDL for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./include/$file /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/SDL/$file; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 include/SDL_config.h /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/SDL/SDL_config.h /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/libSDL.la /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL-1.2.so.0.11.4 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/libSDLmain.la /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDLmain.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDLmain.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDLmain.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDLmain.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDLmain.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDLmain.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libSDLmain.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/aclocal /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./sdl.m4 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/aclocal/sdl.m4 /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 sdl.pc /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3 for src in ./docs/man3/*.3; do \ file=`echo $src | sed -e 's|^.*/||'`; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $src /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3/$file; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' >>> sdl 1.2.15 Fixing package configuration files >>> sdl 1.2.15 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> sdl 1.2.15 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/bin /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 sdl-config /nvmedata/autobuild/instance-25/output-1/target/usr/bin/sdl-config /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/include/SDL mkdir -p -- /nvmedata/autobuild/instance-25/output-1/target/usr/include/SDL for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./include/$file /nvmedata/autobuild/instance-25/output-1/target/usr/include/SDL/$file; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 include/SDL_config.h /nvmedata/autobuild/instance-25/output-1/target/usr/include/SDL/SDL_config.h /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/lib /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/libSDL.la /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL-1.2.so.0.11.4 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDL.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDL.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/libSDLmain.la /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDLmain.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDLmain.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDLmain.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c build/.libs/libSDLmain.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDLmain.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDLmain.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libSDLmain.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/share/aclocal /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./sdl.m4 /nvmedata/autobuild/instance-25/output-1/target/usr/share/aclocal/sdl.m4 /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 sdl.pc /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig /bin/bash ./build-scripts//mkinstalldirs /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3 for src in ./docs/man3/*.3; do \ file=`echo $src | sed -e 's|^.*/||'`; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $src /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3/$file; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/sdl-1.2.15' >>> netsurf 3.10 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.netsurf-all-3.10.tar.gz.u36N8G/output' 'http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.10.tar.gz' --2022-06-06 23:54:29-- http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.10.tar.gz Resolving download.netsurf-browser.org (download.netsurf-browser.org)... 88.99.213.221, 2a01:4f8:10a:3edc::2 Connecting to download.netsurf-browser.org (download.netsurf-browser.org)|88.99.213.221|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8537919 (8.1M) [application/gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.netsurf-all-3.10.tar.gz.u36N8G/output' 0K .......... .......... .......... .......... .......... 0% 182K 45s 50K .......... .......... .......... .......... .......... 1% 365K 34s 100K .......... .......... .......... .......... .......... 1% 85.0M 22s 150K .......... .......... .......... .......... .......... 2% 106M 17s 200K .......... .......... .......... .......... .......... 2% 368K 18s 250K .......... .......... .......... .......... .......... 3% 87.6M 15s 300K .......... .......... .......... .......... .......... 4% 78.1M 13s 350K .......... .......... .......... .......... .......... 4% 26.6K 48s 400K .......... .......... .......... .......... .......... 5% 121K 50s 450K .......... .......... .......... .......... .......... 5% 198M 45s 500K .......... .......... .......... .......... .......... 6% 219M 40s 550K .......... .......... .......... .......... .......... 7% 229M 37s 600K .......... .......... .......... .......... .......... 7% 186M 34s 650K .......... .......... .......... .......... .......... 8% 226M 31s 700K .......... .......... .......... .......... .......... 8% 227M 29s 750K .......... .......... .......... .......... .......... 9% 218M 27s 800K .......... .......... .......... .......... .......... 10% 369K 26s 850K .......... .......... .......... .......... .......... 10% 90.9M 25s 900K .......... .......... .......... .......... .......... 11% 111M 23s 950K .......... .......... .......... .......... .......... 11% 94.1M 22s 1000K .......... .......... .......... .......... .......... 12% 116M 21s 1050K .......... .......... .......... .......... .......... 13% 92.3M 20s 1100K .......... .......... .......... .......... .......... 13% 372K 19s 1150K .......... .......... .......... .......... .......... 14% 117M 19s 1200K .......... .......... .......... .......... .......... 14% 90.8M 18s 1250K .......... .......... .......... .......... .......... 15% 110M 17s 1300K .......... .......... .......... .......... .......... 16% 95.5M 16s 1350K .......... .......... .......... .......... .......... 16% 13.7M 15s 1400K .......... .......... .......... .......... .......... 17% 163M 15s 1450K .......... .......... .......... .......... .......... 17% 200M 14s 1500K .......... .......... .......... .......... .......... 18% 206M 14s 1550K .......... .......... .......... .......... .......... 19% 182M 13s 1600K .......... .......... .......... .......... .......... 19% 229M 13s 1650K .......... .......... .......... .......... .......... 20% 204M 12s 1700K .......... .......... .......... .......... .......... 20% 230M 12s 1750K .......... .......... .......... .......... .......... 21% 386K 12s 1800K .......... .......... .......... .......... .......... 22% 91.5M 11s 1850K .......... .......... .......... .......... .......... 22% 72.0M 11s 1900K .......... .......... .......... .......... .......... 23% 178M 11s 1950K .......... .......... .......... .......... .......... 23% 84.1M 10s 2000K .......... .......... .......... .......... .......... 24% 116M 10s 2050K .......... .......... .......... .......... .......... 25% 80.4M 10s 2100K .......... .......... .......... .......... .......... 25% 116M 9s 2150K .......... .......... .......... .......... .......... 26% 95.0M 9s 2200K .......... .......... .......... .......... .......... 26% 87.1M 9s 2250K .......... .......... .......... .......... .......... 27% 114M 9s 2300K .......... .......... .......... .......... .......... 28% 29.2M 8s 2350K .......... .......... .......... .......... .......... 28% 223M 8s 2400K .......... .......... .......... .......... .......... 29% 210M 8s 2450K .......... .......... .......... .......... .......... 29% 31.5M 8s 2500K .......... .......... .......... .......... .......... 30% 149M 7s 2550K .......... .......... .......... .......... .......... 31% 204M 7s 2600K .......... .......... .......... .......... .......... 31% 164M 7s 2650K .......... .......... .......... .......... .......... 32% 214M 7s 2700K .......... .......... .......... .......... .......... 32% 196M 7s 2750K .......... .......... .......... .......... .......... 33% 195M 6s 2800K .......... .......... .......... .......... .......... 34% 182M 6s 2850K .......... .......... .......... .......... .......... 34% 92.5M 6s 2900K .......... .......... .......... .......... .......... 35% 91.4M 6s 2950K .......... .......... .......... .......... .......... 35% 128M 6s 3000K .......... .......... .......... .......... .......... 36% 113M 6s 3050K .......... .......... .......... .......... .......... 37% 56.2M 6s 3100K .......... .......... .......... .......... .......... 37% 399K 6s 3150K .......... .......... .......... .......... .......... 38% 190M 5s 3200K .......... .......... .......... .......... .......... 38% 177M 5s 3250K .......... .......... .......... .......... .......... 39% 157M 5s 3300K .......... .......... .......... .......... .......... 40% 70.1M 5s 3350K .......... .......... .......... .......... .......... 40% 168M 5s 3400K .......... .......... .......... .......... .......... 41% 151M 5s 3450K .......... .......... .......... .......... .......... 41% 132M 5s 3500K .......... .......... .......... .......... .......... 42% 195M 5s 3550K .......... .......... .......... .......... .......... 43% 55.6M 4s 3600K .......... .......... .......... .......... .......... 43% 51.1M 4s 3650K .......... .......... .......... .......... .......... 44% 40.2M 4s 3700K .......... .......... .......... .......... .......... 44% 164M 4s 3750K .......... .......... .......... .......... .......... 45% 209M 4s 3800K .......... .......... .......... .......... .......... 46% 203M 4s 3850K .......... .......... .......... .......... .......... 46% 29.1M 4s 3900K .......... .......... .......... .......... .......... 47% 216M 4s 3950K .......... .......... .......... .......... .......... 47% 215M 4s 4000K .......... .......... .......... .......... .......... 48% 191M 4s 4050K .......... .......... .......... .......... .......... 49% 156M 4s 4100K .......... .......... .......... .......... .......... 49% 94.6M 3s 4150K .......... .......... .......... .......... .......... 50% 104M 3s 4200K .......... .......... .......... .......... .......... 50% 70.1M 3s 4250K .......... .......... .......... .......... .......... 51% 131M 3s 4300K .......... .......... .......... .......... .......... 52% 82.7M 3s 4350K .......... .......... .......... .......... .......... 52% 84.3M 3s 4400K .......... .......... .......... .......... .......... 53% 67.0M 3s 4450K .......... .......... .......... .......... .......... 53% 73.6M 3s 4500K .......... .......... .......... .......... .......... 54% 91.4M 3s 4550K .......... .......... .......... .......... .......... 55% 12.6M 3s 4600K .......... .......... .......... .......... .......... 55% 131M 3s 4650K .......... .......... .......... .......... .......... 56% 151M 3s 4700K .......... .......... .......... .......... .......... 56% 175M 3s 4750K .......... .......... .......... .......... .......... 57% 166M 3s 4800K .......... .......... .......... .......... .......... 58% 192M 2s 4850K .......... .......... .......... .......... .......... 58% 196M 2s 4900K .......... .......... .......... .......... .......... 59% 133M 2s 4950K .......... .......... .......... .......... .......... 59% 168M 2s 5000K .......... .......... .......... .......... .......... 60% 186M 2s 5050K .......... .......... .......... .......... .......... 61% 172M 2s 5100K .......... .......... .......... .......... .......... 61% 121M 2s 5150K .......... .......... .......... .......... .......... 62% 169M 2s 5200K .......... .......... .......... .......... .......... 62% 162M 2s 5250K .......... .......... .......... .......... .......... 63% 180M 2s 5300K .......... .......... .......... .......... .......... 64% 145M 2s 5350K .......... .......... .......... .......... .......... 64% 91.5M 2s 5400K .......... .......... .......... .......... .......... 65% 88.9M 2s 5450K .......... .......... .......... .......... .......... 65% 82.4M 2s 5500K .......... .......... .......... .......... .......... 66% 133M 2s 5550K .......... .......... .......... .......... .......... 67% 129M 2s 5600K .......... .......... .......... .......... .......... 67% 91.4M 2s 5650K .......... .......... .......... .......... .......... 68% 127M 2s 5700K .......... .......... .......... .......... .......... 68% 85.2M 2s 5750K .......... .......... .......... .......... .......... 69% 451K 2s 5800K .......... .......... .......... .......... .......... 70% 91.3M 2s 5850K .......... .......... .......... .......... .......... 70% 86.7M 1s 5900K .......... .......... .......... .......... .......... 71% 81.1M 1s 5950K .......... .......... .......... .......... .......... 71% 124M 1s 6000K .......... .......... .......... .......... .......... 72% 88.4M 1s 6050K .......... .......... .......... .......... .......... 73% 119M 1s 6100K .......... .......... .......... .......... .......... 73% 92.2M 1s 6150K .......... .......... .......... .......... .......... 74% 115M 1s 6200K .......... .......... .......... .......... .......... 74% 113M 1s 6250K .......... .......... .......... .......... .......... 75% 92.9M 1s 6300K .......... .......... .......... .......... .......... 76% 118M 1s 6350K .......... .......... .......... .......... .......... 76% 85.1M 1s 6400K .......... .......... .......... .......... .......... 77% 136M 1s 6450K .......... .......... .......... .......... .......... 77% 94.3M 1s 6500K .......... .......... .......... .......... .......... 78% 105M 1s 6550K .......... .......... .......... .......... .......... 79% 144M 1s 6600K .......... .......... .......... .......... .......... 79% 57.8M 1s 6650K .......... .......... .......... .......... .......... 80% 146M 1s 6700K .......... .......... .......... .......... .......... 80% 147M 1s 6750K .......... .......... .......... .......... .......... 81% 123M 1s 6800K .......... .......... .......... .......... .......... 82% 53.4M 1s 6850K .......... .......... .......... .......... .......... 82% 91.2K 1s 6900K .......... .......... .......... .......... .......... 83% 204M 1s 6950K .......... .......... .......... .......... .......... 83% 221M 1s 7000K .......... .......... .......... .......... .......... 84% 191M 1s 7050K .......... .......... .......... .......... .......... 85% 237M 1s 7100K .......... .......... .......... .......... .......... 85% 227M 1s 7150K .......... .......... .......... .......... .......... 86% 226M 1s 7200K .......... .......... .......... .......... .......... 86% 180M 1s 7250K .......... .......... .......... .......... .......... 87% 221M 1s 7300K .......... .......... .......... .......... .......... 88% 220M 1s 7350K .......... .......... .......... .......... .......... 88% 226M 1s 7400K .......... .......... .......... .......... .......... 89% 176M 0s 7450K .......... .......... .......... .......... .......... 89% 200M 0s 7500K .......... .......... .......... .......... .......... 90% 221M 0s 7550K .......... .......... .......... .......... .......... 91% 228M 0s 7600K .......... .......... .......... .......... .......... 91% 188M 0s 7650K .......... .......... .......... .......... .......... 92% 151M 0s 7700K .......... .......... .......... .......... .......... 92% 208M 0s 7750K .......... .......... .......... .......... .......... 93% 215M 0s 7800K .......... .......... .......... .......... .......... 94% 184M 0s 7850K .......... .......... .......... .......... .......... 94% 210M 0s 7900K .......... .......... .......... .......... .......... 95% 195M 0s 7950K .......... .......... .......... .......... .......... 95% 199M 0s 8000K .......... .......... .......... .......... .......... 96% 173M 0s 8050K .......... .......... .......... .......... .......... 97% 214M 0s 8100K .......... .......... .......... .......... .......... 97% 178M 0s 8150K .......... .......... .......... .......... .......... 98% 206M 0s 8200K .......... .......... .......... .......... .......... 98% 183M 0s 8250K .......... .......... .......... .......... .......... 99% 189M 0s 8300K .......... .......... .......... ....... 100% 289K=4.2s 2022-06-06 23:54:34 (1.93 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.netsurf-all-3.10.tar.gz.u36N8G/output' saved [8537919/8537919] netsurf-all-3.10.tar.gz: OK (sha256: 495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7) >>> netsurf 3.10 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/netsurf/netsurf-all-3.10.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10 -xf - >>> netsurf 3.10 Patching Applying 0001-avoid-system-perl-dependencies.patch using patch: patching file netsurf/utils/split-messages.pl Applying 0002-do-not-cross-compile-nsgenbind.patch using patch: patching file Makefile Applying 0003-fix-compilation-without-curl.patch using patch: patching file netsurf/content/fetch.c Applying 0004-framebuffer-Fix-internal-font-generated-source-for-GCC-10.patch using patch: patching file netsurf/frontends/framebuffer/convert_font.c >>> netsurf 3.10 Configuring echo "override NETSURF_USE_DUKTAPE := YES" >> /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "CFLAGS += -DWITH_ICONV_FILTER" >> /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libparserutils/Makefile.config.override echo "override NETSURF_USE_LIBICONV_PLUG := NO" >> /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "override NETSURF_FB_FONTLIB := freetype" >> /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "override NETSURF_USE_WEBP := NO" >> /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf/Makefile.config >>> netsurf 3.10 Building mkdir -p /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include" LDFLAGS=" -L/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10 TARGET=framebuffer BISON="/nvmedata/autobuild/instance-25/output-1/host/bin/bison" FLEX="/nvmedata/autobuild/instance-25/output-1/host/bin/flex" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" BUILD_CC="/usr/bin/gcc" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" TMP_PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr NETSURF_CONFIG="BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lpng'" PREFIX=/usr build make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10' mkdir -p /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include mkdir -p /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib mkdir -p /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/bin /usr/bin/make install --directory=buildsystem HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/buildsystem' mkdir -p /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/makefiles /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/testtools /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/citools for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \ cp makefiles/$M /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/makefiles/; \ done for T in testrunner.pl; do \ cp testtools/$T /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/testtools/; \ done for C in jenkins-build.sh; do \ cp citools/$C /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/citools/; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/buildsystem' /usr/bin/make install --directory=libnslog HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnslog' BISON: src/filter-parser.y src/filter-parser.y:27.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 27 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/filter-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/filter-lexer.l COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/filter-parser.c COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/filter-lexer.c COMPILE: src/core.c COMPILE: src/filter.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnslog.a install -m 644 include/nslog/nslog.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nslog sed -e... libnslog.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnslog.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnslog.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnslog.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnslog.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnslog' /usr/bin/make install --directory=libwapcaplet HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libwapcaplet' COMPILE: src/libwapcaplet.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libwapcaplet.a install -m 644 include/libwapcaplet/libwapcaplet.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libwapcaplet sed -e... libwapcaplet.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libwapcaplet.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libwapcaplet.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libwapcaplet.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libwapcaplet.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libwapcaplet' /usr/bin/make install --directory=libparserutils HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libparserutils' ALIAS: src/charset/aliases.inc COMPILE: src/input/filter.c COMPILE: src/input/inputstream.c COMPILE: src/utils/buffer.c COMPILE: src/utils/errors.c COMPILE: src/utils/stack.c COMPILE: src/utils/vector.c COMPILE: src/charset/aliases.c COMPILE: src/charset/codec.c COMPILE: src/charset/codecs/codec_ascii.c COMPILE: src/charset/codecs/codec_8859.c COMPILE: src/charset/codecs/codec_ext8.c COMPILE: src/charset/codecs/codec_utf8.c COMPILE: src/charset/codecs/codec_utf16.c COMPILE: src/charset/encodings/utf8.c COMPILE: src/charset/encodings/utf16.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libparserutils.a install -m 644 include/parserutils/errors.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/functypes.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/parserutils.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/types.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/charset/codec.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/mibenum.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/utf16.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/utf8.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/input/inputstream.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/input install -m 644 include/parserutils/utils/buffer.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils install -m 644 include/parserutils/utils/stack.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils install -m 644 include/parserutils/utils/vector.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils sed -e... libparserutils.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libparserutils.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libparserutils.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libparserutils.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libparserutils.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libparserutils' /usr/bin/make install --directory=libcss HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss' PREPARE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/gen_parser GENERATE: src/parse/properties/autogenerated_z_index.c GENERATE: src/parse/properties/autogenerated_writing_mode.c GENERATE: src/parse/properties/autogenerated_word_spacing.c GENERATE: src/parse/properties/autogenerated_width.c GENERATE: src/parse/properties/autogenerated_widows.c GENERATE: src/parse/properties/autogenerated_white_space.c GENERATE: src/parse/properties/autogenerated_volume.c GENERATE: src/parse/properties/autogenerated_visibility.c GENERATE: src/parse/properties/autogenerated_vertical_align.c GENERATE: src/parse/properties/autogenerated_unicode_bidi.c GENERATE: src/parse/properties/autogenerated_top.c GENERATE: src/parse/properties/autogenerated_text_transform.c GENERATE: src/parse/properties/autogenerated_text_indent.c GENERATE: src/parse/properties/autogenerated_text_align.c GENERATE: src/parse/properties/autogenerated_table_layout.c GENERATE: src/parse/properties/autogenerated_stress.c GENERATE: src/parse/properties/autogenerated_speech_rate.c GENERATE: src/parse/properties/autogenerated_speak_punctuation.c GENERATE: src/parse/properties/autogenerated_speak_numeral.c GENERATE: src/parse/properties/autogenerated_speak_header.c GENERATE: src/parse/properties/autogenerated_speak.c GENERATE: src/parse/properties/autogenerated_side.c GENERATE: src/parse/properties/autogenerated_right.c GENERATE: src/parse/properties/autogenerated_richness.c GENERATE: src/parse/properties/autogenerated_position.c GENERATE: src/parse/properties/autogenerated_pitch_range.c GENERATE: src/parse/properties/autogenerated_pitch.c GENERATE: src/parse/properties/autogenerated_pause_before.c GENERATE: src/parse/properties/autogenerated_pause_after.c GENERATE: src/parse/properties/autogenerated_page_break_inside.c GENERATE: src/parse/properties/autogenerated_page_break_before.c GENERATE: src/parse/properties/autogenerated_page_break_after.c GENERATE: src/parse/properties/autogenerated_padding_top.c GENERATE: src/parse/properties/autogenerated_padding_side.c GENERATE: src/parse/properties/autogenerated_padding_right.c GENERATE: src/parse/properties/autogenerated_padding_left.c GENERATE: src/parse/properties/autogenerated_padding_bottom.c GENERATE: src/parse/properties/autogenerated_overflow_y.c GENERATE: src/parse/properties/autogenerated_overflow_x.c GENERATE: src/parse/properties/autogenerated_outline_width.c GENERATE: src/parse/properties/autogenerated_outline_style.c GENERATE: src/parse/properties/autogenerated_outline_color.c GENERATE: src/parse/properties/autogenerated_orphans.c GENERATE: src/parse/properties/autogenerated_order.c GENERATE: src/parse/properties/autogenerated_min_width.c GENERATE: src/parse/properties/autogenerated_min_height.c GENERATE: src/parse/properties/autogenerated_max_width.c GENERATE: src/parse/properties/autogenerated_max_height.c GENERATE: src/parse/properties/autogenerated_margin_top.c GENERATE: src/parse/properties/autogenerated_margin_side.c GENERATE: src/parse/properties/autogenerated_margin_right.c GENERATE: src/parse/properties/autogenerated_margin_left.c GENERATE: src/parse/properties/autogenerated_margin_bottom.c GENERATE: src/parse/properties/autogenerated_list_style_position.c GENERATE: src/parse/properties/autogenerated_list_style_image.c GENERATE: src/parse/properties/autogenerated_line_height.c GENERATE: src/parse/properties/autogenerated_letter_spacing.c GENERATE: src/parse/properties/autogenerated_left.c GENERATE: src/parse/properties/autogenerated_justify_content.c GENERATE: src/parse/properties/autogenerated_height.c GENERATE: src/parse/properties/autogenerated_font_variant.c GENERATE: src/parse/properties/autogenerated_font_style.c GENERATE: src/parse/properties/autogenerated_font_size.c GENERATE: src/parse/properties/autogenerated_float.c GENERATE: src/parse/properties/autogenerated_flex_wrap.c GENERATE: src/parse/properties/autogenerated_flex_shrink.c GENERATE: src/parse/properties/autogenerated_flex_grow.c GENERATE: src/parse/properties/autogenerated_flex_direction.c GENERATE: src/parse/properties/autogenerated_flex_basis.c GENERATE: src/parse/properties/autogenerated_empty_cells.c GENERATE: src/parse/properties/autogenerated_display.c GENERATE: src/parse/properties/autogenerated_direction.c GENERATE: src/parse/properties/autogenerated_cue_before.c GENERATE: src/parse/properties/autogenerated_cue_after.c GENERATE: src/parse/properties/autogenerated_counter_reset.c GENERATE: src/parse/properties/autogenerated_counter_increment.c GENERATE: src/parse/properties/autogenerated_column_width.c GENERATE: src/parse/properties/autogenerated_column_span.c GENERATE: src/parse/properties/autogenerated_column_rule_width.c GENERATE: src/parse/properties/autogenerated_column_rule_style.c GENERATE: src/parse/properties/autogenerated_column_rule_color.c GENERATE: src/parse/properties/autogenerated_column_gap.c GENERATE: src/parse/properties/autogenerated_column_fill.c GENERATE: src/parse/properties/autogenerated_column_count.c GENERATE: src/parse/properties/autogenerated_color.c GENERATE: src/parse/properties/autogenerated_clear.c GENERATE: src/parse/properties/autogenerated_caption_side.c GENERATE: src/parse/properties/autogenerated_break_inside.c GENERATE: src/parse/properties/autogenerated_break_before.c GENERATE: src/parse/properties/autogenerated_break_after.c GENERATE: src/parse/properties/autogenerated_box_sizing.c GENERATE: src/parse/properties/autogenerated_bottom.c GENERATE: src/parse/properties/autogenerated_border_top_width.c GENERATE: src/parse/properties/autogenerated_border_top_style.c GENERATE: src/parse/properties/autogenerated_border_top_color.c GENERATE: src/parse/properties/autogenerated_border_top.c GENERATE: src/parse/properties/autogenerated_border_side_width.c GENERATE: src/parse/properties/autogenerated_border_side_style.c GENERATE: src/parse/properties/autogenerated_border_side_color.c GENERATE: src/parse/properties/autogenerated_border_right_width.c GENERATE: src/parse/properties/autogenerated_border_right_style.c GENERATE: src/parse/properties/autogenerated_border_right_color.c GENERATE: src/parse/properties/autogenerated_border_right.c GENERATE: src/parse/properties/autogenerated_border_left_width.c GENERATE: src/parse/properties/autogenerated_border_left_style.c GENERATE: src/parse/properties/autogenerated_border_left_color.c GENERATE: src/parse/properties/autogenerated_border_left.c GENERATE: src/parse/properties/autogenerated_border_collapse.c GENERATE: src/parse/properties/autogenerated_border_bottom_width.c GENERATE: src/parse/properties/autogenerated_border_bottom_style.c GENERATE: src/parse/properties/autogenerated_border_bottom_color.c GENERATE: src/parse/properties/autogenerated_border_bottom.c GENERATE: src/parse/properties/autogenerated_background_repeat.c GENERATE: src/parse/properties/autogenerated_background_image.c GENERATE: src/parse/properties/autogenerated_background_color.c GENERATE: src/parse/properties/autogenerated_background_attachment.c GENERATE: src/parse/properties/autogenerated_align_self.c GENERATE: src/parse/properties/autogenerated_align_items.c GENERATE: src/parse/properties/autogenerated_align_content.c COMPILE: src/stylesheet.c COMPILE: src/lex/lex.c COMPILE: src/parse/parse.c COMPILE: src/parse/language.c COMPILE: src/parse/important.c COMPILE: src/parse/propstrings.c COMPILE: src/parse/font_face.c COMPILE: src/parse/mq.c COMPILE: src/parse/properties/azimuth.c COMPILE: src/parse/properties/background.c COMPILE: src/parse/properties/background_position.c COMPILE: src/parse/properties/border.c COMPILE: src/parse/properties/border_color.c COMPILE: src/parse/properties/border_spacing.c COMPILE: src/parse/properties/border_style.c COMPILE: src/parse/properties/border_width.c COMPILE: src/parse/properties/clip.c COMPILE: src/parse/properties/columns.c COMPILE: src/parse/properties/column_rule.c COMPILE: src/parse/properties/content.c COMPILE: src/parse/properties/cue.c COMPILE: src/parse/properties/cursor.c COMPILE: src/parse/properties/elevation.c COMPILE: src/parse/properties/flex.c COMPILE: src/parse/properties/flex_flow.c COMPILE: src/parse/properties/font.c COMPILE: src/parse/properties/font_family.c COMPILE: src/parse/properties/font_weight.c COMPILE: src/parse/properties/list_style.c COMPILE: src/parse/properties/list_style_type.c COMPILE: src/parse/properties/margin.c COMPILE: src/parse/properties/opacity.c COMPILE: src/parse/properties/outline.c COMPILE: src/parse/properties/overflow.c COMPILE: src/parse/properties/padding.c COMPILE: src/parse/properties/pause.c COMPILE: src/parse/properties/play_during.c COMPILE: src/parse/properties/properties.c COMPILE: src/parse/properties/quotes.c COMPILE: src/parse/properties/text_decoration.c COMPILE: src/parse/properties/utils.c COMPILE: src/parse/properties/voice_family.c COMPILE: src/parse/properties/autogenerated_background_repeat.c COMPILE: src/parse/properties/autogenerated_border_collapse.c COMPILE: src/parse/properties/autogenerated_cue_after.c COMPILE: src/parse/properties/autogenerated_cue_before.c COMPILE: src/parse/properties/autogenerated_direction.c COMPILE: src/parse/properties/autogenerated_display.c COMPILE: src/parse/properties/autogenerated_empty_cells.c COMPILE: src/parse/properties/autogenerated_float.c COMPILE: src/parse/properties/autogenerated_font_size.c COMPILE: src/parse/properties/autogenerated_font_style.c COMPILE: src/parse/properties/autogenerated_font_variant.c COMPILE: src/parse/properties/autogenerated_height.c COMPILE: src/parse/properties/autogenerated_letter_spacing.c COMPILE: src/parse/properties/autogenerated_line_height.c COMPILE: src/parse/properties/autogenerated_border_top.c COMPILE: src/parse/properties/autogenerated_border_bottom.c COMPILE: src/parse/properties/autogenerated_border_left.c COMPILE: src/parse/properties/autogenerated_border_right.c COMPILE: src/parse/properties/autogenerated_max_height.c COMPILE: src/parse/properties/autogenerated_max_width.c COMPILE: src/parse/properties/autogenerated_min_height.c COMPILE: src/parse/properties/autogenerated_min_width.c COMPILE: src/parse/properties/autogenerated_color.c COMPILE: src/parse/properties/autogenerated_padding_side.c COMPILE: src/parse/properties/autogenerated_padding_bottom.c COMPILE: src/parse/properties/autogenerated_padding_left.c COMPILE: src/parse/properties/autogenerated_padding_top.c COMPILE: src/parse/properties/autogenerated_padding_right.c COMPILE: src/parse/properties/autogenerated_margin_side.c COMPILE: src/parse/properties/autogenerated_margin_top.c COMPILE: src/parse/properties/autogenerated_margin_bottom.c COMPILE: src/parse/properties/autogenerated_margin_left.c COMPILE: src/parse/properties/autogenerated_margin_right.c COMPILE: src/parse/properties/autogenerated_side.c COMPILE: src/parse/properties/autogenerated_top.c COMPILE: src/parse/properties/autogenerated_bottom.c COMPILE: src/parse/properties/autogenerated_left.c COMPILE: src/parse/properties/autogenerated_right.c COMPILE: src/parse/properties/autogenerated_border_side_width.c COMPILE: src/parse/properties/autogenerated_border_top_width.c COMPILE: src/parse/properties/autogenerated_border_bottom_width.c COMPILE: src/parse/properties/autogenerated_border_left_width.c COMPILE: src/parse/properties/autogenerated_border_right_width.c COMPILE: src/parse/properties/autogenerated_border_side_style.c COMPILE: src/parse/properties/autogenerated_border_top_style.c COMPILE: src/parse/properties/autogenerated_border_bottom_style.c COMPILE: src/parse/properties/autogenerated_border_left_style.c COMPILE: src/parse/properties/autogenerated_border_right_style.c COMPILE: src/parse/properties/autogenerated_border_side_color.c COMPILE: src/parse/properties/autogenerated_border_top_color.c COMPILE: src/parse/properties/autogenerated_border_bottom_color.c COMPILE: src/parse/properties/autogenerated_border_left_color.c COMPILE: src/parse/properties/autogenerated_border_right_color.c COMPILE: src/parse/properties/autogenerated_counter_increment.c COMPILE: src/parse/properties/autogenerated_counter_reset.c COMPILE: src/parse/properties/autogenerated_background_attachment.c COMPILE: src/parse/properties/autogenerated_background_color.c COMPILE: src/parse/properties/autogenerated_caption_side.c COMPILE: src/parse/properties/autogenerated_clear.c COMPILE: src/parse/properties/autogenerated_background_image.c COMPILE: src/parse/properties/autogenerated_list_style_image.c COMPILE: src/parse/properties/autogenerated_list_style_position.c COMPILE: src/parse/properties/autogenerated_orphans.c COMPILE: src/parse/properties/autogenerated_outline_color.c COMPILE: src/parse/properties/autogenerated_outline_style.c COMPILE: src/parse/properties/autogenerated_outline_width.c COMPILE: src/parse/properties/autogenerated_overflow_x.c COMPILE: src/parse/properties/autogenerated_overflow_y.c COMPILE: src/parse/properties/autogenerated_page_break_after.c COMPILE: src/parse/properties/autogenerated_page_break_before.c COMPILE: src/parse/properties/autogenerated_page_break_inside.c COMPILE: src/parse/properties/autogenerated_pause_after.c COMPILE: src/parse/properties/autogenerated_pause_before.c COMPILE: src/parse/properties/autogenerated_pitch.c COMPILE: src/parse/properties/autogenerated_pitch_range.c COMPILE: src/parse/properties/autogenerated_position.c COMPILE: src/parse/properties/autogenerated_richness.c COMPILE: src/parse/properties/autogenerated_speak.c COMPILE: src/parse/properties/autogenerated_speak_header.c COMPILE: src/parse/properties/autogenerated_speak_numeral.c COMPILE: src/parse/properties/autogenerated_speak_punctuation.c COMPILE: src/parse/properties/autogenerated_speech_rate.c COMPILE: src/parse/properties/autogenerated_stress.c COMPILE: src/parse/properties/autogenerated_table_layout.c COMPILE: src/parse/properties/autogenerated_text_align.c COMPILE: src/parse/properties/autogenerated_text_indent.c COMPILE: src/parse/properties/autogenerated_text_transform.c COMPILE: src/parse/properties/autogenerated_unicode_bidi.c COMPILE: src/parse/properties/autogenerated_vertical_align.c COMPILE: src/parse/properties/autogenerated_visibility.c COMPILE: src/parse/properties/autogenerated_volume.c COMPILE: src/parse/properties/autogenerated_white_space.c COMPILE: src/parse/properties/autogenerated_widows.c COMPILE: src/parse/properties/autogenerated_width.c COMPILE: src/parse/properties/autogenerated_word_spacing.c COMPILE: src/parse/properties/autogenerated_z_index.c COMPILE: src/parse/properties/autogenerated_break_after.c COMPILE: src/parse/properties/autogenerated_break_before.c COMPILE: src/parse/properties/autogenerated_break_inside.c COMPILE: src/parse/properties/autogenerated_column_count.c COMPILE: src/parse/properties/autogenerated_column_fill.c COMPILE: src/parse/properties/autogenerated_column_gap.c COMPILE: src/parse/properties/autogenerated_column_rule_color.c COMPILE: src/parse/properties/autogenerated_column_rule_style.c COMPILE: src/parse/properties/autogenerated_column_rule_width.c COMPILE: src/parse/properties/autogenerated_column_span.c COMPILE: src/parse/properties/autogenerated_column_width.c COMPILE: src/parse/properties/autogenerated_writing_mode.c COMPILE: src/parse/properties/autogenerated_box_sizing.c COMPILE: src/parse/properties/autogenerated_align_content.c COMPILE: src/parse/properties/autogenerated_align_items.c COMPILE: src/parse/properties/autogenerated_align_self.c COMPILE: src/parse/properties/autogenerated_flex_basis.c COMPILE: src/parse/properties/autogenerated_flex_direction.c COMPILE: src/parse/properties/autogenerated_flex_grow.c COMPILE: src/parse/properties/autogenerated_flex_shrink.c COMPILE: src/parse/properties/autogenerated_flex_wrap.c COMPILE: src/parse/properties/autogenerated_justify_content.c COMPILE: src/parse/properties/autogenerated_order.c COMPILE: src/select/arena.c COMPILE: src/select/computed.c src/select/computed.c: In function 'css__compute_absolute_values': src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:35: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:18: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:34: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:19: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ COMPILE: src/select/dispatch.c COMPILE: src/select/hash.c COMPILE: src/select/select.c COMPILE: src/select/font_face.c COMPILE: src/select/properties/helpers.c COMPILE: src/select/properties/align_content.c COMPILE: src/select/properties/align_items.c COMPILE: src/select/properties/align_self.c COMPILE: src/select/properties/azimuth.c COMPILE: src/select/properties/background_attachment.c COMPILE: src/select/properties/background_color.c COMPILE: src/select/properties/background_image.c COMPILE: src/select/properties/background_position.c COMPILE: src/select/properties/background_repeat.c COMPILE: src/select/properties/border_bottom_color.c COMPILE: src/select/properties/border_bottom_style.c COMPILE: src/select/properties/border_bottom_width.c COMPILE: src/select/properties/border_collapse.c COMPILE: src/select/properties/border_left_color.c COMPILE: src/select/properties/border_left_style.c COMPILE: src/select/properties/border_left_width.c COMPILE: src/select/properties/border_right_color.c COMPILE: src/select/properties/border_right_style.c COMPILE: src/select/properties/border_right_width.c COMPILE: src/select/properties/border_spacing.c COMPILE: src/select/properties/border_top_color.c COMPILE: src/select/properties/border_top_style.c COMPILE: src/select/properties/border_top_width.c COMPILE: src/select/properties/bottom.c COMPILE: src/select/properties/box_sizing.c COMPILE: src/select/properties/break_after.c COMPILE: src/select/properties/break_before.c COMPILE: src/select/properties/break_inside.c COMPILE: src/select/properties/caption_side.c COMPILE: src/select/properties/clear.c COMPILE: src/select/properties/clip.c COMPILE: src/select/properties/color.c COMPILE: src/select/properties/column_count.c COMPILE: src/select/properties/column_fill.c COMPILE: src/select/properties/column_gap.c COMPILE: src/select/properties/column_rule_color.c COMPILE: src/select/properties/column_rule_style.c COMPILE: src/select/properties/column_rule_width.c COMPILE: src/select/properties/column_span.c COMPILE: src/select/properties/column_width.c COMPILE: src/select/properties/content.c COMPILE: src/select/properties/counter_increment.c COMPILE: src/select/properties/counter_reset.c COMPILE: src/select/properties/cue_after.c COMPILE: src/select/properties/cue_before.c COMPILE: src/select/properties/cursor.c COMPILE: src/select/properties/direction.c COMPILE: src/select/properties/display.c COMPILE: src/select/properties/elevation.c COMPILE: src/select/properties/empty_cells.c COMPILE: src/select/properties/flex_basis.c COMPILE: src/select/properties/flex_direction.c COMPILE: src/select/properties/flex_grow.c COMPILE: src/select/properties/flex_shrink.c COMPILE: src/select/properties/flex_wrap.c COMPILE: src/select/properties/float.c COMPILE: src/select/properties/font_family.c COMPILE: src/select/properties/font_size.c COMPILE: src/select/properties/font_style.c COMPILE: src/select/properties/font_variant.c COMPILE: src/select/properties/font_weight.c COMPILE: src/select/properties/height.c COMPILE: src/select/properties/justify_content.c COMPILE: src/select/properties/left.c COMPILE: src/select/properties/letter_spacing.c COMPILE: src/select/properties/line_height.c COMPILE: src/select/properties/list_style_image.c COMPILE: src/select/properties/list_style_position.c COMPILE: src/select/properties/list_style_type.c COMPILE: src/select/properties/margin_bottom.c COMPILE: src/select/properties/margin_left.c COMPILE: src/select/properties/margin_right.c COMPILE: src/select/properties/margin_top.c COMPILE: src/select/properties/max_height.c COMPILE: src/select/properties/max_width.c COMPILE: src/select/properties/min_height.c COMPILE: src/select/properties/min_width.c COMPILE: src/select/properties/opacity.c COMPILE: src/select/properties/order.c COMPILE: src/select/properties/orphans.c COMPILE: src/select/properties/outline_color.c COMPILE: src/select/properties/outline_style.c COMPILE: src/select/properties/outline_width.c COMPILE: src/select/properties/overflow_x.c COMPILE: src/select/properties/overflow_y.c COMPILE: src/select/properties/padding_bottom.c COMPILE: src/select/properties/padding_left.c COMPILE: src/select/properties/padding_right.c COMPILE: src/select/properties/padding_top.c COMPILE: src/select/properties/page_break_after.c COMPILE: src/select/properties/page_break_before.c COMPILE: src/select/properties/page_break_inside.c COMPILE: src/select/properties/pause_after.c COMPILE: src/select/properties/pause_before.c COMPILE: src/select/properties/pitch.c COMPILE: src/select/properties/pitch_range.c COMPILE: src/select/properties/play_during.c COMPILE: src/select/properties/position.c COMPILE: src/select/properties/quotes.c COMPILE: src/select/properties/richness.c COMPILE: src/select/properties/right.c COMPILE: src/select/properties/speech_rate.c COMPILE: src/select/properties/speak.c COMPILE: src/select/properties/speak_header.c COMPILE: src/select/properties/speak_numeral.c COMPILE: src/select/properties/speak_punctuation.c COMPILE: src/select/properties/stress.c COMPILE: src/select/properties/table_layout.c COMPILE: src/select/properties/text_align.c COMPILE: src/select/properties/text_decoration.c COMPILE: src/select/properties/text_indent.c COMPILE: src/select/properties/text_transform.c COMPILE: src/select/properties/top.c COMPILE: src/select/properties/unicode_bidi.c COMPILE: src/select/properties/vertical_align.c COMPILE: src/select/properties/visibility.c COMPILE: src/select/properties/voice_family.c COMPILE: src/select/properties/volume.c COMPILE: src/select/properties/white_space.c COMPILE: src/select/properties/widows.c COMPILE: src/select/properties/width.c COMPILE: src/select/properties/word_spacing.c COMPILE: src/select/properties/writing_mode.c COMPILE: src/select/properties/z_index.c COMPILE: src/utils/errors.c COMPILE: src/utils/utils.c COMPILE: src/charset/detect.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libcss.a install -m 644 include/libcss/computed.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/errors.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/font_face.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/fpmath.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/functypes.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/hint.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/libcss.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/properties.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/select.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/stylesheet.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/types.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libcss sed -e... libcss.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libcss.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libcss.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libcss.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libcss.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libcss' /usr/bin/make install --directory=libhubbub HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libhubbub' ENTITIES: src/tokeniser/entities.inc COMPILE: src/parser.c COMPILE: src/treebuilder/treebuilder.c COMPILE: src/treebuilder/initial.c COMPILE: src/treebuilder/before_html.c COMPILE: src/treebuilder/before_head.c COMPILE: src/treebuilder/in_head.c COMPILE: src/treebuilder/in_head_noscript.c COMPILE: src/treebuilder/after_head.c COMPILE: src/treebuilder/in_body.c COMPILE: src/treebuilder/in_table.c COMPILE: src/treebuilder/in_caption.c COMPILE: src/treebuilder/in_column_group.c COMPILE: src/treebuilder/in_table_body.c COMPILE: src/treebuilder/in_row.c COMPILE: src/treebuilder/in_cell.c COMPILE: src/treebuilder/in_select.c COMPILE: src/treebuilder/in_select_in_table.c COMPILE: src/treebuilder/in_foreign_content.c COMPILE: src/treebuilder/after_body.c COMPILE: src/treebuilder/in_frameset.c COMPILE: src/treebuilder/after_frameset.c COMPILE: src/treebuilder/after_after_body.c COMPILE: src/treebuilder/after_after_frameset.c COMPILE: src/treebuilder/generic_rcdata.c COMPILE: src/utils/errors.c COMPILE: src/utils/string.c COMPILE: src/tokeniser/entities.c COMPILE: src/tokeniser/tokeniser.c COMPILE: src/charset/detect.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libhubbub.a install -m 644 include/hubbub/errors.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/functypes.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/hubbub.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/parser.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/tree.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/types.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/hubbub sed -e... libhubbub.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libhubbub.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libhubbub.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libhubbub.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libhubbub.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libhubbub' /usr/bin/make install --directory=libdom HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libdom' COMPILE: src/events/event.c COMPILE: src/events/dispatch.c COMPILE: src/events/event_target.c COMPILE: src/events/document_event.c COMPILE: src/events/custom_event.c COMPILE: src/events/keyboard_event.c COMPILE: src/events/mouse_wheel_event.c COMPILE: src/events/text_event.c COMPILE: src/events/event_listener.c COMPILE: src/events/mouse_event.c COMPILE: src/events/mutation_event.c COMPILE: src/events/ui_event.c COMPILE: src/events/mouse_multi_wheel_event.c COMPILE: src/events/mutation_name_event.c COMPILE: src/html/html_applet_element.c COMPILE: src/html/html_area_element.c COMPILE: src/html/html_anchor_element.c COMPILE: src/html/html_basefont_element.c COMPILE: src/html/html_base_element.c COMPILE: src/html/html_body_element.c COMPILE: src/html/html_button_element.c COMPILE: src/html/html_canvas_element.c COMPILE: src/html/html_collection.c COMPILE: src/html/html_document.c COMPILE: src/html/html_element.c COMPILE: src/html/html_dlist_element.c COMPILE: src/html/html_directory_element.c COMPILE: src/html/html_options_collection.c COMPILE: src/html/html_html_element.c COMPILE: src/html/html_head_element.c COMPILE: src/html/html_link_element.c COMPILE: src/html/html_title_element.c COMPILE: src/html/html_meta_element.c COMPILE: src/html/html_style_element.c COMPILE: src/html/html_form_element.c COMPILE: src/html/html_select_element.c COMPILE: src/html/html_input_element.c COMPILE: src/html/html_text_area_element.c COMPILE: src/html/html_opt_group_element.c COMPILE: src/html/html_option_element.c COMPILE: src/html/html_hr_element.c COMPILE: src/html/html_menu_element.c COMPILE: src/html/html_fieldset_element.c COMPILE: src/html/html_legend_element.c COMPILE: src/html/html_div_element.c COMPILE: src/html/html_paragraph_element.c COMPILE: src/html/html_heading_element.c COMPILE: src/html/html_quote_element.c COMPILE: src/html/html_pre_element.c COMPILE: src/html/html_br_element.c COMPILE: src/html/html_label_element.c COMPILE: src/html/html_ulist_element.c COMPILE: src/html/html_olist_element.c COMPILE: src/html/html_li_element.c COMPILE: src/html/html_font_element.c COMPILE: src/html/html_mod_element.c COMPILE: src/html/html_image_element.c COMPILE: src/html/html_object_element.c COMPILE: src/html/html_param_element.c COMPILE: src/html/html_map_element.c COMPILE: src/html/html_script_element.c COMPILE: src/html/html_tablecaption_element.c COMPILE: src/html/html_tablecell_element.c COMPILE: src/html/html_tablecol_element.c COMPILE: src/html/html_tablesection_element.c COMPILE: src/html/html_table_element.c COMPILE: src/html/html_tablerow_element.c COMPILE: src/html/html_frameset_element.c COMPILE: src/html/html_frame_element.c COMPILE: src/html/html_iframe_element.c COMPILE: src/html/html_isindex_element.c COMPILE: src/core/string.c COMPILE: src/core/node.c COMPILE: src/core/attr.c COMPILE: src/core/characterdata.c COMPILE: src/core/element.c COMPILE: src/core/implementation.c COMPILE: src/core/text.c COMPILE: src/core/typeinfo.c COMPILE: src/core/comment.c COMPILE: src/core/namednodemap.c COMPILE: src/core/nodelist.c COMPILE: src/core/cdatasection.c COMPILE: src/core/document_type.c COMPILE: src/core/entity_ref.c COMPILE: src/core/pi.c COMPILE: src/core/doc_fragment.c COMPILE: src/core/document.c COMPILE: src/utils/namespace.c COMPILE: src/utils/hashtable.c COMPILE: src/utils/character_valid.c COMPILE: src/utils/validate.c COMPILE: bindings/xml/expat_xmlparser.c COMPILE: bindings/hubbub/parser.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libdom.a install -m 644 bindings/xml/xmlerror.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/xml install -m 644 bindings/xml/xmlparser.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/xml install -m 644 bindings/hubbub/errors.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/hubbub install -m 644 bindings/hubbub/parser.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/hubbub install -m 644 include/dom/dom.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/functypes.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/inttypes.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/core/attr.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/characterdata.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/cdatasection.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/comment.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/doc_fragment.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/document.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/document_type.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/entity_ref.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/exceptions.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/implementation.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/namednodemap.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/node.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/nodelist.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/string.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/pi.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/text.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/typeinfo.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/events/event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/ui_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/custom_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/keyboard_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/text_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_wheel_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_multi_wheel_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mutation_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/event_target.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mutation_name_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/events.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/event_listener.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/document_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/html/html_document.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_collection.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_elements.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_html_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_head_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_link_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_title_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_body_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_meta_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_form_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_button_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_canvas_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_input_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_select_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_text_area_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_option_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_opt_group_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_options_collection.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_hr_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_dlist_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_directory_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_menu_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_fieldset_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_legend_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_div_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_paragraph_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_heading_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_quote_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_pre_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_br_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_label_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_ulist_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_olist_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_li_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_font_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_mod_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_anchor_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_basefont_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_image_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_object_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_param_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_applet_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_area_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_map_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_script_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecaption_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecell_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecol_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablesection_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_table_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablerow_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_base_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_style_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_frameset_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_frame_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_iframe_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_isindex_element.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/dom/html sed -e... libdom.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libdom.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libdom.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libdom.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libdom.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libdom' /usr/bin/make install --directory=libnsbmp HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsbmp' COMPILE: src/libnsbmp.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsbmp.a install -m 644 include/libnsbmp.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/ sed -e... libnsbmp.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsbmp.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsbmp.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsbmp.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsbmp.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsbmp' /usr/bin/make install --directory=libnsgif HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsgif' COMPILE: src/libnsgif.c COMPILE: src/lzw.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsgif.a install -m 644 include/libnsgif.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnsgif.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsgif.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsgif.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsgif.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsgif.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsgif' /usr/bin/make install --directory=librosprite HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/librosprite' COMPILE: src/librosprite.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/librosprite.a install -m 644 include/librosprite.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include sed -e... librosprite.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/librosprite.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/librosprite.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/librosprite.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/librosprite.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/librosprite' /usr/bin/make install --directory=libnsutils HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsutils' COMPILE: src/base64.c COMPILE: src/time.c COMPILE: src/unistd.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsutils.a install -m 644 include/nsutils/errors.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/base64.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/endian.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/time.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/unistd.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/nsutils sed -e... libnsutils.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsutils.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsutils.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsutils.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsutils.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsutils' /usr/bin/make install --directory=libutf8proc HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libutf8proc' COMPILE: src/utf8proc.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libutf8proc.a install -m 644 include/libutf8proc/utf8proc.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include/libutf8proc sed -e... libutf8proc.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libutf8proc.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libutf8proc.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libutf8proc.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libutf8proc.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libutf8proc' /usr/bin/make install --directory=libnspsl HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnspsl' COMPILE: src/nspsl.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnspsl.a install -m 644 include/nspsl.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnspsl.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnspsl.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnspsl.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnspsl.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnspsl.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnspsl' /usr/bin/make install --directory=libsvgtiny HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libsvgtiny' GPERF: src/colors.gperf COMPILE: src/svgtiny.c COMPILE: src/svgtiny_gradient.c COMPILE: src/svgtiny_list.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libsvgtiny.a install -m 644 include/svgtiny.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include sed -e... libsvgtiny.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libsvgtiny.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libsvgtiny.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libsvgtiny.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libsvgtiny.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libsvgtiny' /usr/bin/make install --directory=libnsfb HOST=powerpc-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsfb' COMPILE: src/libnsfb.c COMPILE: src/dump.c COMPILE: src/cursor.c COMPILE: src/palette.c COMPILE: src/plot/api.c COMPILE: src/plot/util.c COMPILE: src/plot/generic.c COMPILE: src/plot/32bpp-xrgb8888.c COMPILE: src/plot/32bpp-xbgr8888.c COMPILE: src/plot/16bpp.c COMPILE: src/plot/8bpp.c COMPILE: src/surface/surface.c COMPILE: src/surface/ram.c COMPILE: src/surface/sdl.c COMPILE: src/surface/vnc.c AR: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsfb.a install -m 644 include/libnsfb.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_plot.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_plot_util.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_event.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_cursor.h /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnsfb.pc.in >build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsfb.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsfb.pc /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsfb.pc install -m 644 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-lib-static/libnsfb.a /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/libnsfb' /usr/bin/make install --directory=nsgenbind HOST=powerpc-buildroot-linux-uclibc CC="/usr/bin/gcc" PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr Q=@ DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/nsgenbind' BISON: src/webidl-parser.y src/webidl-parser.y:51.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 51 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/webidl-parser.y:52.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 52 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose src/webidl-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/webidl-lexer.l BISON: src/nsgenbind-parser.y src/nsgenbind-parser.y:12.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 12 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/nsgenbind-parser.y:16.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 16 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose src/nsgenbind-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/nsgenbind-lexer.l COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/nsgenbind-parser.c COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/nsgenbind-lexer.c COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/webidl-parser.c COMPILE: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/webidl-lexer.c COMPILE: src/nsgenbind.c COMPILE: src/utils.c COMPILE: src/output.c COMPILE: src/webidl-ast.c COMPILE: src/nsgenbind-ast.c COMPILE: src/ir.c COMPILE: src/duk-libdom.c COMPILE: src/duk-libdom-interface.c COMPILE: src/duk-libdom-dictionary.c COMPILE: src/duk-libdom-common.c COMPILE: src/duk-libdom-generated.c LINK: build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/nsgenbind install -m 755 build-x86_64-linux-gnu-powerpc-buildroot-linux-uclibc-release-binary/nsgenbind /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/nsgenbind' /usr/bin/make --directory=netsurf PREFIX=/usr TARGET=framebuffer BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lpng' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf' M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) disabled (NETSURF_USE_WEBP := NO) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled GENBIND: content/handlers/javascript/duktape/netsurf.bnd M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) disabled (NETSURF_USE_WEBP := NO) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled MKDIR: build/Linux-framebuffer MKDIR: build/Linux-framebuffer/deps COMPILE: build/Linux-framebuffer/duktape/application_cache.c COMPILE: build/Linux-framebuffer/duktape/attr.c COMPILE: build/Linux-framebuffer/duktape/audio_track.c COMPILE: build/Linux-framebuffer/duktape/audio_track_list.c COMPILE: build/Linux-framebuffer/duktape/autocomplete_error_event.c COMPILE: build/Linux-framebuffer/duktape/autocomplete_error_event_init.c COMPILE: build/Linux-framebuffer/duktape/bar_prop.c COMPILE: build/Linux-framebuffer/duktape/before_unload_event.c COMPILE: build/Linux-framebuffer/duktape/binding.c COMPILE: build/Linux-framebuffer/duktape/broadcast_channel.c COMPILE: build/Linux-framebuffer/duktape/canvas_gradient.c COMPILE: build/Linux-framebuffer/duktape/canvas_pattern.c COMPILE: build/Linux-framebuffer/duktape/canvas_proxy.c COMPILE: build/Linux-framebuffer/duktape/canvas_rendering_context2d.c COMPILE: build/Linux-framebuffer/duktape/canvas_rendering_context2d_settings.c COMPILE: build/Linux-framebuffer/duktape/character_data.c COMPILE: build/Linux-framebuffer/duktape/close_event.c COMPILE: build/Linux-framebuffer/duktape/close_event_init.c COMPILE: build/Linux-framebuffer/duktape/comment.c COMPILE: build/Linux-framebuffer/duktape/composition_event.c COMPILE: build/Linux-framebuffer/duktape/composition_event_init.c COMPILE: build/Linux-framebuffer/duktape/console.c COMPILE: build/Linux-framebuffer/duktape/css.c COMPILE: build/Linux-framebuffer/duktape/css_grouping_rule.c build/Linux-framebuffer/duktape/css_grouping_rule.c: In function 'dukky_css_grouping_rule___constructor': build/Linux-framebuffer/duktape/css_grouping_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_grouping_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_grouping_rule.c:56:45: note: referencing an object of size 0 allocated by 'calloc' 56 | css_grouping_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_import_rule.c build/Linux-framebuffer/duktape/css_import_rule.c: In function 'dukky_css_import_rule___constructor': build/Linux-framebuffer/duktape/css_import_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_import_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_import_rule.c:56:43: note: referencing an object of size 0 allocated by 'calloc' 56 | css_import_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_margin_rule.c build/Linux-framebuffer/duktape/css_margin_rule.c: In function 'dukky_css_margin_rule___constructor': build/Linux-framebuffer/duktape/css_margin_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_margin_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_margin_rule.c:56:43: note: referencing an object of size 0 allocated by 'calloc' 56 | css_margin_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_media_rule.c build/Linux-framebuffer/duktape/css_media_rule.c: In function 'dukky_css_media_rule___constructor': build/Linux-framebuffer/duktape/css_media_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_media_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_grouping_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_media_rule.c:56:42: note: referencing an object of size 0 allocated by 'calloc' 56 | css_media_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_namespace_rule.c build/Linux-framebuffer/duktape/css_namespace_rule.c: In function 'dukky_css_namespace_rule___constructor': build/Linux-framebuffer/duktape/css_namespace_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_namespace_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_namespace_rule.c:56:46: note: referencing an object of size 0 allocated by 'calloc' 56 | css_namespace_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_page_rule.c build/Linux-framebuffer/duktape/css_page_rule.c: In function 'dukky_css_page_rule___constructor': build/Linux-framebuffer/duktape/css_page_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_page_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_grouping_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_page_rule.c:56:41: note: referencing an object of size 0 allocated by 'calloc' 56 | css_page_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_rule.c COMPILE: build/Linux-framebuffer/duktape/css_rule_list.c COMPILE: build/Linux-framebuffer/duktape/css_style_declaration.c COMPILE: build/Linux-framebuffer/duktape/css_style_rule.c build/Linux-framebuffer/duktape/css_style_rule.c: In function 'dukky_css_style_rule___constructor': build/Linux-framebuffer/duktape/css_style_rule.c:45:9: warning: array subscript 0 is outside array bounds of 'css_style_rule_private_t[0]' [-Warray-bounds] 45 | dukky_css_rule___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_style_rule.c:56:42: note: referencing an object of size 0 allocated by 'calloc' 56 | css_style_rule_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/css_style_sheet.c build/Linux-framebuffer/duktape/css_style_sheet.c: In function 'dukky_css_style_sheet___constructor': build/Linux-framebuffer/duktape/css_style_sheet.c:45:9: warning: array subscript 0 is outside array bounds of 'css_style_sheet_private_t[0]' [-Warray-bounds] 45 | dukky_style_sheet___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/css_style_sheet.c:56:43: note: referencing an object of size 0 allocated by 'calloc' 56 | css_style_sheet_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/custom_event.c COMPILE: build/Linux-framebuffer/duktape/custom_event_init.c COMPILE: build/Linux-framebuffer/duktape/data_transfer.c COMPILE: build/Linux-framebuffer/duktape/data_transfer_item.c COMPILE: build/Linux-framebuffer/duktape/data_transfer_item_list.c COMPILE: build/Linux-framebuffer/duktape/dedicated_worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/document.c COMPILE: build/Linux-framebuffer/duktape/document_fragment.c COMPILE: build/Linux-framebuffer/duktape/document_type.c COMPILE: build/Linux-framebuffer/duktape/dom_element_map.c COMPILE: build/Linux-framebuffer/duktape/dom_implementation.c COMPILE: build/Linux-framebuffer/duktape/dom_parser.c COMPILE: build/Linux-framebuffer/duktape/dom_settable_token_list.c build/Linux-framebuffer/duktape/dom_settable_token_list.c: In function 'dukky_dom_settable_token_list___constructor': build/Linux-framebuffer/duktape/dom_settable_token_list.c:45:9: warning: array subscript 0 is outside array bounds of 'dom_settable_token_list_private_t[0]' [-Warray-bounds] 45 | dukky_dom_token_list___init(ctx, &priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Linux-framebuffer/duktape/dom_settable_token_list.c:56:51: note: referencing an object of size 0 allocated by 'calloc' 56 | dom_settable_token_list_private_t *priv = calloc(1, sizeof(*priv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ COMPILE: build/Linux-framebuffer/duktape/dom_string_map.c COMPILE: build/Linux-framebuffer/duktape/dom_token_list.c COMPILE: build/Linux-framebuffer/duktape/drag_event.c COMPILE: build/Linux-framebuffer/duktape/drag_event_init.c COMPILE: build/Linux-framebuffer/duktape/drawing_style.c COMPILE: build/Linux-framebuffer/duktape/element.c COMPILE: build/Linux-framebuffer/duktape/error_event.c COMPILE: build/Linux-framebuffer/duktape/error_event_init.c COMPILE: build/Linux-framebuffer/duktape/event.c COMPILE: build/Linux-framebuffer/duktape/event_init.c COMPILE: build/Linux-framebuffer/duktape/event_listener.c COMPILE: build/Linux-framebuffer/duktape/event_modifier_init.c COMPILE: build/Linux-framebuffer/duktape/event_source.c COMPILE: build/Linux-framebuffer/duktape/event_source_init.c COMPILE: build/Linux-framebuffer/duktape/event_target.c COMPILE: build/Linux-framebuffer/duktape/external.c COMPILE: build/Linux-framebuffer/duktape/focus_event.c COMPILE: build/Linux-framebuffer/duktape/focus_event_init.c COMPILE: build/Linux-framebuffer/duktape/hash_change_event.c COMPILE: build/Linux-framebuffer/duktape/hash_change_event_init.c COMPILE: build/Linux-framebuffer/duktape/history.c COMPILE: build/Linux-framebuffer/duktape/hit_region_options.c COMPILE: build/Linux-framebuffer/duktape/html_all_collection.c COMPILE: build/Linux-framebuffer/duktape/html_anchor_element.c COMPILE: build/Linux-framebuffer/duktape/html_applet_element.c COMPILE: build/Linux-framebuffer/duktape/html_area_element.c COMPILE: build/Linux-framebuffer/duktape/html_audio_element.c COMPILE: build/Linux-framebuffer/duktape/html_base_element.c COMPILE: build/Linux-framebuffer/duktape/html_body_element.c COMPILE: build/Linux-framebuffer/duktape/html_br_element.c COMPILE: build/Linux-framebuffer/duktape/html_button_element.c COMPILE: build/Linux-framebuffer/duktape/html_canvas_element.c COMPILE: build/Linux-framebuffer/duktape/html_collection.c COMPILE: build/Linux-framebuffer/duktape/html_data_element.c COMPILE: build/Linux-framebuffer/duktape/html_data_list_element.c COMPILE: build/Linux-framebuffer/duktape/html_details_element.c COMPILE: build/Linux-framebuffer/duktape/html_dialog_element.c COMPILE: build/Linux-framebuffer/duktape/html_directory_element.c COMPILE: build/Linux-framebuffer/duktape/html_div_element.c COMPILE: build/Linux-framebuffer/duktape/html_dlist_element.c COMPILE: build/Linux-framebuffer/duktape/html_element.c COMPILE: build/Linux-framebuffer/duktape/html_embed_element.c COMPILE: build/Linux-framebuffer/duktape/html_field_set_element.c COMPILE: build/Linux-framebuffer/duktape/html_font_element.c COMPILE: build/Linux-framebuffer/duktape/html_form_controls_collection.c COMPILE: build/Linux-framebuffer/duktape/html_form_element.c COMPILE: build/Linux-framebuffer/duktape/html_frame_element.c COMPILE: build/Linux-framebuffer/duktape/html_frame_set_element.c COMPILE: build/Linux-framebuffer/duktape/html_head_element.c COMPILE: build/Linux-framebuffer/duktape/html_heading_element.c COMPILE: build/Linux-framebuffer/duktape/html_hr_element.c COMPILE: build/Linux-framebuffer/duktape/html_html_element.c COMPILE: build/Linux-framebuffer/duktape/html_iframe_element.c COMPILE: build/Linux-framebuffer/duktape/html_image_element.c COMPILE: build/Linux-framebuffer/duktape/html_input_element.c COMPILE: build/Linux-framebuffer/duktape/html_keygen_element.c COMPILE: build/Linux-framebuffer/duktape/html_label_element.c COMPILE: build/Linux-framebuffer/duktape/html_legend_element.c COMPILE: build/Linux-framebuffer/duktape/html_li_element.c COMPILE: build/Linux-framebuffer/duktape/html_link_element.c COMPILE: build/Linux-framebuffer/duktape/html_map_element.c COMPILE: build/Linux-framebuffer/duktape/html_marquee_element.c COMPILE: build/Linux-framebuffer/duktape/html_media_element.c COMPILE: build/Linux-framebuffer/duktape/html_menu_element.c COMPILE: build/Linux-framebuffer/duktape/html_menu_item_element.c COMPILE: build/Linux-framebuffer/duktape/html_meta_element.c COMPILE: build/Linux-framebuffer/duktape/html_meter_element.c COMPILE: build/Linux-framebuffer/duktape/html_mod_element.c COMPILE: build/Linux-framebuffer/duktape/html_object_element.c COMPILE: build/Linux-framebuffer/duktape/html_olist_element.c COMPILE: build/Linux-framebuffer/duktape/html_opt_group_element.c COMPILE: build/Linux-framebuffer/duktape/html_option_element.c COMPILE: build/Linux-framebuffer/duktape/html_options_collection.c COMPILE: build/Linux-framebuffer/duktape/html_output_element.c COMPILE: build/Linux-framebuffer/duktape/html_paragraph_element.c COMPILE: build/Linux-framebuffer/duktape/html_param_element.c COMPILE: build/Linux-framebuffer/duktape/html_picture_element.c COMPILE: build/Linux-framebuffer/duktape/html_pre_element.c COMPILE: build/Linux-framebuffer/duktape/html_progress_element.c COMPILE: build/Linux-framebuffer/duktape/html_quote_element.c COMPILE: build/Linux-framebuffer/duktape/html_script_element.c COMPILE: build/Linux-framebuffer/duktape/html_select_element.c COMPILE: build/Linux-framebuffer/duktape/html_source_element.c COMPILE: build/Linux-framebuffer/duktape/html_span_element.c COMPILE: build/Linux-framebuffer/duktape/html_style_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_caption_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_col_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_data_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_header_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_row_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_section_element.c COMPILE: build/Linux-framebuffer/duktape/html_template_element.c COMPILE: build/Linux-framebuffer/duktape/html_text_area_element.c COMPILE: build/Linux-framebuffer/duktape/html_time_element.c COMPILE: build/Linux-framebuffer/duktape/html_title_element.c COMPILE: build/Linux-framebuffer/duktape/html_track_element.c COMPILE: build/Linux-framebuffer/duktape/html_ulist_element.c COMPILE: build/Linux-framebuffer/duktape/html_unknown_element.c COMPILE: build/Linux-framebuffer/duktape/html_video_element.c COMPILE: build/Linux-framebuffer/duktape/image_bitmap.c COMPILE: build/Linux-framebuffer/duktape/image_data.c COMPILE: build/Linux-framebuffer/duktape/keyboard_event.c COMPILE: build/Linux-framebuffer/duktape/keyboard_event_init.c COMPILE: build/Linux-framebuffer/duktape/location.c COMPILE: build/Linux-framebuffer/duktape/media_controller.c COMPILE: build/Linux-framebuffer/duktape/media_error.c COMPILE: build/Linux-framebuffer/duktape/media_list.c COMPILE: build/Linux-framebuffer/duktape/message_channel.c COMPILE: build/Linux-framebuffer/duktape/message_event.c COMPILE: build/Linux-framebuffer/duktape/message_event_init.c COMPILE: build/Linux-framebuffer/duktape/message_port.c COMPILE: build/Linux-framebuffer/duktape/mime_type.c COMPILE: build/Linux-framebuffer/duktape/mime_type_array.c COMPILE: build/Linux-framebuffer/duktape/mouse_event.c COMPILE: build/Linux-framebuffer/duktape/mouse_event_init.c COMPILE: build/Linux-framebuffer/duktape/mutation_event.c COMPILE: build/Linux-framebuffer/duktape/mutation_observer.c COMPILE: build/Linux-framebuffer/duktape/mutation_observer_init.c COMPILE: build/Linux-framebuffer/duktape/mutation_record.c COMPILE: build/Linux-framebuffer/duktape/named_node_map.c COMPILE: build/Linux-framebuffer/duktape/navigator.c COMPILE: build/Linux-framebuffer/duktape/node.c COMPILE: build/Linux-framebuffer/duktape/node_filter.c COMPILE: build/Linux-framebuffer/duktape/node_iterator.c COMPILE: build/Linux-framebuffer/duktape/node_list.c COMPILE: build/Linux-framebuffer/duktape/page_transition_event.c COMPILE: build/Linux-framebuffer/duktape/page_transition_event_init.c COMPILE: build/Linux-framebuffer/duktape/path2d.c COMPILE: build/Linux-framebuffer/duktape/plugin.c COMPILE: build/Linux-framebuffer/duktape/plugin_array.c COMPILE: build/Linux-framebuffer/duktape/pop_state_event.c COMPILE: build/Linux-framebuffer/duktape/pop_state_event_init.c COMPILE: build/Linux-framebuffer/duktape/processing_instruction.c COMPILE: build/Linux-framebuffer/duktape/pseudo_element.c COMPILE: build/Linux-framebuffer/duktape/radio_node_list.c COMPILE: build/Linux-framebuffer/duktape/range.c COMPILE: build/Linux-framebuffer/duktape/related_event.c COMPILE: build/Linux-framebuffer/duktape/related_event_init.c COMPILE: build/Linux-framebuffer/duktape/shared_worker.c COMPILE: build/Linux-framebuffer/duktape/shared_worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/storage.c COMPILE: build/Linux-framebuffer/duktape/storage_event.c COMPILE: build/Linux-framebuffer/duktape/storage_event_init.c COMPILE: build/Linux-framebuffer/duktape/style_sheet.c COMPILE: build/Linux-framebuffer/duktape/style_sheet_list.c COMPILE: build/Linux-framebuffer/duktape/svg_element.c COMPILE: build/Linux-framebuffer/duktape/text.c COMPILE: build/Linux-framebuffer/duktape/text_metrics.c COMPILE: build/Linux-framebuffer/duktape/text_track.c COMPILE: build/Linux-framebuffer/duktape/text_track_cue.c COMPILE: build/Linux-framebuffer/duktape/text_track_cue_list.c COMPILE: build/Linux-framebuffer/duktape/text_track_list.c COMPILE: build/Linux-framebuffer/duktape/time_ranges.c COMPILE: build/Linux-framebuffer/duktape/touch.c COMPILE: build/Linux-framebuffer/duktape/track_event.c COMPILE: build/Linux-framebuffer/duktape/track_event_init.c COMPILE: build/Linux-framebuffer/duktape/tree_walker.c COMPILE: build/Linux-framebuffer/duktape/ui_event.c COMPILE: build/Linux-framebuffer/duktape/ui_event_init.c COMPILE: build/Linux-framebuffer/duktape/url.c COMPILE: build/Linux-framebuffer/duktape/url_search_params.c COMPILE: build/Linux-framebuffer/duktape/validity_state.c COMPILE: build/Linux-framebuffer/duktape/video_track.c COMPILE: build/Linux-framebuffer/duktape/video_track_list.c COMPILE: build/Linux-framebuffer/duktape/web_socket.c COMPILE: build/Linux-framebuffer/duktape/wheel_event.c COMPILE: build/Linux-framebuffer/duktape/wheel_event_init.c COMPILE: build/Linux-framebuffer/duktape/window.c COMPILE: build/Linux-framebuffer/duktape/worker.c COMPILE: build/Linux-framebuffer/duktape/worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/worker_location.c COMPILE: build/Linux-framebuffer/duktape/worker_navigator.c COMPILE: build/Linux-framebuffer/duktape/xml_document.c COMPILE: build/Linux-framebuffer/duktape/xml_serializer.c MKDIR: build/Linux-framebuffer/tools BUILD CC: build/Linux-framebuffer/tools/convert_image CONVERT: frontends/framebuffer/res/pointers/caret.png (caret_image) Pointer detected. Adjusted hotspot at 3, 8 (0-based) COMPILE: build/Linux-framebuffer/image-caret_image.c CONVERT: frontends/framebuffer/res/pointers/point.png (hand_image) Pointer detected. Adjusted hotspot at 4, 0 (0-based) COMPILE: build/Linux-framebuffer/image-hand_image.c CONVERT: frontends/framebuffer/res/icons/history.png (history_image) COMPILE: build/Linux-framebuffer/image-history_image.c CONVERT: frontends/framebuffer/res/icons/history_g.png (history_image_g) COMPILE: build/Linux-framebuffer/image-history_image_g.c CONVERT: frontends/framebuffer/res/icons/back.png (left_arrow) COMPILE: build/Linux-framebuffer/image-left_arrow.c CONVERT: frontends/framebuffer/res/icons/back_g.png (left_arrow_g) COMPILE: build/Linux-framebuffer/image-left_arrow_g.c CONVERT: frontends/framebuffer/res/pointers/menu.png (menu_image) Pointer detected. Adjusted hotspot at 8, 3 (0-based) COMPILE: build/Linux-framebuffer/image-menu_image.c CONVERT: frontends/framebuffer/res/pointers/move.png (move_image) Pointer detected. Adjusted hotspot at 6, 0 (0-based) COMPILE: build/Linux-framebuffer/image-move_image.c CONVERT: frontends/framebuffer/res/icons/osk.png (osk_image) COMPILE: build/Linux-framebuffer/image-osk_image.c CONVERT: frontends/framebuffer/res/pointers/default.png (pointer_image) Pointer detected. Adjusted hotspot at 0, 0 (0-based) COMPILE: build/Linux-framebuffer/image-pointer_image.c CONVERT: frontends/framebuffer/res/pointers/progress.png (progress_image) Pointer detected. Adjusted hotspot at 0, 0 (0-based) COMPILE: build/Linux-framebuffer/image-progress_image.c CONVERT: frontends/framebuffer/res/icons/reload.png (reload) COMPILE: build/Linux-framebuffer/image-reload.c CONVERT: frontends/framebuffer/res/icons/reload_g.png (reload_g) COMPILE: build/Linux-framebuffer/image-reload_g.c CONVERT: frontends/framebuffer/res/icons/forward.png (right_arrow) COMPILE: build/Linux-framebuffer/image-right_arrow.c CONVERT: frontends/framebuffer/res/icons/forward_g.png (right_arrow_g) COMPILE: build/Linux-framebuffer/image-right_arrow_g.c CONVERT: frontends/framebuffer/res/icons/scrolld.png (scrolld) COMPILE: build/Linux-framebuffer/image-scrolld.c CONVERT: frontends/framebuffer/res/icons/scrolll.png (scrolll) COMPILE: build/Linux-framebuffer/image-scrolll.c CONVERT: frontends/framebuffer/res/icons/scrollr.png (scrollr) COMPILE: build/Linux-framebuffer/image-scrollr.c CONVERT: frontends/framebuffer/res/icons/scrollu.png (scrollu) COMPILE: build/Linux-framebuffer/image-scrollu.c CONVERT: frontends/framebuffer/res/icons/stop.png (stop_image) COMPILE: build/Linux-framebuffer/image-stop_image.c CONVERT: frontends/framebuffer/res/icons/stop_g.png (stop_image_g) COMPILE: build/Linux-framebuffer/image-stop_image_g.c CONVERT: frontends/framebuffer/res/throbber/throbber0.png (throbber0) COMPILE: build/Linux-framebuffer/image-throbber0.c CONVERT: frontends/framebuffer/res/throbber/throbber1.png (throbber1) COMPILE: build/Linux-framebuffer/image-throbber1.c CONVERT: frontends/framebuffer/res/throbber/throbber2.png (throbber2) COMPILE: build/Linux-framebuffer/image-throbber2.c CONVERT: frontends/framebuffer/res/throbber/throbber3.png (throbber3) COMPILE: build/Linux-framebuffer/image-throbber3.c CONVERT: frontends/framebuffer/res/throbber/throbber4.png (throbber4) COMPILE: build/Linux-framebuffer/image-throbber4.c CONVERT: frontends/framebuffer/res/throbber/throbber5.png (throbber5) COMPILE: build/Linux-framebuffer/image-throbber5.c CONVERT: frontends/framebuffer/res/throbber/throbber6.png (throbber6) COMPILE: build/Linux-framebuffer/image-throbber6.c CONVERT: frontends/framebuffer/res/throbber/throbber7.png (throbber7) COMPILE: build/Linux-framebuffer/image-throbber7.c CONVERT: frontends/framebuffer/res/throbber/throbber8.png (throbber8) COMPILE: build/Linux-framebuffer/image-throbber8.c COMPILE: content/content.c COMPILE: content/content_factory.c COMPILE: content/dirlist.c COMPILE: content/fetch.c TESTMENT: build/Linux-framebuffer/testament.h COMPILE: content/fetchers/about.c COMPILE: content/fetchers/curl.c COMPILE: content/fetchers/data.c COMPILE: content/fetchers/file.c COMPILE: content/fetchers/resource.c COMPILE: content/handlers/css/css.c COMPILE: content/handlers/css/dump.c COMPILE: content/handlers/css/hints.c COMPILE: content/handlers/css/internal.c COMPILE: content/handlers/css/select.c COMPILE: content/handlers/css/utils.c COMPILE: content/handlers/html/box_construct.c COMPILE: content/handlers/html/box_inspect.c COMPILE: content/handlers/html/box_manipulate.c COMPILE: content/handlers/html/box_normalise.c COMPILE: content/handlers/html/box_special.c COMPILE: content/handlers/html/box_textarea.c COMPILE: content/handlers/html/css.c COMPILE: content/handlers/html/css_fetcher.c COMPILE: content/handlers/html/dom_event.c COMPILE: content/handlers/html/font.c COMPILE: content/handlers/html/form.c COMPILE: content/handlers/html/forms.c COMPILE: content/handlers/html/html.c COMPILE: content/handlers/html/imagemap.c COMPILE: content/handlers/html/interaction.c COMPILE: content/handlers/html/layout.c COMPILE: content/handlers/html/object.c COMPILE: content/handlers/html/redraw.c COMPILE: content/handlers/html/redraw_border.c COMPILE: content/handlers/html/script.c COMPILE: content/handlers/html/table.c COMPILE: content/handlers/html/textselection.c COMPILE: content/handlers/image/bmp.c COMPILE: content/handlers/image/gif.c COMPILE: content/handlers/image/ico.c COMPILE: content/handlers/image/image.c COMPILE: content/handlers/image/image_cache.c COMPILE: content/handlers/image/jpeg.c COMPILE: content/handlers/image/nssprite.c COMPILE: content/handlers/image/png.c COMPILE: content/handlers/image/svg.c COMPILE: content/handlers/javascript/content.c XXD: content/handlers/javascript/duktape/generics.js XXD: content/handlers/javascript/duktape/polyfill.js COMPILE: content/handlers/javascript/duktape/dukky.c COMPILE: content/handlers/javascript/duktape/duktape.c COMPILE: content/handlers/javascript/fetcher.c COMPILE: content/handlers/text/textplain.c COMPILE: content/hlcache.c COMPILE: content/llcache.c COMPILE: content/mimesniff.c COMPILE: content/no_backing_store.c COMPILE: content/textsearch.c COMPILE: content/urldb.c COMPILE: desktop/browser.c COMPILE: desktop/browser_history.c COMPILE: desktop/browser_window.c COMPILE: desktop/cookie_manager.c COMPILE: desktop/cw_helper.c COMPILE: desktop/download.c COMPILE: desktop/font_haru.c COMPILE: desktop/frames.c COMPILE: desktop/global_history.c COMPILE: desktop/gui_factory.c COMPILE: desktop/hotlist.c COMPILE: desktop/knockout.c COMPILE: desktop/local_history.c COMPILE: desktop/mouse.c COMPILE: desktop/netsurf.c COMPILE: desktop/page-info.c COMPILE: desktop/plot_style.c COMPILE: desktop/print.c COMPILE: desktop/save_complete.c COMPILE: desktop/save_pdf.c COMPILE: desktop/save_text.c COMPILE: desktop/scrollbar.c COMPILE: desktop/search.c COMPILE: desktop/searchweb.c COMPILE: desktop/selection.c COMPILE: desktop/system_colour.c COMPILE: desktop/textarea.c COMPILE: desktop/textinput.c COMPILE: desktop/treeview.c desktop/treeview.c: In function 'treeview_textarea_search_callback': desktop/treeview.c:981:58: warning: implicit conversion from 'enum ' to 'core_window_drag_status' [-Wenum-conversion] 981 | treeview__cw_drag_status(tree, tree->drag.type); | ~~~~~~~~~~^~~~~ desktop/treeview.c: In function 'treeview_textarea_callback': desktop/treeview.c:4220:58: warning: implicit conversion from 'enum ' to 'core_window_drag_status' [-Wenum-conversion] 4220 | treeview__cw_drag_status(tree, tree->drag.type); | ~~~~~~~~~~^~~~~ COMPILE: desktop/version.c COMPILE: frontends/framebuffer/bitmap.c COMPILE: frontends/framebuffer/clipboard.c COMPILE: frontends/framebuffer/corewindow.c COMPILE: frontends/framebuffer/fbtk/bitmap.c COMPILE: frontends/framebuffer/fbtk/event.c COMPILE: frontends/framebuffer/fbtk/fbtk.c COMPILE: frontends/framebuffer/fbtk/fill.c COMPILE: frontends/framebuffer/fbtk/osk.c COMPILE: frontends/framebuffer/fbtk/scroll.c COMPILE: frontends/framebuffer/fbtk/text.c COMPILE: frontends/framebuffer/fbtk/user.c COMPILE: frontends/framebuffer/fbtk/window.c COMPILE: frontends/framebuffer/fetch.c COMPILE: frontends/framebuffer/findfile.c COMPILE: frontends/framebuffer/font_freetype.c COMPILE: frontends/framebuffer/framebuffer.c COMPILE: frontends/framebuffer/gui.c COMPILE: frontends/framebuffer/local_history.c COMPILE: frontends/framebuffer/schedule.c COMPILE: utils/bloom.c COMPILE: utils/corestrings.c COMPILE: utils/file.c COMPILE: utils/filename.c COMPILE: utils/filepath.c COMPILE: utils/hashmap.c COMPILE: utils/hashtable.c COMPILE: utils/http/cache-control.c COMPILE: utils/http/challenge.c COMPILE: utils/http/content-disposition.c COMPILE: utils/http/content-type.c COMPILE: utils/http/generics.c COMPILE: utils/http/parameter.c COMPILE: utils/http/primitives.c COMPILE: utils/http/strict-transport-security.c COMPILE: utils/http/www-authenticate.c COMPILE: utils/idna.c COMPILE: utils/libdom.c COMPILE: utils/log.c COMPILE: utils/messages.c COMPILE: utils/nscolour.c COMPILE: utils/nsoption.c COMPILE: utils/nsurl/nsurl.c COMPILE: utils/nsurl/parse.c COMPILE: utils/punycode.c COMPILE: utils/ssl_certs.c COMPILE: utils/talloc.c COMPILE: utils/time.c COMPILE: utils/url.c COMPILE: utils/useragent.c COMPILE: utils/utf8.c COMPILE: utils/utils.c MSGSPLIT: Language: de Filter: fb MSGSPLIT: Language: en Filter: fb MSGSPLIT: Language: fr Filter: fb MSGSPLIT: Language: it Filter: fb MSGSPLIT: Language: nl Filter: fb LINK: nsfb make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf' touch /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr/build-stamp make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10' >>> netsurf 3.10 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10 TARGET=framebuffer BISON="/nvmedata/autobuild/instance-25/output-1/host/bin/bison" FLEX="/nvmedata/autobuild/instance-25/output-1/host/bin/flex" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" BUILD_CC="/usr/bin/gcc" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" TMP_PREFIX=/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/tmpusr NETSURF_CONFIG="BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lpng'" PREFIX=/usr DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10' /usr/bin/make install --directory=netsurf TARGET=framebuffer PREFIX=/usr DESTDIR=/nvmedata/autobuild/instance-25/output-1/target BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -lpng' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf' M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) disabled (NETSURF_USE_WEBP := NO) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled TESTMENT: unchanged INSTALL: /nvmedata/autobuild/instance-25/output-1/target//usr make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10/netsurf' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/netsurf-3.10' >>> nettle 3.7.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.nettle-3.7.3.tar.gz.Yrk0jX/output' 'http://www.lysator.liu.se/~nisse/archive/nettle-3.7.3.tar.gz' --2022-06-06 23:57:59-- http://www.lysator.liu.se/~nisse/archive/nettle-3.7.3.tar.gz Resolving www.lysator.liu.se (www.lysator.liu.se)... 130.236.254.117, 2001:6b0:17:f0a0::75 Connecting to www.lysator.liu.se (www.lysator.liu.se)|130.236.254.117|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2383985 (2.3M) [application/gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.nettle-3.7.3.tar.gz.Yrk0jX/output' 0K .......... .......... .......... .......... .......... 2% 156K 15s 50K .......... .......... .......... .......... .......... 4% 312K 11s 100K .......... .......... .......... .......... .......... 6% 40.0M 7s 150K .......... .......... .......... .......... .......... 8% 313K 7s 200K .......... .......... .......... .......... .......... 10% 49.9M 5s 250K .......... .......... .......... .......... .......... 12% 312K 5s 300K .......... .......... .......... .......... .......... 15% 313K 5s 350K .......... .......... .......... .......... .......... 17% 63.0M 5s 400K .......... .......... .......... .......... .......... 19% 313K 5s 450K .......... .......... .......... .......... .......... 21% 310K 5s 500K .......... .......... .......... .......... .......... 23% 158M 4s 550K .......... .......... .......... .......... .......... 25% 310K 4s 600K .......... .......... .......... .......... .......... 27% 157M 4s 650K .......... .......... .......... .......... .......... 30% 312K 4s 700K .......... .......... .......... .......... .......... 32% 53.3M 3s 750K .......... .......... .......... .......... .......... 34% 312K 3s 800K .......... .......... .......... .......... .......... 36% 63.6M 3s 850K .......... .......... .......... .......... .......... 38% 313K 3s 900K .......... .......... .......... .......... .......... 40% 92.1M 3s 950K .......... .......... .......... .......... .......... 42% 311K 3s 1000K .......... .......... .......... .......... .......... 45% 320K 3s 1050K .......... .......... .......... .......... .......... 47% 8.15M 3s 1100K .......... .......... .......... .......... .......... 49% 323K 2s 1150K .......... .......... .......... .......... .......... 51% 8.26M 2s 1200K .......... .......... .......... .......... .......... 53% 323K 2s 1250K .......... .......... .......... .......... .......... 55% 8.08M 2s 1300K .......... .......... .......... .......... .......... 57% 324K 2s 1350K .......... .......... .......... .......... .......... 60% 7.72M 2s 1400K .......... .......... .......... .......... .......... 62% 70.5M 2s 1450K .......... .......... .......... .......... .......... 64% 312K 2s 1500K .......... .......... .......... .......... .......... 66% 178M 1s 1550K .......... .......... .......... .......... .......... 68% 312K 1s 1600K .......... .......... .......... .......... .......... 70% 72.3M 1s 1650K .......... .......... .......... .......... .......... 73% 312K 1s 1700K .......... .......... .......... .......... .......... 75% 172M 1s 1750K .......... .......... .......... .......... .......... 77% 318K 1s 1800K .......... .......... .......... .......... .......... 79% 12.9M 1s 1850K .......... .......... .......... .......... .......... 81% 82.9M 1s 1900K .......... .......... .......... .......... .......... 83% 310K 1s 1950K .......... .......... .......... .......... .......... 85% 176M 1s 2000K .......... .......... .......... .......... .......... 88% 312K 1s 2050K .......... .......... .......... .......... .......... 90% 201M 0s 2100K .......... .......... .......... .......... .......... 92% 328K 0s 2150K .......... .......... .......... .......... .......... 94% 6.00M 0s 2200K .......... .......... .......... .......... .......... 96% 85.9M 0s 2250K .......... .......... .......... .......... .......... 98% 307K 0s 2300K .......... .......... ........ 100% 159M=4.0s 2022-06-06 23:58:03 (578 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.nettle-3.7.3.tar.gz.Yrk0jX/output' saved [2383985/2383985] nettle-3.7.3.tar.gz: OK (sha256: 661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0) >>> nettle 3.7.3 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/nettle/nettle-3.7.3.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3 -xf - >>> nettle 3.7.3 Patching Applying 0001-disable-testsuite-examples.patch using patch: patching file Makefile.in >>> nettle 3.7.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nettle 3.7.3 Patching libtool >>> nettle 3.7.3 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --disable-openssl --disable-arm-neon ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for -R flag... using -Wl,-rpath, Searching for libraries checking /usr... added checking /usr/local/lib... added checking /sw/local/lib... not found checking /sw/lib... not found checking /usr/gnu/lib... not found checking /opt/gnu/lib... not found checking /sw/gnu/lib... not found checking /usr/freeware/lib... not found checking /usr/pkg/lib... not found checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for ifunc support... no checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking if LD -Wl,--version-script works... yes checking whether make sets $(MAKE)... yes checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for powerpc-buildroot-linux-uclibc-nm... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking whether ln -s works... yes checking build system compiler /usr/bin/gcc... yes checking for build system executable suffix... checking for an ANSI C-conforming const... yes checking for inline... inline checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for uid_t in sys/types.h... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking size of long... 4 checking size of size_t... 4 checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/ecdsa.h usability... yes checking openssl/ecdsa.h presence... yes checking for openssl/ecdsa.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for working alloca.h... yes checking for alloca... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for strerror... yes checking for secure_getenv... yes checking for getline... yes checking whether byte ordering is bigendian... (cached) yes checking for __builtin_bswap64... yes checking for __attribute__... yes checking for fcntl file locking... yes checking for __gmpn_zero_p in -lgmp... yes checking for GMP limb size... 32 bits checking CCPIC... -fpic checking if Intel CET is enabled... no checking for m4... /nvmedata/autobuild/instance-25/output-1/host/bin/m4 checking for library containing clock_gettime... none required configure: creating ./config.status config.status: creating config.make config.status: creating config.m4 config.status: creating Makefile config.status: creating version.h config.status: creating tools/Makefile config.status: creating testsuite/Makefile config.status: creating examples/Makefile config.status: creating nettle.pc config.status: creating hogweed.pc config.status: creating libnettle.map config.status: creating libhogweed.map config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls configure: summary of build options: Version: nettle 3.7.3 Host type: powerpc-buildroot-linux-uclibc ABI: standard Assembly files: none Install prefix: /usr Library directory: ${exec_prefix}/lib Compiler: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc Static libraries: yes Shared libraries: yes Public key crypto: yes Using mini-gmp: no Documentation: no >>> nettle 3.7.3 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /usr/bin/make all-here make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-table.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-invert-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-key-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arcfour.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arcfour-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish-bcrypt.c \ && true blowfish-bcrypt.c: In function 'swap32': blowfish-bcrypt.c:152:30: warning: unused parameter 'x' [-Wunused-parameter] 152 | static void swap32(uint32_t *x, int count) | ~~~~~~~~~~^ blowfish-bcrypt.c:152:37: warning: unused parameter 'count' [-Wunused-parameter] 152 | static void swap32(uint32_t *x, int count) | ~~~~^~~~~ /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-encode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-decode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-encode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-decode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-encode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-decode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer-init.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-crypt-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-table.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-absorb.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-invert-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia192-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-encrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-decrypt-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes192.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cfb.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-memcpy.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-core-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-nonce.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr16.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des3.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac64.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gost28147.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-gosthash94.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c knuth-lfib.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hkdf.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compat.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memeql-sec.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor3.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-lookup-hash.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-aeads.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-armors.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-ciphers.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-hashes.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-macs.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-gosthash94.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha384.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-aes.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c realloc.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-core-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt-internal.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20r12-crypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-nonce.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-128-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-256-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha224-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha384-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-224-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-permute.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c shake256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-encrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish-meta.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh-n.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l2.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l3.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly64.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-set-key.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac32.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac64.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac96.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c version.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-be32.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le32.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le64.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow_key_event.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes128.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes256.c \ && true rm -f libnettle.a /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o arcfour.o arcfour-crypt.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o shake256.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib libnettle.a echo nettle > libnettle.stamp /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-format.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport-format.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random-prime.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2bignum.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-encrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-sec-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-digest.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-md5.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss-mgf1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-compute-root.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-sign-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-encrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-decrypt.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt-tr.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-keygen.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-blind.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2sexp.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2rsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat-keygen.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-gen-params.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-keygen.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-hash.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa2sexp.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2dsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pgp-encode.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2openpgp.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der-iterator.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2rsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2dsa.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-add-1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-sub-1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-tabselect.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gmp-glue.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-copy.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-inv.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-arith.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pp1-redc.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pm1-redc.c \ && true /usr/bin/make eccdata make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /usr/bin/gcc eccdata.c -lm -o eccdata make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' echo stamp > eccdata.stamp ./eccdata curve25519 11 6 32 > ecc-curve25519.hT && mv ecc-curve25519.hT ecc-curve25519.h Table size: 256 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve25519.c \ && true ./eccdata curve448 38 6 32 > ecc-curve448.hT && mv ecc-curve448.hT ecc-curve448.h Table size: 128 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve448.c \ && true ./eccdata gost_gc256b 11 6 32 > ecc-gost-gc256b.hT && mv ecc-gost-gc256b.hT ecc-gost-gc256b.h Table size: 256 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc256b.c \ && true ./eccdata gost_gc512a 43 6 32 > ecc-gost-gc512a.hT && mv ecc-gost-gc512a.hT ecc-gost-gc512a.h Table size: 128 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc512a.c \ && true ./eccdata secp192r1 8 6 32 > ecc-secp192r1.hT && mv ecc-secp192r1.hT ecc-secp192r1.h Table size: 256 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp192r1.c \ && true ./eccdata secp224r1 16 7 32 > ecc-secp224r1.hT && mv ecc-secp224r1.hT ecc-secp224r1.h Table size: 256 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp224r1.c \ && true ./eccdata secp256r1 11 6 32 > ecc-secp256r1.hT && mv ecc-secp256r1.hT ecc-secp256r1.h Table size: 256 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp256r1.c \ && true ./eccdata secp384r1 32 6 32 > ecc-secp384r1.hT && mv ecc-secp384r1.hT ecc-secp384r1.h Table size: 128 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp384r1.c \ && true ./eccdata secp521r1 44 6 32 > ecc-secp521r1.hT && mv ecc-secp521r1.hT ecc-secp521r1.h Table size: 128 entries /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp521r1.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-size.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-j-to-a.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-a-to-j.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-jj.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jja.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jjj.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-eh-to-a.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-eh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-eh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-ehh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-th.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-th.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-thh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g-eh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a-eh.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-m.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-hash.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-random.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-scalar.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul-g.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-keygen.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-vko.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul-g.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-eh-to-x.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul-g.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-eh-to-x.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-compress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-decompress.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-expand.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-hash.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-pubkey.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-pubkey.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-verify.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-pubkey.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-sign.c \ && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-verify.c \ && true rm -f libhogweed.a /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o sec-tabselect.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib libhogweed.a echo hogweed > libhogweed.stamp /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libnettle.so.8 aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o arcfour.o arcfour-crypt.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o shake256.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o -Wl,--version-script=libnettle.map -o libnettle.so mkdir .lib 2>/dev/null (cd .lib \ && rm -f libnettle.so \ && ln -s ../libnettle.so libnettle.so \ && [ -z "libnettle.so.8" ] \ || { rm -f libnettle.so.8 \ && ln -s libnettle.so libnettle.so.8 ; } ) echo nettle > libnettle.stamp /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libhogweed.so.6 sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o sec-tabselect.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o -Wl,--version-script=libhogweed.map -o libhogweed.so libnettle.so -lgmp mkdir .lib 2>/dev/null make[2]: [Makefile:314: libhogweed.so] Error 1 (ignored) (cd .lib \ && rm -f libhogweed.so \ && ln -s ../libhogweed.so libhogweed.so \ && [ -z "libhogweed.so.6" ] \ || { rm -f libhogweed.so.6 \ && ln -s libhogweed.so libhogweed.so.6 ; } ) echo hogweed > libhogweed.stamp make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' set -e; for d in tools; do \ echo "Making all in $d" ; (cd $d && /usr/bin/make all); done Making all in tools make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c sexp-conv.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c input.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c output.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c parse.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c misc.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-hash.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-pbkdf2.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2 /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-lfib-stream.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c pkcs1-conv.c && true /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' >>> nettle 3.7.3 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /usr/bin/make install-here make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/nettle for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h version.h ; do \ if [ -f "$f" ] ; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "$f" /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/nettle ; \ else \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "./$f" /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/nettle ; \ fi ; done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib for f in libnettle.a libhogweed.a; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $f /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib ; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "$f" /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig ; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libnettle.so /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnettle.so.8.4 [ -z "libnettle.so.8" ] \ || (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.4 libnettle.so.8 \ && ln -s libnettle.so.8.4 libnettle.so) /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libhogweed.so /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libhogweed.so.6.4 [ -z "libhogweed.so.6" ] \ || (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.4 libhogweed.so.6 \ && ln -s libhogweed.so.6.4 libhogweed.so) make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c $f /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin ; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' >>> nettle 3.7.3 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> nettle 3.7.3 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /usr/bin/make install-here make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/include/nettle for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h version.h ; do \ if [ -f "$f" ] ; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "$f" /nvmedata/autobuild/instance-25/output-1/target/usr/include/nettle ; \ else \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "./$f" /nvmedata/autobuild/instance-25/output-1/target/usr/include/nettle ; \ fi ; done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/lib for f in libnettle.a libhogweed.a; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $f /nvmedata/autobuild/instance-25/output-1/target/usr/lib ; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 "$f" /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig ; \ done /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libnettle.so /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnettle.so.8.4 [ -z "libnettle.so.8" ] \ || (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.4 libnettle.so.8 \ && ln -s libnettle.so.8.4 libnettle.so) /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libhogweed.so /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libhogweed.so.6.4 [ -z "libhogweed.so.6" ] \ || (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.4 libhogweed.so.6 \ && ln -s libhogweed.so.6.4 libhogweed.so) make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c $f /nvmedata/autobuild/instance-25/output-1/target/usr/bin ; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nettle-3.7.3' >>> ngircd 26.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.ngircd-26.1.tar.xz.r72W1o/output' 'https://arthur.barton.de/pub/ngircd/ngircd-26.1.tar.xz' --2022-06-06 23:59:33-- https://arthur.barton.de/pub/ngircd/ngircd-26.1.tar.xz Resolving arthur.barton.de (arthur.barton.de)... 37.24.145.61, 2001:470:1f0b:18e4:1:2:3:cafe Connecting to arthur.barton.de (arthur.barton.de)|37.24.145.61|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 375812 (367K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.ngircd-26.1.tar.xz.r72W1o/output' 0K .......... .......... .......... .......... .......... 13% 149K 2s 50K .......... .......... .......... .......... .......... 27% 305K 1s 100K .......... .......... .......... .......... .......... 40% 5.90M 1s 150K .......... .......... .......... .......... .......... 54% 6.08M 0s 200K .......... .......... .......... .......... .......... 68% 305K 0s 250K .......... .......... .......... .......... .......... 81% 6.09M 0s 300K .......... .......... .......... .......... .......... 95% 11.7M 0s 350K .......... ....... 100% 106M=0.7s 2022-06-06 23:59:34 (530 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.ngircd-26.1.tar.xz.r72W1o/output' saved [375812/375812] ngircd-26.1.tar.xz: OK (sha256: 55c16fd26009f6fc6a007df4efac87a02e122f680612cda1ce26e17a18d86254) >>> ngircd 26.1 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/ngircd/ngircd-26.1.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1 -xf - >>> ngircd 26.1 Patching >>> ngircd 26.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ngircd 26.1 Patching libtool >>> ngircd 26.1 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --without-pam --with-openssl --with-zlib=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --enable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C99... unsupported checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO Standard C... (cached) none needed checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for an ANSI C-conforming const... yes checking for inline... inline checking for function prototypes... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for string.h... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -fstack-protector... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... yes checking for inttypes.h... (cached) yes checking for malloc.h... yes checking for netinet/in_systm.h... yes checking for netinet/ip.h... yes checking for stdbool.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for varargs.h... no checking whether socklen_t exists... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for struct sockaddr_in.sin_len... no checking for library containing memmove... none required checking for library containing gethostbyname... none required checking for library containing bind... none required checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for strftime... yes checking for alarm... yes checking for dup2... yes checking for endpwent... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for setsid... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for arc4random... no checking for arc4random_stir... no checking for gai_strerror... yes checking for getnameinfo... yes checking for inet_aton... yes checking for setgroups... yes checking for sigaction... yes checking for sigprocmask... yes checking for snprintf... yes checking for strdup... yes checking for strlcat... yes checking for strlcpy... yes checking for strndup... yes checking for strsignal... yes checking for strtok_r... yes checking for unsetenv... yes checking for vsnprintf... yes checking for waitpid... yes checking for getaddrinfo... yes checking whether getaddrinfo() works... no checking for library containing syslog... none required checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for deflate in -lz... yes checking for deflate... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for select... yes checking for poll... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking for epoll_create... yes checking for kqueue... no checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for SSL_new... yes checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Debian/Makefile config.status: creating contrib/MacOSX/Makefile config.status: creating contrib/MacOSX/ngIRCd.pmdoc/Makefile config.status: creating contrib/MacOSX/ngIRCd.xcodeproj/Makefile config.status: creating contrib/Makefile config.status: creating doc/Makefile config.status: creating doc/src/Makefile config.status: creating man/Makefile config.status: creating src/ipaddr/Makefile config.status: creating src/Makefile config.status: creating src/ngircd/Makefile config.status: creating src/portab/Makefile config.status: creating src/testsuite/Makefile config.status: creating src/tool/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --enable-static, --enable-shared creating Debian-specific links ... ngIRCd 26.1 has been configured with the following options: Host: powerpc-buildroot-linux-uclibc Compiler: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc Compiler flags: -I/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' Preprocessor flags: -I/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Linker flags: -L/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib Libraries: -lz -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto 'ngircd' binary: /usr/sbin Configuration file: /etc Manual pages: /usr/share/man Documentation: /usr/share/doc/ngircd Syslog support: yes Enable debug code: no zlib compression: yes IRC sniffer: no Use TCP Wrappers: no Strict RFC mode: no IDENT support: no IRC+ protocol: yes IPv6 protocol: yes I/O backend: epoll(), select() PAM support: no SSL support: openssl libiconv support: no >>> ngircd 26.1 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' GEN sample-ngircd.conf make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' /usr/bin/make all-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' Making all in portab make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' CC strdup.o CC strlcpy.o CC strndup.o CC strtok_r.o CC vsnprintf.o CC waitpid.o AR libngportab.a make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' Making all in tool make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' CC tool.o AR libngtool.a make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' Making all in ipaddr make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' CC ng_ipaddr.o AR libngipaddr.a make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' Making all in ngircd make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' CC ngircd.o ngircd.c: In function 'main': ngircd.c:442:64: warning: '%s' directive output may be truncated writing up to 125 bytes into a region of size 114 [-Wformat-truncation=] 442 | snprintf(NGIRCd_Version, sizeof NGIRCd_Version, "%s %s-%s", | ^~ 443 | PACKAGE_NAME, PACKAGE_VERSION, NGIRCd_VersionAddition); | ~~~~~~~~~~~~~~~~~~~~~~ ngircd.c:442:9: note: 'snprintf' output between 13 and 138 bytes into a destination of size 126 442 | snprintf(NGIRCd_Version, sizeof NGIRCd_Version, "%s %s-%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 443 | PACKAGE_NAME, PACKAGE_VERSION, NGIRCd_VersionAddition); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC array.o CC channel.o CC class.o CC client.o client.c: In function 'Client_Mask': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ client.c:930:9: note: 'snprintf' output between 3 and 148 bytes into a destination of size 116 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 931 | Client->id, Client->user, Client->host); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client.c: In function 'Init_New_Client': client.c:216:32: warning: 'strndup' specified bound 127 exceeds source size 5 [-Wstringop-overread] 216 | client->away = strndup(DEFAULT_AWAY_MSG, CLIENT_AWAY_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client-cap.o CC conf.o conf.c: In function 'Read_Config': conf.c:987:58: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 987 | snprintf(file, sizeof(file), "%s/%s", | ^~ conf.c:987:25: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 987 | snprintf(file, sizeof(file), "%s/%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 988 | Conf_IncludeDir, entry->d_name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC conn.o CC conn-encoding.o CC conn-func.o CC conn-ssl.o CC conn-zip.o CC hash.o hash.c: In function 'jenkins_hash': hash.c:110:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | case 12: c+=((UINT32)k[11])<<24; | ~^~~~~~~~~~~~~~~~~~~~~ hash.c:111:17: note: here 111 | case 11: c+=((UINT32)k[10]<<16); | ^~~~ hash.c:111:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 111 | case 11: c+=((UINT32)k[10]<<16); | ~^~~~~~~~~~~~~~~~~~~~~ hash.c:112:17: note: here 112 | case 10: c+=((UINT32)k[9]<<8); | ^~~~ hash.c:112:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 112 | case 10: c+=((UINT32)k[9]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:113:17: note: here 113 | case 9 : c+=k[8]; | ^~~~ hash.c:113:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 113 | case 9 : c+=k[8]; | ~^~~~~~ hash.c:114:17: note: here 114 | case 8 : b+=((UINT32)k[7]<<24); | ^~~~ hash.c:114:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 114 | case 8 : b+=((UINT32)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:115:17: note: here 115 | case 7 : b+=((UINT32)k[6]<<16); | ^~~~ hash.c:115:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 115 | case 7 : b+=((UINT32)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:116:17: note: here 116 | case 6 : b+=((UINT32)k[5]<<8); | ^~~~ hash.c:116:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 116 | case 6 : b+=((UINT32)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:117:17: note: here 117 | case 5 : b+=k[4]; | ^~~~ hash.c:117:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | case 5 : b+=k[4]; | ~^~~~~~ hash.c:118:17: note: here 118 | case 4 : a+=((UINT32)k[3]<<24); | ^~~~ hash.c:118:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 118 | case 4 : a+=((UINT32)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:119:17: note: here 119 | case 3 : a+=((UINT32)k[2]<<16); | ^~~~ hash.c:119:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 119 | case 3 : a+=((UINT32)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:120:17: note: here 120 | case 2 : a+=((UINT32)k[1]<<8); | ^~~~ hash.c:120:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 120 | case 2 : a+=((UINT32)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:121:17: note: here 121 | case 1 : a+=k[0]; | ^~~~ CC io.o CC irc.o CC irc-cap.o CC irc-channel.o CC irc-encoding.o CC irc-info.o irc-info.c: In function 'IRC_STATS': irc-info.c:911:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 911 | more_links = true; | ^ irc-info.c:913:9: note: here 913 | case 'l': /* Link status (servers and own link) */ | ^~~~ CC irc-login.o CC irc-metadata.o CC irc-mode.o irc-mode.c: In function 'Channel_Mode': irc-mode.c:571:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 571 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:578:17: note: here 578 | case 'i': /* Invite only */ | ^~~~ irc-mode.c:725:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 725 | if(!is_oper && !is_machine && !is_owner && !is_admin) { | ^ irc-mode.c:732:17: note: here 732 | case 'o': /* Channel operator */ | ^~~~ irc-mode.c:733:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 733 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:741:17: note: here 741 | case 'h': /* Half Op */ | ^~~~ irc-mode.c:742:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 742 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:750:17: note: here 750 | case 'v': /* Voice */ | ^~~~ CC irc-op.o CC irc-oper.o CC irc-server.o CC irc-write.o CC lists.o CC log.o CC login.o CC match.o CC numeric.o CC op.o CC pam.o CC parse.o CC proc.o CC resolve.o CC sighandlers.o CCLD ngircd make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' Making all in testsuite make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' GEN ngircd.conf.5 GEN ngircd.8 make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' Making all in contrib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' Making all in Debian make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' Making all in MacOSX make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' Making all in ngIRCd.xcodeproj make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' Making all in ngIRCd.pmdoc make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' >>> ngircd 26.1 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' Making install in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p -m 755 /nvmedata/autobuild/instance-25/output-1/target/etc make[6]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 600 -c sample-ngircd.conf /nvmedata/autobuild/instance-25/output-1/target/etc/ngircd.conf ** NOTE: Installed sample configuration file: ** "/nvmedata/autobuild/instance-25/output-1/target/etc/ngircd.conf" make[6]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p -m 755 /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/ngircd for f in Bopm.txt Capabilities.txt Commands.txt Contributing.txt FAQ.txt HowToRelease.txt Modes.txt PAM.txt Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt Services.txt SSL.txt ../AUTHORS ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 -c ./$f /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/ngircd/; \ done for f in sample-ngircd.conf; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 -c $f /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/ngircd/; \ done make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/doc' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' Making install in portab make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/portab' Making install in tool make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/tool' Making install in ipaddr make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ipaddr' Making install in ngircd make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ngircd '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/ngircd' Making install in testsuite make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src/testsuite' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/src' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ngircd.conf.5 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ngircd.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/man' Making install in contrib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' Making install in Debian make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/Debian' Making install in MacOSX make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' Making install in ngIRCd.xcodeproj make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' Making install in ngIRCd.pmdoc make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[5]: Nothing to be done for 'install-exec-am'. [ `uname -s` != "Darwin" ] || make install-sys-darwin make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1/contrib' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/ngircd-26.1' >>> nilfs-utils 2.2.8 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.nilfs-utils-2.2.8.tar.bz2.PWfnkK/output' 'https://nilfs.sourceforge.io/download/nilfs-utils-2.2.8.tar.bz2' --2022-06-07 00:00:21-- https://nilfs.sourceforge.io/download/nilfs-utils-2.2.8.tar.bz2 Resolving nilfs.sourceforge.io (nilfs.sourceforge.io)... 172.64.144.187, 104.18.43.69 Connecting to nilfs.sourceforge.io (nilfs.sourceforge.io)|172.64.144.187|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 440550 (430K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.nilfs-utils-2.2.8.tar.bz2.PWfnkK/output' 0K .......... .......... .......... .......... .......... 11% 3.06M 0s 50K .......... .......... .......... .......... .......... 23% 2.46M 0s 100K .......... .......... .......... .......... .......... 34% 5.96M 0s 150K .......... .......... .......... .......... .......... 46% 6.14M 0s 200K .......... .......... .......... .......... .......... 58% 11.8M 0s 250K .......... .......... .......... .......... .......... 69% 12.1M 0s 300K .......... .......... .......... .......... .......... 81% 6.27M 0s 350K .......... .......... .......... .......... .......... 92% 12.1M 0s 400K .......... .......... .......... 100% 199M=0.07s 2022-06-07 00:00:22 (5.83 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.nilfs-utils-2.2.8.tar.bz2.PWfnkK/output' saved [440550/440550] nilfs-utils-2.2.8.tar.bz2: OK (sha512: 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783) >>> nilfs-utils 2.2.8 Extracting bzcat /nvmedata/autobuild/instance-25/dl/nilfs-utils/nilfs-utils-2.2.8.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8 -xf - >>> nilfs-utils 2.2.8 Patching Applying 0001-nilfs_cleanerd-link-dynamically.patch using patch: patching file sbin/cleanerd/Makefile.am >>> nilfs-utils 2.2.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nilfs-utils 2.2.8 Configuring >>> nilfs-utils 2.2.8 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:12: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:12: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:12: the top level configure.ac:17: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:17: the top level configure.ac:23: warning: The macro `AC_GNU_SOURCE' is obsolete. configure.ac:23: You should run autoupdate. ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from... configure.ac:23: the top level configure.ac:24: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:24: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:24: the top level configure.ac:97: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:97: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:97: the top level configure.ac:146: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:146: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:146: the top level configure.ac:161: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:161: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:161: the top level configure.ac:16: installing './compile' configure.ac:10: installing './missing' bin/Makefile.am: installing './depcomp' >>> nilfs-utils 2.2.8 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-selinux ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for vfork.h... no checking for sys/param.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ldconfig... /nvmedata/autobuild/instance-25/output-1/host/bin/ldconfig checking for uuid_generate in -luuid... yes checking for mq_open... yes checking for sem_open... yes checking for clock_gettime... yes checking for egrep... (cached) /bin/grep -E checking for sys/wait.h that is POSIX.1 compatible... yes checking for ctype.h... yes checking for err.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for libintl.h... yes checking for limits.h... yes checking for linux/magic.h... yes checking for linux/types.h... yes checking for locale.h... yes checking for mntent.h... yes checking for mqueue.h... yes checking for paths.h... yes checking for poll.h... yes checking for pwd.h... yes checking for semaphore.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/mount.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for blkid_new_probe_from_filename in -lblkid... yes checking for blkid/blkid.h... yes checking for mnt_context_do_mount in -lmount... yes checking for libmount/libmount.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for working alloca.h... yes checking for alloca... yes checking for uid_t in sys/types.h... yes checking for working chown... no checking for error_at_line... yes checking for fork... yes checking for vfork... yes checking for getpagesize... yes checking for vprintf... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc needs -traditional... no checking whether lstat correctly handles trailing slash... no checking whether lstat accepts an empty string... yes checking whether lstat correctly handles trailing slash... (cached) no checking for GNU libc compatible malloc... (cached) yes checking for working mmap... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking return type of signal handlers... void checking whether stat accepts an empty string... yes checking for strftime... yes checking for posix_memalign... yes checking for alarm... yes checking for atexit... yes checking for ftruncate... yes checking for getcwd... yes checking for getgrgid... yes checking for getmntent_r... yes checking for getpwuid... yes checking for gettimeofday... yes checking for localtime_r... yes checking for memmove... yes checking for memset... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtok_r... yes checking for strtoul... yes checking for strtoull... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bin/Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating man/Makefile config.status: creating sbin/Makefile config.status: creating sbin/cleanerd/Makefile config.status: creating sbin/mkfs/Makefile config.status: creating sbin/mount/Makefile config.status: creating sbin/nilfs-tune/Makefile config.status: creating sbin/nilfs-clean/Makefile config.status: creating sbin/nilfs-resize/Makefile config.status: creating scripts/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> nilfs-utils 2.2.8 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs.lo nilfs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nilfs.c -fPIC -DPIC -o .libs/nilfs.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c nilfs.c -o nilfs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sb.lo sb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb.c -fPIC -DPIC -o .libs/sb.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sb.c -o sb.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o realpath.lo realpath.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realpath.c -fPIC -DPIC -o .libs/realpath.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c realpath.c -o realpath.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o librealpath.la realpath.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/librealpath.a .libs/realpath.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/librealpath.a libtool: link: ( cd ".libs" && rm -f "librealpath.la" && ln -s "../librealpath.la" "librealpath.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o crc32.lo crc32.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c crc32.c -fPIC -DPIC -o .libs/crc32.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c crc32.c -o crc32.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libcrc32.la crc32.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libcrc32.a .libs/crc32.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libcrc32.a libtool: link: ( cd ".libs" && rm -f "libcrc32.la" && ln -s "../libcrc32.la" "libcrc32.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 2:4:2 -o libnilfs.la -rpath /usr/lib nilfs.lo sb.lo librealpath.la libcrc32.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/nilfs.o .libs/sb.o -Wl,--whole-archive ./.libs/librealpath.a ./.libs/libcrc32.a -Wl,--no-whole-archive -Os -g0 -Wl,-soname -Wl,libnilfs.so.0 -o .libs/libnilfs.so.0.2.4 libtool: link: (cd ".libs" && rm -f "libnilfs.so.0" && ln -s "libnilfs.so.0.2.4" "libnilfs.so.0") libtool: link: (cd ".libs" && rm -f "libnilfs.so" && ln -s "libnilfs.so.0.2.4" "libnilfs.so") libtool: link: (cd .libs/libnilfs.lax/librealpath.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/./.libs/librealpath.a") libtool: link: (cd .libs/libnilfs.lax/libcrc32.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/./.libs/libcrc32.a") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libnilfs.a nilfs.o sb.o .libs/libnilfs.lax/librealpath.a/realpath.o .libs/libnilfs.lax/libcrc32.a/crc32.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libnilfs.a libtool: link: rm -fr .libs/libnilfs.lax libtool: link: ( cd ".libs" && rm -f "libnilfs.la" && ln -s "../libnilfs.la" "libnilfs.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o gc.lo gc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gc.c -fPIC -DPIC -o .libs/gc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gc.c -o gc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vector.lo vector.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vector.c -fPIC -DPIC -o .libs/vector.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c vector.c -o vector.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cnoconv.lo cnoconv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cnoconv.c -fPIC -DPIC -o .libs/cnoconv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cnoconv.c -o cnoconv.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cnormap.lo cnormap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cnormap.c -fPIC -DPIC -o .libs/cnormap.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cnormap.c -o cnormap.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 2:1:2 -o libnilfsgc.la -rpath /usr/lib gc.lo vector.lo cnoconv.lo cnormap.lo libnilfs.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/gc.o .libs/vector.o .libs/cnoconv.o .libs/cnormap.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs ./.libs/libnilfs.so -Os -g0 -Wl,-soname -Wl,libnilfsgc.so.0 -o .libs/libnilfsgc.so.0.2.1 libtool: link: (cd ".libs" && rm -f "libnilfsgc.so.0" && ln -s "libnilfsgc.so.0.2.1" "libnilfsgc.so.0") libtool: link: (cd ".libs" && rm -f "libnilfsgc.so" && ln -s "libnilfsgc.so.0.2.1" "libnilfsgc.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libnilfsgc.a gc.o vector.o cnoconv.o cnormap.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libnilfsgc.a libtool: link: ( cd ".libs" && rm -f "libnilfsgc.la" && ln -s "../libnilfsgc.la" "libnilfsgc.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cleaner_ctl.lo cleaner_ctl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cleaner_ctl.c -fPIC -DPIC -o .libs/cleaner_ctl.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cleaner_ctl.c -o cleaner_ctl.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cleaner_exec.lo cleaner_exec.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cleaner_exec.c -fPIC -DPIC -o .libs/cleaner_exec.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cleaner_exec.c -o cleaner_exec.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libcleanerexec.la cleaner_exec.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libcleanerexec.a .libs/cleaner_exec.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libcleanerexec.a libtool: link: ( cd ".libs" && rm -f "libcleanerexec.la" && ln -s "../libcleanerexec.la" "libcleanerexec.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 1:0:1 -o libnilfscleaner.la -rpath /usr/lib cleaner_ctl.lo librealpath.la libcleanerexec.la -luuid libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/cleaner_ctl.o -Wl,--whole-archive ./.libs/librealpath.a ./.libs/libcleanerexec.a -Wl,--no-whole-archive -luuid -Os -g0 -Wl,-soname -Wl,libnilfscleaner.so.0 -o .libs/libnilfscleaner.so.0.1.0 libtool: link: (cd ".libs" && rm -f "libnilfscleaner.so.0" && ln -s "libnilfscleaner.so.0.1.0" "libnilfscleaner.so.0") libtool: link: (cd ".libs" && rm -f "libnilfscleaner.so" && ln -s "libnilfscleaner.so.0.1.0" "libnilfscleaner.so") libtool: link: (cd .libs/libnilfscleaner.lax/librealpath.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/./.libs/librealpath.a") libtool: link: (cd .libs/libnilfscleaner.lax/libcleanerexec.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/./.libs/libcleanerexec.a") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libnilfscleaner.a cleaner_ctl.o .libs/libnilfscleaner.lax/librealpath.a/realpath.o .libs/libnilfscleaner.lax/libcleanerexec.a/cleaner_exec.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libnilfscleaner.a libtool: link: rm -fr .libs/libnilfscleaner.lax libtool: link: ( cd ".libs" && rm -f "libnilfscleaner.la" && ln -s "../libnilfscleaner.la" "libnilfscleaner.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o feature.lo feature.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c feature.c -fPIC -DPIC -o .libs/feature.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c feature.c -o feature.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libnilfsfeature.la feature.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libnilfsfeature.a .libs/feature.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libnilfsfeature.a libtool: link: ( cd ".libs" && rm -f "libnilfsfeature.la" && ln -s "../libnilfsfeature.la" "libnilfsfeature.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o parser.lo parser.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c parser.c -fPIC -DPIC -o .libs/parser.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c parser.c -o parser.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libparser.la parser.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libparser.a .libs/parser.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libparser.a libtool: link: ( cd ".libs" && rm -f "libparser.la" && ln -s "../libparser.la" "libparser.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ismounted.lo ismounted.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ismounted.c -fPIC -DPIC -o .libs/ismounted.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ismounted.c -o ismounted.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o libmountchk.la ismounted.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libmountchk.a .libs/ismounted.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libmountchk.a libtool: link: ( cd ".libs" && rm -f "libmountchk.la" && ln -s "../libmountchk.la" "libmountchk.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' Making all in bin make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o chcp.o chcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o chcp chcp.o ../lib/libnilfs.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o chcp chcp.o ../lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dumpseg.o dumpseg.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o dumpseg dumpseg.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o dumpseg dumpseg.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lscp.o lscp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o lscp lscp.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o lscp lscp.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lssu.o lssu.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o lssu lssu.o ../lib/libnilfs.la ../lib/libnilfsgc.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o lssu lssu.o ../lib/.libs/libnilfs.so ../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mkcp.o mkcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mkcp mkcp.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mkcp mkcp.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rmcp.o rmcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o rmcp rmcp.o ../lib/libnilfs.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o rmcp rmcp.o ../lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' Making all in sbin make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' Making all in cleanerd make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -DSYSCONFDIR=\"/etc\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs_cleanerd-cleanerd.o `test -f 'cleanerd.c' || echo './'`cleanerd.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -DSYSCONFDIR=\"/etc\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs_cleanerd-cldconfig.o `test -f 'cldconfig.c' || echo './'`cldconfig.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs_cleanerd nilfs_cleanerd-cleanerd.o nilfs_cleanerd-cldconfig.o ../../lib/libnilfs.la ../../lib/libnilfsgc.la -luuid libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs_cleanerd nilfs_cleanerd-cleanerd.o nilfs_cleanerd-cldconfig.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so -luuid -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' Making all in mkfs make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mkfs.o mkfs.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o bitops.o bitops.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mkfs.nilfs2 mkfs.o bitops.o -lblkid -luuid -luuid ../../lib/libnilfsfeature.la ../../lib/libmountchk.la ../../lib/libcrc32.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mkfs.nilfs2 mkfs.o bitops.o -lblkid -luuid ../../lib/.libs/libnilfsfeature.a ../../lib/.libs/libmountchk.a ../../lib/.libs/libcrc32.a make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' Making all in mount make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mount_libmount.o mount_libmount.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sundries.o sundries.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o xmalloc.o xmalloc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mount_attrs.o mount_attrs.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mount.nilfs2 mount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/librealpath.la ../../lib/libcleanerexec.la -lmount -lblkid -luuid libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mount.nilfs2 mount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/.libs/librealpath.a ../../lib/.libs/libcleanerexec.a -lmount -lblkid -luuid /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o umount_libmount.o umount_libmount.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o umount.nilfs2 umount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/librealpath.la ../../lib/libcleanerexec.la -lmount -lblkid -luuid libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o umount.nilfs2 umount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/.libs/librealpath.a ../../lib/.libs/libcleanerexec.a -lmount -lblkid -luuid make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' Making all in nilfs-tune make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs-tune.o nilfs-tune.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-tune nilfs-tune.o ../../lib/libnilfs.la ../../lib/libnilfsfeature.la ../../lib/libmountchk.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-tune nilfs-tune.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfsfeature.a ../../lib/.libs/libmountchk.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' Making all in nilfs-clean make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs-clean.o nilfs-clean.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-clean nilfs-clean.o ../../lib/libnilfs.la ../../lib/libnilfscleaner.la ../../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-clean nilfs-clean.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfscleaner.so -luuid ../../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' Making all in nilfs-resize make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o nilfs-resize.o nilfs-resize.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-resize nilfs-resize.o ../../lib/libnilfs.la ../../lib/libmountchk.la ../../lib/libnilfsgc.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o nilfs-resize nilfs-resize.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libmountchk.a ../../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' Making all in scripts make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' >>> nilfs-utils 2.2.8 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libnilfs.la libnilfsgc.la libnilfscleaner.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfs.so.0.2.4 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfs.so.0.2.4 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfs.so.0.2.4 libnilfs.so.0 || { rm -f libnilfs.so.0 && ln -s libnilfs.so.0.2.4 libnilfs.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfs.so.0.2.4 libnilfs.so || { rm -f libnilfs.so && ln -s libnilfs.so.0.2.4 libnilfs.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfs.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfs.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfsgc.so.0.2.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfsgc.so.0.2.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfsgc.so.0.2.1 libnilfsgc.so.0 || { rm -f libnilfsgc.so.0 && ln -s libnilfsgc.so.0.2.1 libnilfsgc.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfsgc.so.0.2.1 libnilfsgc.so || { rm -f libnilfsgc.so && ln -s libnilfsgc.so.0.2.1 libnilfsgc.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfsgc.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfsgc.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfscleaner.so.0.1.0 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfscleaner.so.0.1.0 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfscleaner.so.0.1.0 libnilfscleaner.so.0 || { rm -f libnilfscleaner.so.0 && ln -s libnilfscleaner.so.0.1.0 libnilfscleaner.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnilfscleaner.so.0.1.0 libnilfscleaner.so || { rm -f libnilfscleaner.so && ln -s libnilfscleaner.so.0.1.0 libnilfscleaner.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfscleaner.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfscleaner.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfs.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfs.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfs.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfs.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfsgc.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfsgc.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfsgc.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfsgc.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnilfscleaner.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfscleaner.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfscleaner.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnilfscleaner.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/lib' Making install in bin make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c chcp dumpseg lscp lssu mkcp rmcp '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c chcp /nvmedata/autobuild/instance-25/output-1/target/usr/bin/chcp libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c dumpseg /nvmedata/autobuild/instance-25/output-1/target/usr/bin/dumpseg libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lscp /nvmedata/autobuild/instance-25/output-1/target/usr/bin/lscp libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lssu /nvmedata/autobuild/instance-25/output-1/target/usr/bin/lssu libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mkcp /nvmedata/autobuild/instance-25/output-1/target/usr/bin/mkcp libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rmcp /nvmedata/autobuild/instance-25/output-1/target/usr/bin/rmcp make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/bin' Making install in sbin make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' Making install in cleanerd make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/etc' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 nilfs_cleanerd.conf '/nvmedata/autobuild/instance-25/output-1/target/etc' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs_cleanerd '/nvmedata/autobuild/instance-25/output-1/target/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs_cleanerd /nvmedata/autobuild/instance-25/output-1/target/sbin/nilfs_cleanerd make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' Making install in mkfs make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mkfs.nilfs2 '/nvmedata/autobuild/instance-25/output-1/target/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mkfs.nilfs2 /nvmedata/autobuild/instance-25/output-1/target/sbin/mkfs.nilfs2 make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' Making install in mount make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mount.nilfs2 umount.nilfs2 '/nvmedata/autobuild/instance-25/output-1/target/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c mount.nilfs2 /nvmedata/autobuild/instance-25/output-1/target/sbin/mount.nilfs2 libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c umount.nilfs2 /nvmedata/autobuild/instance-25/output-1/target/sbin/umount.nilfs2 make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/mount' Making install in nilfs-tune make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-tune '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-tune /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/nilfs-tune make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' Making install in nilfs-clean make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-clean '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-clean /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/nilfs-clean make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' Making install in nilfs-resize make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-resize '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c nilfs-resize /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/nilfs-resize make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/sbin' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 nilfs.h nilfs2_fs.h nilfs_cleaner.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/include' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lscp.1 lssu.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 nilfs_cleanerd.conf.5 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 nilfs.8 mkfs.nilfs2.8 mount.nilfs2.8 umount.nilfs2.8 mkcp.8 chcp.8 rmcp.8 dumpseg.8 nilfs_cleanerd.8 nilfs-tune.8 nilfs-clean.8 nilfs-resize.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/man' Making install in scripts make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/nilfs-utils-2.2.8' >>> numactl 2.0.14 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.numactl-2.0.14.tar.gz.sGr2cH/output' 'https://github.com/numactl/numactl/archive/v2.0.14/numactl-2.0.14.tar.gz' --2022-06-07 00:02:23-- https://github.com/numactl/numactl/archive/v2.0.14/numactl-2.0.14.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/numactl/numactl/tar.gz/refs/tags/v2.0.14 [following] --2022-06-07 00:02:23-- https://codeload.github.com/numactl/numactl/tar.gz/refs/tags/v2.0.14 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.numactl-2.0.14.tar.gz.sGr2cH/output' 0K .......... .......... .......... .......... .......... 464K 50K .......... .......... .......... .......... .......... 925K 100K ..... 48.2M=0.2s 2022-06-07 00:02:23 (649 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.numactl-2.0.14.tar.gz.sGr2cH/output' saved [107583] numactl-2.0.14.tar.gz: OK (sha256: 1ee27abd07ff6ba140aaf9bc6379b37825e54496e01d6f7343330cf1a4487035) >>> numactl 2.0.14 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/numactl/numactl-2.0.14.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14 -xf - >>> numactl 2.0.14 Patching Applying 0001-Do-not-stringify-SYMVER-symbols.patch using patch: patching file util.h Applying 0002-link-with-latomic-if-needed.patch using patch: patching file Makefile.am patching file configure.ac patching file numa.pc.in >>> numactl 2.0.14 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14 -name $file); do cp support/gnuconfig/$file $i; done; done >>> numactl 2.0.14 Configuring >>> numactl 2.0.14 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:20: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:20: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:594: AS_CASE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... m4/ax_tls.m4:49: AX_TLS is expanded from... configure.ac:20: the top level configure.ac:13: installing 'build-aux/compile' configure.ac:13: installing 'build-aux/config.guess' configure.ac:13: installing 'build-aux/config.sub' configure.ac:9: installing 'build-aux/install-sh' configure.ac:9: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' >>> numactl 2.0.14 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC" CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... (cached) none checking for thread local storage (TLS) class... __thread checking whether C compiler accepts -ftree-vectorize... yes checking for library containing __atomic_fetch_and_1... -latomic checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> numactl 2.0.14 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' CC numactl.o CC util.o CC shm.o CC libnuma.lo CC syscall.lo CC distance.lo CC affinity.lo CC sysfs.lo CC rtnetlink.lo CCLD libnuma.la CCLD numactl CC numastat-numastat.o numastat.c: In function 'fmt_cell_data': numastat.c:515:50: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] 515 | snprintf(buf, SMALL_BUF_SIZE, "%ld", c_ptr->l); | ~~^ ~~~~~~~~ | | | | long int int64_t {aka long long int} | %lld CCLD numastat CC numademo-numademo.o numademo.c: In function 'main': numademo.c:556:72: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=] 556 | fprintf(stderr, "You must set msize at least %lu bytes for ptrchase test.\n", | ~~^ | | | long unsigned int | %u 557 | sizeof(union node)); | ~~~~~~~~~~~~~~~~~~ | | | unsigned int CC numademo-stream_lib.o CC numademo-mt.o CC numademo-clearcache.o clearcache.c: In function 'clearcache': clearcache.c:74:2: warning: #warning "Consider adding a clearcache implementation for your architecture" [-Wcpp] 74 | #warning "Consider adding a clearcache implementation for your architecture" | ^~~~~~~ CCLD numademo CC migratepages.o CCLD migratepages CC migspeed.o CCLD migspeed CC memhog.o CCLD memhog GEN numa.pc make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' >>> numactl 2.0.14 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libnuma.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.so.1.0.0 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnuma.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libnuma.so.1.0.0 libnuma.so.1 || { rm -f libnuma.so.1 && ln -s libnuma.so.1.0.0 libnuma.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libnuma.so.1.0.0 libnuma.so || { rm -f libnuma.so && ln -s libnuma.so.1.0.0 libnuma.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnuma.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnuma.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnuma.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnuma.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numactl numastat numademo migratepages migspeed memhog '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numactl /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/numactl libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numastat /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/numastat libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numademo /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/numademo libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c migratepages /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/migratepages libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c migspeed /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/migspeed libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c memhog /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/memhog /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.h numacompat1.h numaif.h '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man2' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 move_pages.2 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man2' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.3 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numactl.8 numastat.8 migratepages.8 migspeed.8 memhog.8 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.pc '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' >>> numactl 2.0.14 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> numactl 2.0.14 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libnuma.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.so.1.0.0 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnuma.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnuma.so.1.0.0 libnuma.so.1 || { rm -f libnuma.so.1 && ln -s libnuma.so.1.0.0 libnuma.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libnuma.so.1.0.0 libnuma.so || { rm -f libnuma.so && ln -s libnuma.so.1.0.0 libnuma.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnuma.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libnuma.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnuma.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnuma.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libnuma.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numactl numastat numademo migratepages migspeed memhog '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numactl /nvmedata/autobuild/instance-25/output-1/target/usr/bin/numactl libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numastat /nvmedata/autobuild/instance-25/output-1/target/usr/bin/numastat libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c numademo /nvmedata/autobuild/instance-25/output-1/target/usr/bin/numademo libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c migratepages /nvmedata/autobuild/instance-25/output-1/target/usr/bin/migratepages libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c migspeed /nvmedata/autobuild/instance-25/output-1/target/usr/bin/migspeed libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c memhog /nvmedata/autobuild/instance-25/output-1/target/usr/bin/memhog /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.h numacompat1.h numaif.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man2' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 move_pages.2 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man2' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.3 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numactl.8 numastat.8 migratepages.8 migspeed.8 memhog.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 numa.pc '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/numactl-2.0.14' >>> open-lldp 1.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.open-lldp-1.1.tar.gz.sxm53Q/output' 'https://github.com/intel/openlldp/archive/v1.1/open-lldp-1.1.tar.gz' --2022-06-07 00:03:40-- https://github.com/intel/openlldp/archive/v1.1/open-lldp-1.1.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/intel/openlldp/tar.gz/refs/tags/v1.1 [following] --2022-06-07 00:03:40-- https://codeload.github.com/intel/openlldp/tar.gz/refs/tags/v1.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.open-lldp-1.1.tar.gz.sxm53Q/output' 0K .......... .......... .......... .......... .......... 453K 50K .......... .......... .......... .......... .......... 906K 100K .......... .......... .......... .......... .......... 72.9M 150K .......... .......... .......... .......... .......... 999K 200K .......... .......... .......... .......... .......... 12.3M 250K .......... .......... .......... .......... .......... 78.4M 300K .......... .......... .......... .......... .......... 980K 350K .......... .......... .......... .......... .......... 152M 400K .......... .......... ...... 156M=0.3s 2022-06-07 00:03:41 (1.53 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.open-lldp-1.1.tar.gz.sxm53Q/output' saved [436239] open-lldp-1.1.tar.gz: OK (sha256: 13e0890527192a6289e6dac82056c447a1e2624ff93b0b6bbd8a42d15b2cbc8c) >>> open-lldp 1.1 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/open-lldp/open-lldp-1.1.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1 -xf - >>> open-lldp 1.1 Patching >>> open-lldp 1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> open-lldp 1.1 Configuring >>> open-lldp 1.1 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:18: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... configure.ac:18: the top level configure.ac:19: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:19: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:19: the top level configure.ac:5: installing './ar-lib' configure.ac:5: installing './compile' configure.ac:19: installing './config.guess' configure.ac:19: installing './config.sub' configure.ac:2: installing './install-sh' configure.ac:2: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' >>> open-lldp 1.1 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... (cached) none checking whether the compiler supports GNU C++... no checking whether no accepts -g... no checking for no option to enable C++11 features... none needed checking dependency style of no... none checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for SYSTEMD... no checking checking for warnings flag... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc support of -Wall... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc support of -Wextra... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc support of -Wformat=2... yes checking checking for errors flag... no checking for LIBCONFIG... yes checking for LIBNL... yes checking for rtnl_link_get_by_name in -lnl3... no checking for alarm... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for localtime_r... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for uname... yes checking for libconfig.h... yes checking for readline/readline.h... yes checking for readline/history.h... yes checking for arpa/inet.h... yes checking for dlfcn.h... (cached) yes checking for fcntl.h... yes checking for limits.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for inline... inline checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for uid_t in sys/types.h... yes checking for working chown... no checking for GNU libc compatible malloc... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... (cached) yes checking for int16_t... yes checking for int32_t... yes checking for int8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/version.h config.status: creating lldpad.spec config.status: creating lldpad.pc config.status: creating liblldp_clif.pc config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> open-lldp 1.1 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldpad.o lldpad.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o config.o config.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_dcbx_nl.o lldp_dcbx_nl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o ctrl_iface.o ctrl_iface.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o event_iface.o event_iface.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o eloop.o eloop.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_dcbx_cmds.o lldp_dcbx_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o log.o log.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldpad_shm.o lldpad_shm.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o dcb_protocol.o dcb_protocol.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o dcb_rule_chk.o dcb_rule_chk.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o list.o list.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_rtnl.o lldp_rtnl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp/ports.o lldp/ports.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp/agent.o lldp/agent.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp/l2_packet_linux.o lldp/l2_packet_linux.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp/tx.o lldp/tx.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp/rx.o lldp/rx.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_dcbx.o lldp_dcbx.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o tlv_dcbx.o tlv_dcbx.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_dcbx_cfg.o lldp_dcbx_cfg.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_util.o lldp_util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_mand.o lldp_mand.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_mand_cmds.o lldp_mand_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_basman_cmds.o lldp_basman_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8023_cmds.o lldp_8023_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_med_cmds.o lldp_med_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb_cmds.o lldp_evb_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb.o lldp_evb.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp_cmds.o qbg/vdp_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/ecp.o qbg/ecp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg_utils.o qbg_utils.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp.o qbg/vdp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_tlv.o lldp_tlv.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_basman.o lldp_basman.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_med.o lldp_med.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8023.o lldp_8023.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8021qaz.o lldp_8021qaz.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8021qaz_cmds.o lldp_8021qaz_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb22.o lldp_evb22.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb22_cmds.o lldp_evb22_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/ecp22.o qbg/ecp22.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22.o qbg/vdp22.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdpnl.o qbg/vdpnl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22sm.o qbg/vdp22sm.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22br.o qbg/vdp22br.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22_cmds.o qbg/vdp22_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp_ascii.o qbg/vdp_ascii.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22_oui.o qbg/vdp22_oui.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22cisco_oui.o qbg/vdp22cisco_oui.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lconfig -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -lrt -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libconfig.so /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-3.so -lpthread -lrt -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o dcbtool.o dcbtool.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o dcbtool_cmds.o dcbtool_cmds.c /bin/bash ./ylwrap parse_cli.l lex.yy.c parse_cli.c -- flex /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -U_FORTIFY_SOURCE -Wno-error -c -o parse_cli.o parse_cli.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o weak_readline.o weak_readline.c /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o clif.lo clif.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" "-DPACKAGE_STRING=\"lldpad 1.1.0\"" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR=\"/etc\" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c clif.c -fPIC -DPIC -o .libs/clif.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" "-DPACKAGE_STRING=\"lldpad 1.1.0\"" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR=\"/etc\" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c clif.c -o clif.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -version-info 1:0:0 -o liblldp_clif.la -rpath /usr/lib clif.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/clif.o -Os -g0 -Wl,-soname -Wl,liblldp_clif.so.1 -o .libs/liblldp_clif.so.1.0.0 libtool: link: (cd ".libs" && rm -f "liblldp_clif.so.1" && ln -s "liblldp_clif.so.1.0.0" "liblldp_clif.so.1") libtool: link: (cd ".libs" && rm -f "liblldp_clif.so" && ln -s "liblldp_clif.so.1.0.0" "liblldp_clif.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/liblldp_clif.a clif.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/liblldp_clif.a libtool: link: ( cd ".libs" && rm -f "liblldp_clif.la" && ln -s "../liblldp_clif.la" "liblldp_clif.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -ldl -llldp_clif -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -o dcbtool dcbtool.o dcbtool_cmds.o parse_cli.o weak_readline.o lldp_rtnl.o lldp_util.o liblldp_clif.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -o dcbtool dcbtool.o dcbtool_cmds.o parse_cli.o weak_readline.o lldp_rtnl.o lldp_util.o -ldl /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs/liblldp_clif.so -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-3.so -lpthread ./.libs/liblldp_clif.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldptool.o lldptool.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldptool_cmds.o lldptool_cmds.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_mand_clif.o lldp_mand_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_basman_clif.o lldp_basman_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_med_clif.o lldp_med_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8023_clif.o lldp_8023_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_dcbx_clif.o lldp_dcbx_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_8021qaz_clif.o lldp_8021qaz_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb_clif.o lldp_evb_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp_clif.o qbg/vdp_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_orgspec_clif.o lldp_orgspec_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_cisco_clif.o lldp_cisco_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o lldp_evb22_clif.o lldp_evb22_clif.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -ldl -llldp_clif -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -o lldptool lldptool.o lldptool_cmds.o lldp_rtnl.o lldp_mand_clif.o lldp_basman_clif.o lldp_med_clif.o lldp_8023_clif.o lldp_dcbx_clif.o lldp_util.o lldp_8021qaz_clif.o lldp_evb_clif.o qbg/vdp_clif.o lldp_orgspec_clif.o lldp_cisco_clif.o lldp_evb22_clif.o weak_readline.o liblldp_clif.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -o lldptool lldptool.o lldptool_cmds.o lldp_rtnl.o lldp_mand_clif.o lldp_basman_clif.o lldp_med_clif.o lldp_8023_clif.o lldp_dcbx_clif.o lldp_util.o lldp_8021qaz_clif.o lldp_evb_clif.o qbg/vdp_clif.o lldp_orgspec_clif.o lldp_cisco_clif.o lldp_evb22_clif.o weak_readline.o -ldl /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs/liblldp_clif.so -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-3.so -lpthread ./.libs/liblldp_clif.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o vdptool.o vdptool.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o qbg/vdp22_clif.o qbg/vdp22_clif.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.1.0\" -DPACKAGE_STRING=\"lldpad\ 1.1.0\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.1.0\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -c -o vdptool_cisco_oui.o vdptool_cisco_oui.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -llldp_clif -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -o vdptool vdptool.o lldp_util.o qbg/vdp22_clif.o vdptool_cisco_oui.o liblldp_clif.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wextra -Wformat=2 -o vdptool vdptool.o lldp_util.o qbg/vdp22_clif.o vdptool_cisco_oui.o /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs/liblldp_clif.so -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-3.so -lpthread ./.libs/liblldp_clif.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' >>> open-lldp 1.1 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c liblldp_clif.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/liblldp_clif.so.1.0.0 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/liblldp_clif.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f liblldp_clif.so.1.0.0 liblldp_clif.so.1 || { rm -f liblldp_clif.so.1 && ln -s liblldp_clif.so.1.0.0 liblldp_clif.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f liblldp_clif.so.1.0.0 liblldp_clif.so || { rm -f liblldp_clif.so && ln -s liblldp_clif.so.1.0.0 liblldp_clif.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/liblldp_clif.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/liblldp_clif.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/liblldp_clif.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/liblldp_clif.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/liblldp_clif.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/liblldp_clif.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lldpad dcbtool lldptool vdptool '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lldpad /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/lldpad libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c dcbtool /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/dcbtool libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lldptool /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/lldptool libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c vdptool /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/vdptool /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/etc/bash_completion.d' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 contrib/bash_completion/lldpad contrib/bash_completion/lldptool '/nvmedata/autobuild/instance-25/output-1/target/etc/bash_completion.d' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/systemd/system' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lldpad.service lldpad.socket '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/systemd/system' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include/lldpad' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 include/dcb_types.h include/clif.h include/lldp_dcbx_cmds.h include/lldpad.h include/lldp_mand_cmds.h include/clif_msgs.h include/lldp_basman_cmds.h include/lldp_8023_cmds.h include/lldp_med_cmds.h include/lldp_util.h include/lldp_evb_cmds.h include/qbg_vdp_cmds.h include/lldp_8021qaz_cmds.h include/clif_sock.h include/linux/dcbnl.h include/linux/netlink.h include/linux/rtnetlink.h include/lldpad_status.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include/lldpad' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 docs/liblldp_clif-vdp22.3 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man3' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 docs/lldpad.8 docs/dcbtool.8 docs/lldptool.8 docs/lldptool-ets.8 docs/lldptool-pfc.8 docs/lldptool-app.8 docs/lldptool-evb.8 docs/lldptool-vdp.8 docs/lldptool-med.8 docs/lldptool-dcbx.8 docs/lldptool-evb22.8 docs/vdptool.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lldpad.pc liblldp_clif.pc '/nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig' /usr/bin/make install-data-hook make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/target/var/lib/lldpad make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/open-lldp-1.1' >>> openipmi 2.0.32 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.OpenIPMI-2.0.32.tar.gz.E993Rr/output' 'https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz' --2022-06-07 00:05:41-- https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz Resolving sourceforge.net (sourceforge.net)... 172.64.153.13, 104.18.34.243 Connecting to sourceforge.net (sourceforge.net)|172.64.153.13|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz/ [following] --2022-06-07 00:05:41-- https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz/ Reusing existing connection to sourceforge.net:443. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz/download [following] --2022-06-07 00:05:41-- https://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz/download Reusing existing connection to sourceforge.net:443. HTTP request sent, awaiting response... 302 Found Location: https://downloads.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz?ts=gAAAAABinuq1aukOIZExd6sQpYZAIvjRLRdAfydgePNckHbiQK0wVQ95_NEZdEwiwJ7qwGHChYRIqReyZ6-CjWisDbvMlxaW4g%3D%3D&use_mirror=cytranet&r= [following] --2022-06-07 00:05:41-- https://downloads.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz?ts=gAAAAABinuq1aukOIZExd6sQpYZAIvjRLRdAfydgePNckHbiQK0wVQ95_NEZdEwiwJ7qwGHChYRIqReyZ6-CjWisDbvMlxaW4g%3D%3D&use_mirror=cytranet&r= Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://cytranet.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz [following] --2022-06-07 00:05:41-- https://cytranet.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.32.tar.gz Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3140147 (3.0M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.OpenIPMI-2.0.32.tar.gz.E993Rr/output' 0K .......... .......... .......... .......... .......... 1% 1.52M 2s 50K .......... .......... .......... .......... .......... 3% 1.36M 2s 100K .......... .......... .......... .......... .......... 4% 1.50M 2s 150K .......... .......... .......... .......... .......... 6% 78.6M 1s 200K .......... .......... .......... .......... .......... 8% 123M 1s 250K .......... .......... .......... .......... .......... 9% 147M 1s 300K .......... .......... .......... .......... .......... 11% 1.42M 1s 350K .......... .......... .......... .......... .......... 13% 85.5M 1s 400K .......... .......... .......... .......... .......... 14% 118M 1s 450K .......... .......... .......... .......... .......... 16% 99.6M 1s 500K .......... .......... .......... .......... .......... 17% 170M 1s 550K .......... .......... .......... .......... .......... 19% 167M 1s 600K .......... .......... .......... .......... .......... 21% 1.45M 1s 650K .......... .......... .......... .......... .......... 22% 114M 1s 700K .......... .......... .......... .......... .......... 24% 136M 1s 750K .......... .......... .......... .......... .......... 26% 153M 0s 800K .......... .......... .......... .......... .......... 27% 187M 0s 850K .......... .......... .......... .......... .......... 29% 184M 0s 900K .......... .......... .......... .......... .......... 30% 191M 0s 950K .......... .......... .......... .......... .......... 32% 1.61M 0s 1000K .......... .......... .......... .......... .......... 34% 121M 0s 1050K .......... .......... .......... .......... .......... 35% 91.5M 0s 1100K .......... .......... .......... .......... .......... 37% 118M 0s 1150K .......... .......... .......... .......... .......... 39% 93.3M 0s 1200K .......... .......... .......... .......... .......... 40% 125M 0s 1250K .......... .......... .......... .......... .......... 42% 1.47M 0s 1300K .......... .......... .......... .......... .......... 44% 116M 0s 1350K .......... .......... .......... .......... .......... 45% 103M 0s 1400K .......... .......... .......... .......... .......... 47% 125M 0s 1450K .......... .......... .......... .......... .......... 48% 115M 0s 1500K .......... .......... .......... .......... .......... 50% 157M 0s 1550K .......... .......... .......... .......... .......... 52% 152M 0s 1600K .......... .......... .......... .......... .......... 53% 164M 0s 1650K .......... .......... .......... .......... .......... 55% 1.45M 0s 1700K .......... .......... .......... .......... .......... 57% 159M 0s 1750K .......... .......... .......... .......... .......... 58% 161M 0s 1800K .......... .......... .......... .......... .......... 60% 176M 0s 1850K .......... .......... .......... .......... .......... 61% 177M 0s 1900K .......... .......... .......... .......... .......... 63% 188M 0s 1950K .......... .......... .......... .......... .......... 65% 160M 0s 2000K .......... .......... .......... .......... .......... 66% 1.61M 0s 2050K .......... .......... .......... .......... .......... 68% 101M 0s 2100K .......... .......... .......... .......... .......... 70% 115M 0s 2150K .......... .......... .......... .......... .......... 71% 97.5M 0s 2200K .......... .......... .......... .......... .......... 73% 152M 0s 2250K .......... .......... .......... .......... .......... 75% 141M 0s 2300K .......... .......... .......... .......... .......... 76% 134M 0s 2350K .......... .......... .......... .......... .......... 78% 144M 0s 2400K .......... .......... .......... .......... .......... 79% 1.48M 0s 2450K .......... .......... .......... .......... .......... 81% 132M 0s 2500K .......... .......... .......... .......... .......... 83% 131M 0s 2550K .......... .......... .......... .......... .......... 84% 115M 0s 2600K .......... .......... .......... .......... .......... 86% 141M 0s 2650K .......... .......... .......... .......... .......... 88% 139M 0s 2700K .......... .......... .......... .......... .......... 89% 183M 0s 2750K .......... .......... .......... .......... .......... 91% 162M 0s 2800K .......... .......... .......... .......... .......... 92% 1.46M 0s 2850K .......... .......... .......... .......... .......... 94% 162M 0s 2900K .......... .......... .......... .......... .......... 96% 167M 0s 2950K .......... .......... .......... .......... .......... 97% 157M 0s 3000K .......... .......... .......... .......... .......... 99% 173M 0s 3050K .......... ...... 100% 187M=0.4s 2022-06-07 00:05:42 (7.85 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.OpenIPMI-2.0.32.tar.gz.E993Rr/output' saved [3140147/3140147] OpenIPMI-2.0.32.tar.gz: OK (sha1: 73d7dce4312b006983b11367e4a43d4ec52cf888) OpenIPMI-2.0.32.tar.gz: OK (md5: 532404c9df7d0e8bde975b95b9e6775b) OpenIPMI-2.0.32.tar.gz: OK (sha256: f6d0fd4c0a74b05f80907229d0b270f54ca23294bcc11979f8b8d12766786945) >>> openipmi 2.0.32 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/openipmi/OpenIPMI-2.0.32.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32 -xf - >>> openipmi 2.0.32 Patching Applying 0001-Avoid-searching-host-library-path.patch using patch: patching file cmdlang/Makefile.am Hunk #1 succeeded at 18 (offset 3 lines). patching file unix/Makefile.am Hunk #1 succeeded at 11 with fuzz 1 (offset 1 line). Applying 0002-configure.ac-add-without-execinfo-option.patch using patch: patching file configure.ac >>> openipmi 2.0.32 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openipmi 2.0.32 Configuring >>> openipmi 2.0.32 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:5: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:5: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:5: the top level configure.ac:285: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:285: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:285: the top level configure.ac:286: warning: The macro `AC_STDC_HEADERS' is obsolete. configure.ac:286: You should run autoupdate. ./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from... configure.ac:286: the top level configure.ac:286: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:286: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... ./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from... configure.ac:286: the top level configure.ac:736: warning: The macro `AC_HAVE_FUNCS' is obsolete. configure.ac:736: You should run autoupdate. ./lib/autoconf/functions.m4:230: AC_HAVE_FUNCS is expanded from... configure.ac:736: the top level configure.ac:807: warning: AC_OUTPUT should be used without arguments. configure.ac:807: You should run autoupdate. configure.ac:6: installing './compile' configure.ac:4: installing './missing' cmdlang/Makefile.am: installing './depcomp' lanserv/sdrcomp/Makefile.am:21: warning: user target 'sdrcomp_build$(EXEEXT)' defined here ... /nvmedata/autobuild/instance-25/output-1/host/share/automake-1.16/am/program.am: ... overrides Automake target 'sdrcomp_build$(EXEEXT)' defined here lanserv/sdrcomp/Makefile.am:8: while processing program 'sdrcomp_build' >>> openipmi 2.0.32 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_path_pkgprog="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-execinfo=no --with-glib=no --with-tcl=no --with-perl=no --with-python=no --with-swig=no --with-openssl=yes --with-ucdsnmp=no ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking target system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for egrep... (cached) /bin/grep -E checking for netinet/ether.h... yes checking for sys/ethernet.h... no checking for clock_gettime in -lc... yes checking for popt.h... yes checking for poptGetContext in -lpopt... yes checking for gdbm.h... no checking for pkg-config... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config checking for glib... no checking for tcl... no checking for tkinter... checking for rl_initialize in -lreadline... yes checking for openssl/crypto.h... yes checking for CRYPTO_malloc in -lcrypto... yes checking for bind in -lsocket... no checking for getaddrinfo in -lsocket... no checking for getaddrinfo... yes checking for syslog... yes checking for dia... no checking for latex... no checking for bibtex... no checking for dvipdf... /usr/bin/dvipdf dia, latex, bibtex, and/or dvipdf is not present or not valid, you cannot regenerate documentation The documentation comes already generated, so this is generally not a problem checking for linux/version.h... yes checking for Linux epoll(7) interface with signals extension... yes checking for tgetent in -lcurses... yes checking for cfmakeraw... yes checking for x86_64-pc-linux-gnu-gcc... no checking for x86_64-pc-linux-gnu-gcc... no checking for gcc... gcc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating utils/Makefile config.status: creating lib/Makefile config.status: creating unix/Makefile config.status: creating glib/Makefile config.status: creating tcl/Makefile config.status: creating ui/Makefile config.status: creating lanserv/Makefile config.status: creating lanserv/OpenIPMI/Makefile config.status: creating lanserv/sdrcomp/Makefile config.status: creating lanserv/marvell-bmc/Makefile config.status: creating sample/Makefile config.status: creating doc/Makefile config.status: creating man/Makefile config.status: creating swig/Makefile config.status: creating swig/perl/Makefile config.status: creating swig/python/Makefile config.status: creating swig/python/openipmigui/Makefile config.status: creating cmdlang/Makefile config.status: creating include/Makefile config.status: creating include/OpenIPMI/Makefile config.status: creating include/OpenIPMI/ipmiif.h config.status: creating include/OpenIPMI/internal/Makefile config.status: creating OpenIPMI.spec config.status: creating OpenIPMIutils.pc config.status: creating OpenIPMI.pc config.status: creating OpenIPMIpthread.pc config.status: creating OpenIPMIposix.pc config.status: creating OpenIPMIglib.pc config.status: creating OpenIPMItcl.pc config.status: creating OpenIPMIcmdlang.pc config.status: creating OpenIPMIui.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> openipmi 2.0.32 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making all in OpenIPMI make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' Making all in internal make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making all in utils make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o md5.lo md5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md5.c -o md5.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o md2.lo md2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md2.c -fPIC -DPIC -o .libs/md2.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md2.c -o md2.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_auth.lo ipmi_auth.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_auth.c -fPIC -DPIC -o .libs/ipmi_auth.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_auth.c -o ipmi_auth.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_malloc.lo ipmi_malloc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_malloc.c -fPIC -DPIC -o .libs/ipmi_malloc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_malloc.c -o ipmi_malloc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ilist.lo ilist.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ilist.c -fPIC -DPIC -o .libs/ilist.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ilist.c -o ilist.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o locks.lo locks.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c locks.c -fPIC -DPIC -o .libs/locks.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c locks.c -o locks.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hash.lo hash.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hash.c -o hash.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o locked_list.lo locked_list.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c locked_list.c -fPIC -DPIC -o .libs/locked_list.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c locked_list.c -o locked_list.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o os_handler.lo os_handler.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c os_handler.c -fPIC -DPIC -o .libs/os_handler.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c os_handler.c -o os_handler.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o string.lo string.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c string.c -fPIC -DPIC -o .libs/string.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c string.c -o string.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UTILS_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -version-info 0:1:0 -no-undefined -o libOpenIPMIutils.la -rpath /usr/lib md5.lo md2.lo ipmi_auth.lo ipmi_malloc.lo ilist.lo locks.lo hash.lo locked_list.lo os_handler.lo string.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/md5.o .libs/md2.o .libs/ipmi_auth.o .libs/ipmi_malloc.o .libs/ilist.o .libs/locks.o .libs/hash.o .libs/locked_list.o .libs/os_handler.o .libs/string.o -Os -g0 -Wl,-soname -Wl,libOpenIPMIutils.so.0 -o .libs/libOpenIPMIutils.so.0.0.1 libtool: link: (cd ".libs" && rm -f "libOpenIPMIutils.so.0" && ln -s "libOpenIPMIutils.so.0.0.1" "libOpenIPMIutils.so.0") libtool: link: (cd ".libs" && rm -f "libOpenIPMIutils.so" && ln -s "libOpenIPMIutils.so.0.0.1" "libOpenIPMIutils.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMIutils.a md5.o md2.o ipmi_auth.o ipmi_malloc.o ilist.o locks.o hash.o locked_list.o os_handler.o string.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMIutils.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMIutils.la" && ln -s "../libOpenIPMIutils.la" "libOpenIPMIutils.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o entity.lo entity.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c entity.c -fPIC -DPIC -o .libs/entity.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c entity.c -o entity.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi.lo ipmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi.c -fPIC -DPIC -o .libs/ipmi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi.c -o ipmi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o domain.lo domain.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c domain.c -fPIC -DPIC -o .libs/domain.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c domain.c -o domain.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o mc.lo mc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mc.c -fPIC -DPIC -o .libs/mc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mc.c -o mc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sdr.lo sdr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sdr.c -fPIC -DPIC -o .libs/sdr.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sdr.c -o sdr.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o control.lo control.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c control.c -fPIC -DPIC -o .libs/control.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c control.c -o control.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_utils.lo ipmi_utils.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_utils.c -fPIC -DPIC -o .libs/ipmi_utils.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_utils.c -o ipmi_utils.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o conn.lo conn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c conn.c -fPIC -DPIC -o .libs/conn.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c conn.c -o conn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fru.lo fru.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fru.c -fPIC -DPIC -o .libs/fru.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fru.c -o fru.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o chassis.lo chassis.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c chassis.c -fPIC -DPIC -o .libs/chassis.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c chassis.c -o chassis.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pet.lo pet.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pet.c -fPIC -DPIC -o .libs/pet.o pet.c: In function 'ipmi_pet_create_mc': pet.c:982:48: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 982 | snprintf(pet->name, sizeof(pet->name), "%s.%d", domain_name, | ^~ pet.c:982:44: note: using the range [-2147483648, 2147483647] for directive argument 982 | snprintf(pet->name, sizeof(pet->name), "%s.%d", domain_name, | ^~~~~~~ pet.c:982:5: note: 'snprintf' output between 3 and 76 bytes into a destination of size 64 982 | snprintf(pet->name, sizeof(pet->name), "%s.%d", domain_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 983 | ipmi_domain_get_unique_num(domain)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pet.c -o pet.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o event.lo event.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c event.c -fPIC -DPIC -o .libs/event.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c event.c -o event.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o opq.lo opq.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c opq.c -fPIC -DPIC -o .libs/opq.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c opq.c -o opq.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sel.lo sel.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sel.c -fPIC -DPIC -o .libs/sel.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sel.c -o sel.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sensor.lo sensor.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sensor.c -fPIC -DPIC -o .libs/sensor.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c sensor.c -o sensor.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pef.lo pef.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pef.c -fPIC -DPIC -o .libs/pef.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c pef.c -o pef.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lanparm.lo lanparm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanparm.c -fPIC -DPIC -o .libs/lanparm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanparm.c -o lanparm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o strings.lo strings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c strings.c -fPIC -DPIC -o .libs/strings.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c strings.c -o strings.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o normal_fru.lo normal_fru.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c normal_fru.c -fPIC -DPIC -o .libs/normal_fru.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c normal_fru.c -o normal_fru.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_force_conn.lo oem_force_conn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_force_conn.c -fPIC -DPIC -o .libs/oem_force_conn.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_force_conn.c -o oem_force_conn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_motorola_mxp.lo oem_motorola_mxp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_motorola_mxp.c -fPIC -DPIC -o .libs/oem_motorola_mxp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_motorola_mxp.c -o oem_motorola_mxp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_atca_conn.lo oem_atca_conn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca_conn.c -fPIC -DPIC -o .libs/oem_atca_conn.o oem_atca_conn.c: In function 'atca_ipmb_handler': oem_atca_conn.c:748:13: warning: 'ipmb' may be used uninitialized [-Wmaybe-uninitialized] 748 | handler(ipmi, ECANCELED, ipmb, 1, 1, 0, cb_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oem_atca_conn.c:748:13: note: by argument 3 of type 'const unsigned char *' to 'void(ipmi_con_t *, int, const unsigned char *, unsigned int, int, unsigned int, void *)' {aka 'void(struct ipmi_con_s *, int, const unsigned char *, unsigned int, int, unsigned int, void *)'} oem_atca_conn.c:742:26: note: 'ipmb' declared here 742 | unsigned char ipmb[MAX_IPMI_USED_CHANNELS]; | ^~~~ libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca_conn.c -o oem_atca_conn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_atca.lo oem_atca.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca.c -fPIC -DPIC -o .libs/oem_atca.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca.c -o oem_atca.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_lan.lo ipmi_lan.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_lan.c -fPIC -DPIC -o .libs/ipmi_lan.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_lan.c -o ipmi_lan.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_test.lo oem_test.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_test.c -fPIC -DPIC -o .libs/oem_test.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_test.c -o oem_test.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_intel.lo oem_intel.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_intel.c -fPIC -DPIC -o .libs/oem_intel.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_intel.c -o oem_intel.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_payload.lo ipmi_payload.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_payload.c -fPIC -DPIC -o .libs/ipmi_payload.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_payload.c -o ipmi_payload.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rakp.lo rakp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rakp.c -fPIC -DPIC -o .libs/rakp.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c rakp.c -o rakp.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o aes_cbc.lo aes_cbc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aes_cbc.c -fPIC -DPIC -o .libs/aes_cbc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c aes_cbc.c -o aes_cbc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hmac.lo hmac.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hmac.c -fPIC -DPIC -o .libs/hmac.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c hmac.c -o hmac.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o md5.lo md5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c md5.c -o md5.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_smi.lo ipmi_smi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_smi.c -fPIC -DPIC -o .libs/ipmi_smi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_smi.c -o ipmi_smi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sol.lo ipmi_sol.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_sol.c -fPIC -DPIC -o .libs/ipmi_sol.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmi_sol.c -o ipmi_sol.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_kontron_conn.lo oem_kontron_conn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_kontron_conn.c -fPIC -DPIC -o .libs/oem_kontron_conn.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_kontron_conn.c -o oem_kontron_conn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o oem_atca_fru.lo oem_atca_fru.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca_fru.c -fPIC -DPIC -o .libs/oem_atca_fru.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c oem_atca_fru.c -o oem_atca_fru.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o fru_spd_decode.lo fru_spd_decode.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fru_spd_decode.c -fPIC -DPIC -o .libs/fru_spd_decode.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c fru_spd_decode.c -o fru_spd_decode.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o solparm.lo solparm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c solparm.c -fPIC -DPIC -o .libs/solparm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c solparm.c -o solparm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -version-info 0:5:0 -no-undefined -o libOpenIPMI.la -rpath /usr/lib entity.lo ipmi.lo domain.lo mc.lo sdr.lo control.lo ipmi_utils.lo conn.lo fru.lo chassis.lo pet.lo event.lo opq.lo sel.lo sensor.lo pef.lo lanparm.lo strings.lo normal_fru.lo oem_force_conn.lo oem_motorola_mxp.lo oem_atca_conn.lo oem_atca.lo ipmi_lan.lo oem_test.lo oem_intel.lo ipmi_payload.lo rakp.lo aes_cbc.lo hmac.lo md5.lo ipmi_smi.lo ipmi_sol.lo oem_kontron_conn.lo oem_atca_fru.lo fru_spd_decode.lo solparm.lo -lm ../utils/libOpenIPMIutils.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/entity.o .libs/ipmi.o .libs/domain.o .libs/mc.o .libs/sdr.o .libs/control.o .libs/ipmi_utils.o .libs/conn.o .libs/fru.o .libs/chassis.o .libs/pet.o .libs/event.o .libs/opq.o .libs/sel.o .libs/sensor.o .libs/pef.o .libs/lanparm.o .libs/strings.o .libs/normal_fru.o .libs/oem_force_conn.o .libs/oem_motorola_mxp.o .libs/oem_atca_conn.o .libs/oem_atca.o .libs/ipmi_lan.o .libs/oem_test.o .libs/oem_intel.o .libs/ipmi_payload.o .libs/rakp.o .libs/aes_cbc.o .libs/hmac.o .libs/md5.o .libs/ipmi_smi.o .libs/ipmi_sol.o .libs/oem_kontron_conn.o .libs/oem_atca_fru.o .libs/fru_spd_decode.o .libs/solparm.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -lm ../utils/.libs/libOpenIPMIutils.so -lcrypto -Os -g0 -Wl,-soname -Wl,libOpenIPMI.so.0 -o .libs/libOpenIPMI.so.0.0.5 libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so.0" && ln -s "libOpenIPMI.so.0.0.5" "libOpenIPMI.so.0") libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so" && ln -s "libOpenIPMI.so.0.0.5" "libOpenIPMI.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMI.a entity.o ipmi.o domain.o mc.o sdr.o control.o ipmi_utils.o conn.o fru.o chassis.o pet.o event.o opq.o sel.o sensor.o pef.o lanparm.o strings.o normal_fru.o oem_force_conn.o oem_motorola_mxp.o oem_atca_conn.o oem_atca.o ipmi_lan.o oem_test.o oem_intel.o ipmi_payload.o rakp.o aes_cbc.o hmac.o md5.o ipmi_smi.o ipmi_sol.o oem_kontron_conn.o oem_atca_fru.o fru_spd_decode.o solparm.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMI.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMI.la" && ln -s "../libOpenIPMI.la" "libOpenIPMI.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' Making all in unix make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o test_heap-test_heap.o `test -f 'test_heap.c' || echo './'`test_heap.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o test_heap test_heap-test_heap.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o test_heap test_heap-test_heap.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o test_handlers-test_handlers.o `test -f 'test_handlers.c' || echo './'`test_handlers.c /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o posix_os_hnd.lo posix_os_hnd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c posix_os_hnd.c -fPIC -DPIC -o .libs/posix_os_hnd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c posix_os_hnd.c -o posix_os_hnd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o selector.lo selector.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c selector.c -fPIC -DPIC -o .libs/selector.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c selector.c -o selector.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -version-info 0:1:0 -no-undefined -o libOpenIPMIposix.la -rpath /usr/lib posix_os_hnd.lo selector.lo ../utils/libOpenIPMIutils.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/posix_os_hnd.o .libs/selector.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs ../utils/.libs/libOpenIPMIutils.so -Os -g0 -Wl,-soname -Wl,libOpenIPMIposix.so.0 -o .libs/libOpenIPMIposix.so.0.0.1 libtool: link: (cd ".libs" && rm -f "libOpenIPMIposix.so.0" && ln -s "libOpenIPMIposix.so.0.0.1" "libOpenIPMIposix.so.0") libtool: link: (cd ".libs" && rm -f "libOpenIPMIposix.so" && ln -s "libOpenIPMIposix.so.0.0.1" "libOpenIPMIposix.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMIposix.a posix_os_hnd.o selector.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMIposix.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMIposix.la" && ln -s "../libOpenIPMIposix.la" "libOpenIPMIposix.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o posix_thread_os_hnd.lo posix_thread_os_hnd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c posix_thread_os_hnd.c -fPIC -DPIC -o .libs/posix_thread_os_hnd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c posix_thread_os_hnd.c -o posix_thread_os_hnd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DBUILDING_IPMI_SELECTOR_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -version-info 0:1:0 -no-undefined -o libOpenIPMIpthread.la -rpath /usr/lib posix_thread_os_hnd.lo selector.lo -lpthread ../utils/libOpenIPMIutils.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/posix_thread_os_hnd.o .libs/selector.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -lpthread ../utils/.libs/libOpenIPMIutils.so -Os -g0 -Wl,-soname -Wl,libOpenIPMIpthread.so.0 -o .libs/libOpenIPMIpthread.so.0.0.1 libtool: link: (cd ".libs" && rm -f "libOpenIPMIpthread.so.0" && ln -s "libOpenIPMIpthread.so.0.0.1" "libOpenIPMIpthread.so.0") libtool: link: (cd ".libs" && rm -f "libOpenIPMIpthread.so" && ln -s "libOpenIPMIpthread.so.0.0.1" "libOpenIPMIpthread.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMIpthread.a posix_thread_os_hnd.o selector.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMIpthread.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMIpthread.la" && ln -s "../libOpenIPMIpthread.la" "libOpenIPMIpthread.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o test_handlers test_handlers-test_handlers.o libOpenIPMIposix.la libOpenIPMIpthread.la ../utils/libOpenIPMIutils.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o test_handlers test_handlers-test_handlers.o ./.libs/libOpenIPMIposix.so ./.libs/libOpenIPMIpthread.so -lpthread /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so ../utils/.libs/libOpenIPMIutils.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' Making all in cmdlang make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o openipmish-ipmish.o `test -f 'ipmish.c' || echo './'`ipmish.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o openipmish-os_debug.o `test -f 'os_debug.c' || echo './'`os_debug.c /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmdlang.lo cmdlang.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmdlang.c -fPIC -DPIC -o .libs/cmdlang.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmdlang.c -o cmdlang.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_domain.lo cmd_domain.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_domain.c -fPIC -DPIC -o .libs/cmd_domain.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_domain.c -o cmd_domain.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_entity.lo cmd_entity.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_entity.c -fPIC -DPIC -o .libs/cmd_entity.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_entity.c -o cmd_entity.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_mc.lo cmd_mc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_mc.c -fPIC -DPIC -o .libs/cmd_mc.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_mc.c -o cmd_mc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_pet.lo cmd_pet.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_pet.c -fPIC -DPIC -o .libs/cmd_pet.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_pet.c -o cmd_pet.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_sensor.lo cmd_sensor.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_sensor.c -fPIC -DPIC -o .libs/cmd_sensor.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_sensor.c -o cmd_sensor.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_control.lo cmd_control.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_control.c -fPIC -DPIC -o .libs/cmd_control.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_control.c -o cmd_control.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_sel.lo cmd_sel.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_sel.c -fPIC -DPIC -o .libs/cmd_sel.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_sel.c -o cmd_sel.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_lanparm.lo cmd_lanparm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_lanparm.c -fPIC -DPIC -o .libs/cmd_lanparm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_lanparm.c -o cmd_lanparm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_pef.lo cmd_pef.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_pef.c -fPIC -DPIC -o .libs/cmd_pef.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_pef.c -o cmd_pef.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_conn.lo cmd_conn.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_conn.c -fPIC -DPIC -o .libs/cmd_conn.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_conn.c -o cmd_conn.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_fru.lo cmd_fru.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_fru.c -fPIC -DPIC -o .libs/cmd_fru.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_fru.c -o cmd_fru.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o out_fru.lo out_fru.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_fru.c -fPIC -DPIC -o .libs/out_fru.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c out_fru.c -o out_fru.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o cmd_solparm.lo cmd_solparm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_solparm.c -fPIC -DPIC -o .libs/cmd_solparm.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c cmd_solparm.c -o cmd_solparm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_CMDLANG_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -version-info 0:5:0 -no-undefined -o libOpenIPMIcmdlang.la -rpath /usr/lib cmdlang.lo cmd_domain.lo cmd_entity.lo cmd_mc.lo cmd_pet.lo cmd_sensor.lo cmd_control.lo cmd_sel.lo cmd_lanparm.lo cmd_pef.lo cmd_conn.lo cmd_fru.lo out_fru.lo cmd_solparm.lo -lm ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/cmdlang.o .libs/cmd_domain.o .libs/cmd_entity.o .libs/cmd_mc.o .libs/cmd_pet.o .libs/cmd_sensor.o .libs/cmd_control.o .libs/cmd_sel.o .libs/cmd_lanparm.o .libs/cmd_pef.o .libs/cmd_conn.o .libs/cmd_fru.o .libs/out_fru.o .libs/cmd_solparm.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -L/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Os -g0 -Wl,-soname -Wl,libOpenIPMIcmdlang.so.0 -o .libs/libOpenIPMIcmdlang.so.0.0.5 libtool: link: (cd ".libs" && rm -f "libOpenIPMIcmdlang.so.0" && ln -s "libOpenIPMIcmdlang.so.0.0.5" "libOpenIPMIcmdlang.so.0") libtool: link: (cd ".libs" && rm -f "libOpenIPMIcmdlang.so" && ln -s "libOpenIPMIcmdlang.so.0.0.5" "libOpenIPMIcmdlang.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMIcmdlang.a cmdlang.o cmd_domain.o cmd_entity.o cmd_mc.o cmd_pet.o cmd_sensor.o cmd_control.o cmd_sel.o cmd_lanparm.o cmd_pef.o cmd_conn.o cmd_fru.o out_fru.o cmd_solparm.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMIcmdlang.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMIcmdlang.la" && ln -s "../libOpenIPMIcmdlang.la" "libOpenIPMIcmdlang.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmish openipmish-ipmish.o openipmish-os_debug.o libOpenIPMIcmdlang.la ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lreadline -lcurses -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmish openipmish-ipmish.o openipmish-os_debug.o ./.libs/libOpenIPMIcmdlang.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs/libOpenIPMI.so ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lreadline -lcurses -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' Making all in ui make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_ui-basic_ui.o `test -f 'basic_ui.c' || echo './'`basic_ui.c basic_ui.c:294:13: warning: 'snmp_setup_fds' defined but not used [-Wunused-function] 294 | static void snmp_setup_fds(os_handler_t *os_hnd) { } | ^~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui.lo ui.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui.c -fPIC -DPIC -o .libs/ui.o ui.c: In function 'vlog_pad_out': ui.c:210:9: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] 210 | vw_printw(log_pad, format, ap); | ^~~~~~~~~ In file included from ui.c:37: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curses.h:816:28: note: declared here 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ | ^~~~~~~~ ui.c: In function 'display_pad_out': ui.c:269:9: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] 269 | vw_printw(display_pad, format, ap); | ^~~~~~~~~ In file included from ui.c:37: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curses.h:816:28: note: declared here 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ | ^~~~~~~~ ui.c: In function 'cmd_win_out': ui.c:282:9: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] 282 | vw_printw(cmd_win, format, ap); | ^~~~~~~~~ In file included from ui.c:37: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curses.h:816:28: note: declared here 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ | ^~~~~~~~ ui.c: In function 'ui_vlog': ui.c:482:9: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] 482 | vw_printw(dummy_pad, format, ap); | ^~~~~~~~~ In file included from ui.c:37: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curses.h:816:28: note: declared here 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ | ^~~~~~~~ ui.c:436:20: warning: variable 'max_y' set but not used [-Wunused-but-set-variable] 436 | int max_x, max_y, i, j; | ^~~~~ ui.c: In function 'ui_log': ui.c:570:9: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations] 570 | vw_printw(dummy_pad, format, ap); | ^~~~~~~~~ In file included from ui.c:37: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curses.h:816:28: note: declared here 816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ | ^~~~~~~~ libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui.c -o ui.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_os.lo ui_os.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_os.c -fPIC -DPIC -o .libs/ui_os.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_os.c -o ui_os.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_keypad.lo ui_keypad.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_keypad.c -fPIC -DPIC -o .libs/ui_keypad.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_keypad.c -o ui_keypad.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ui_command.lo ui_command.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_command.c -fPIC -DPIC -o .libs/ui_command.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ui_command.c -o ui_command.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -DBUILDING_IPMI_UI_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 1:1:0 -no-undefined -o libOpenIPMIui.la -rpath /usr/lib ui.lo ui_os.lo ui_keypad.lo ui_command.lo ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcurses -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/ui.o .libs/ui_os.o .libs/ui_keypad.o .libs/ui_command.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs -L/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcurses -lcrypto -Os -g0 -Wl,-soname -Wl,libOpenIPMIui.so.1 -o .libs/libOpenIPMIui.so.1.0.1 libtool: link: (cd ".libs" && rm -f "libOpenIPMIui.so.1" && ln -s "libOpenIPMIui.so.1.0.1" "libOpenIPMIui.so.1") libtool: link: (cd ".libs" && rm -f "libOpenIPMIui.so" && ln -s "libOpenIPMIui.so.1.0.1" "libOpenIPMIui.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libOpenIPMIui.a ui.o ui_os.o ui_keypad.o ui_command.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libOpenIPMIui.a libtool: link: ( cd ".libs" && rm -f "libOpenIPMIui.la" && ln -s "../libOpenIPMIui.la" "libOpenIPMIui.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_ui ipmi_ui-basic_ui.o libOpenIPMIui.la ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcurses -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_ui ipmi_ui-basic_ui.o ./.libs/libOpenIPMIui.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs/libOpenIPMI.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs/libOpenIPMIposix.so ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcurses -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' Making all in lanserv make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making all in OpenIPMI make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' Making all in sdrcomp make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sdrcomp.o sdrcomp.c sdrcomp.c: In function 'decompile_file': sdrcomp.c:1962:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1962 | fprintf(stderr, "SDR %d offset %ld: Unknown SDR version: 0x%x\n", | ~~^ | | | long int | %d 1963 | recnum, offset, sdr[2]); | ~~~~~~ | | | size_t {aka unsigned int} sdrcomp.c:1973:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1973 | fprintf(stderr, "SDR %d offset %ld type %d: not long enough: %d," | ~~^ | | | long int | %d 1974 | " expected %d\n", 1975 | recnum, offset, sdr[3], sdr[4], sdr_len - 5); | ~~~~~~ | | | size_t {aka unsigned int} sdrcomp.c:1985:33: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1985 | fprintf(stderr, "End of file in the middle of" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1986 | " record %d offset %ld\n", recnum, offset); | ~~~~~~ | | | size_t {aka unsigned int} sdrcomp.c:1986:46: note: format string is defined here 1986 | " record %d offset %ld\n", recnum, offset); | ~~^ | | | long int | %d /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -lm -o sdrcomp sdrcomp.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o sdrcomp sdrcomp.o -lm gcc -o sdrcomp_build ../../lanserv/sdrcomp/sdrcomp.c -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -lm make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-ipmi_sim.o `test -f 'ipmi_sim.c' || echo './'`ipmi_sim.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc.o `test -f 'bmc.c' || echo './'`bmc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-emu_cmd.o `test -f 'emu_cmd.c' || echo './'`emu_cmd.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-sol.o `test -f 'sol.c' || echo './'`sol.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_storage.o `test -f 'bmc_storage.c' || echo './'`bmc_storage.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_app.o `test -f 'bmc_app.c' || echo './'`bmc_app.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_chassis.o `test -f 'bmc_chassis.c' || echo './'`bmc_chassis.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_transport.o `test -f 'bmc_transport.c' || echo './'`bmc_transport.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_sensor.o `test -f 'bmc_sensor.c' || echo './'`bmc_sensor.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_sim-bmc_picmg.o `test -f 'bmc_picmg.c' || echo './'`bmc_picmg.c /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lanserv_ipmi.lo lanserv_ipmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_ipmi.c -fPIC -DPIC -o .libs/lanserv_ipmi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_ipmi.c -o lanserv_ipmi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lanserv_asf.lo lanserv_asf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_asf.c -fPIC -DPIC -o .libs/lanserv_asf.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_asf.c -o lanserv_asf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o priv_table.lo priv_table.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c priv_table.c -fPIC -DPIC -o .libs/priv_table.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c priv_table.c -o priv_table.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lanserv_oem_force.lo lanserv_oem_force.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_oem_force.c -fPIC -DPIC -o .libs/lanserv_oem_force.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_oem_force.c -o lanserv_oem_force.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o lanserv_config.lo lanserv_config.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_config.c -fPIC -DPIC -o .libs/lanserv_config.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c lanserv_config.c -o lanserv_config.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o config.lo config.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c config.c -fPIC -DPIC -o .libs/config.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c config.c -o config.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o serv.lo serv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c serv.c -fPIC -DPIC -o .libs/serv.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c serv.c -o serv.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o serial_ipmi.lo serial_ipmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c serial_ipmi.c -fPIC -DPIC -o .libs/serial_ipmi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c serial_ipmi.c -o serial_ipmi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o persist.lo persist.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c persist.c -fPIC -DPIC -o .libs/persist.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c persist.c -o persist.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o extcmd.lo extcmd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c extcmd.c -fPIC -DPIC -o .libs/extcmd.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c extcmd.c -o extcmd.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmb_ipmi.lo ipmb_ipmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmb_ipmi.c -fPIC -DPIC -o .libs/ipmb_ipmi.o libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c ipmb_ipmi.c -o ipmb_ipmi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -version-info 0:1:0 ../utils/libOpenIPMIutils.la -no-undefined -o libIPMIlanserv.la -rpath /usr/lib lanserv_ipmi.lo lanserv_asf.lo priv_table.lo lanserv_oem_force.lo lanserv_config.lo config.lo serv.lo serial_ipmi.lo persist.lo extcmd.lo ipmb_ipmi.lo -lcrypto -ldl libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/lanserv_ipmi.o .libs/lanserv_asf.o .libs/priv_table.o .libs/lanserv_oem_force.o .libs/lanserv_config.o .libs/config.o .libs/serv.o .libs/serial_ipmi.o .libs/persist.o .libs/extcmd.o .libs/ipmb_ipmi.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs ../utils/.libs/libOpenIPMIutils.so -lcrypto -ldl -Os -g0 -Wl,-soname -Wl,libIPMIlanserv.so.0 -o .libs/libIPMIlanserv.so.0.0.1 libtool: link: (cd ".libs" && rm -f "libIPMIlanserv.so.0" && ln -s "libIPMIlanserv.so.0.0.1" "libIPMIlanserv.so.0") libtool: link: (cd ".libs" && rm -f "libIPMIlanserv.so" && ln -s "libIPMIlanserv.so.0.0.1" "libIPMIlanserv.so") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru .libs/libIPMIlanserv.a lanserv_ipmi.o lanserv_asf.o priv_table.o lanserv_oem_force.o lanserv_config.o config.o serv.o serial_ipmi.o persist.o extcmd.o ipmb_ipmi.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib .libs/libIPMIlanserv.a libtool: link: ( cd ".libs" && rm -f "libIPMIlanserv.la" && ln -s "../libIPMIlanserv.la" "libIPMIlanserv.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic ../unix/libOpenIPMIposix.la ../utils/libOpenIPMIutils.la -o ipmi_sim ipmi_sim-ipmi_sim.o ipmi_sim-bmc.o ipmi_sim-emu_cmd.o ipmi_sim-sol.o ipmi_sim-bmc_storage.o ipmi_sim-bmc_app.o ipmi_sim-bmc_chassis.o ipmi_sim-bmc_transport.o ipmi_sim-bmc_sensor.o ipmi_sim-bmc_picmg.o -lpopt libIPMIlanserv.la -lpthread libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -o ipmi_sim ipmi_sim-ipmi_sim.o ipmi_sim-bmc.o ipmi_sim-emu_cmd.o ipmi_sim-sol.o ipmi_sim-bmc_storage.o ipmi_sim-bmc_app.o ipmi_sim-bmc_chassis.o ipmi_sim-bmc_transport.o ipmi_sim-bmc_sensor.o ipmi_sim-bmc_picmg.o ../unix/.libs/libOpenIPMIposix.so ../utils/.libs/libOpenIPMIutils.so -lpopt ./.libs/libIPMIlanserv.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -ldl -lpthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmilan-lanserv.o `test -f 'lanserv.c' || echo './'`lanserv.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic ../unix/libOpenIPMIposix.la ../utils/libOpenIPMIutils.la -o ipmilan ipmilan-lanserv.o -lpopt libIPMIlanserv.la -ldl libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -rdynamic -o ipmilan ipmilan-lanserv.o ../unix/.libs/libOpenIPMIposix.so ../utils/.libs/libOpenIPMIutils.so -lpopt ./.libs/libIPMIlanserv.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -ldl -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_checksum.o ipmi_checksum.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION="\""1.0.13"\"" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_checksum ipmi_checksum.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -DBUILDING_IPMI_LANSERV_DLL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_checksum ipmi_checksum.o sdrcomp/sdrcomp_build -o ipmisim1.bsdr ipmisim1.sdrs make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making all in sample make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmicmd.o ipmicmd.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmicmd ipmicmd.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmicmd ipmicmd.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o solterm.o solterm.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o solterm solterm.o -lpopt ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o solterm solterm.o -lpopt ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o rmcp_ping.o rmcp_ping.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o rmcp_ping rmcp_ping.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o rmcp_ping rmcp_ping.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o eventd.o eventd.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmi_eventd eventd.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o openipmi_eventd eventd.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sample.o sample.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample sample.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample sample.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sample2.o sample2.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample2 sample2.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIpthread.la -lpthread -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample2 sample2.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIpthread.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lpthread -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o sample3.o sample3.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample3 sample3.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmisample3 sample3.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I ../libedit -I ../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o `test -f 'ipmi_serial_bmc_emu.c' || echo './'`ipmi_serial_bmc_emu.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I ../libedit -I ../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_serial_bmc_emu ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o -lreadline -lcurses libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -I ../libedit -I ../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_serial_bmc_emu ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o -lreadline -lcurses /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dump_sensors.o dump_sensors.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_dump_sensors dump_sensors.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ipmi_dump_sensors dump_sensors.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o waiter_sample.o waiter_sample.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o waiter_sample waiter_sample.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o waiter_sample waiter_sample.o ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so -lm ../unix/.libs/libOpenIPMIposix.so /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs/libOpenIPMIutils.so -lcrypto -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix/.libs /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o linux_cmd_handler.o linux_cmd_handler.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o linux_cmd_handler linux_cmd_handler.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o linux_cmd_handler linux_cmd_handler.o make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' >>> openipmi 2.0.32 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making install in OpenIPMI make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' Making install in internal make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI/internal' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ilist.h ipmi_entity.h ipmi_malloc.h ipmi_sensor.h md2.h ipmi_control.h ipmi_int.h ipmi_mc.h ipmi_utils.h md5.h ipmi_domain.h ipmi_locks.h ipmi_sel.h locked_list.h opq.h ipmi_event.h ipmi_oem.h ipmi_fru.h winsock_compat.h '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI/internal' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_addr.h ipmi_err.h ipmi_log.h ipmi_posix.h mxp.h ipmi_auth.h ipmi_msgbits.h ipmi_sdr.h os_handler.h ipmi_bits.h ipmi_fru.h ipmi_glib.h ipmi_smi.h selector.h ipmi_mc.h ipmi_user.h ipmi_cmdlang.h ipmiif.h ipmi_pef.h ipmi_types.h ipmi_conn.h ipmi_lan.h ipmi_pet.h ipmi_ui.h ipmi_debug.h ipmi_lanparm.h ipmi_picmg.h ipmi_string.h ipmi_sol.h ipmi_solparm.h ipmi_tcl.h deprecator.h dllvisibility.h '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making install in utils make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIutils.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIutils.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0 || { rm -f libOpenIPMIutils.so.0 && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so || { rm -f libOpenIPMIutils.so && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIutils.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIutils.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIutils.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIutils.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMI.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.so.0.0.5 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMI.so.0.0.5 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so.0 || { rm -f libOpenIPMI.so.0 && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so || { rm -f libOpenIPMI.so && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMI.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMI.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMI.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMI.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' Making install in unix make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIposix.la libOpenIPMIpthread.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIposix.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0 || { rm -f libOpenIPMIposix.so.0 && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so || { rm -f libOpenIPMIposix.so && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIposix.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIpthread.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0 || { rm -f libOpenIPMIpthread.so.0 && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so || { rm -f libOpenIPMIpthread.so && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIpthread.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIposix.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIposix.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIposix.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIpthread.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIpthread.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIpthread.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' Making install in cmdlang make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIcmdlang.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.so.0.0.5 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIcmdlang.so.0.0.5 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0 || { rm -f libOpenIPMIcmdlang.so.0 && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so || { rm -f libOpenIPMIcmdlang.so && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIcmdlang.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIcmdlang.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIcmdlang.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIcmdlang.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmish '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmish /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/openipmish rm -f /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmish ln -s openipmish /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmish make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' Making install in ui make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIui.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.so.1.0.1 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIui.so.1.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1 || { rm -f libOpenIPMIui.so.1 && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so || { rm -f libOpenIPMIui.so && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIui.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIui.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIui.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libOpenIPMIui.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_ui '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_ui /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmi_ui make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' Making install in lanserv make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making install in OpenIPMI make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lanserv.h serserv.h serv.h extcmd.h persist.h msg.h mcserv.h ipmbserv.h lanserv_dllvisibility.h '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/OpenIPMI' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' Making install in sdrcomp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c sdrcomp '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c sdrcomp /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sdrcomp make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libIPMIlanserv.la '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libIPMIlanserv.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0 || { rm -f libIPMIlanserv.so.0 && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so || { rm -f libIPMIlanserv.so && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.lai /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libIPMIlanserv.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.a /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libIPMIlanserv.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libIPMIlanserv.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libIPMIlanserv.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_sim ipmilan '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_sim /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmi_sim libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmilan /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmilan /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 -d "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/etc/ipmi/"; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./lan.conf "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/etc/ipmi/"; /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./ipmisim1.emu "/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/etc/ipmi/"; /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_sim.1 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_lan.5 ipmi_sim_cmd.5 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmilan.8 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making install in sample make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmicmd solterm rmcp_ping openipmi_eventd '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmicmd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/openipmicmd libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c solterm /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/solterm libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rmcp_ping /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/rmcp_ping libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmi_eventd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/openipmi_eventd rm -f /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmicmd ln -s openipmicmd /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/ipmicmd make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_ui.1 openipmicmd.1 openipmish.1 openipmigui.1 solterm.1 rmcp_ping.1 openipmi_eventd.1 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man7' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_cmdlang.7 openipmi_conparms.7 '/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man7' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[3]: Nothing to be done for 'install-exec-am'. /bin/bash /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/install-sh -d /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 OpenIPMIutils.pc OpenIPMI.pc OpenIPMIui.pc OpenIPMIposix.pc OpenIPMIpthread.pc OpenIPMIcmdlang.pc /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' >>> openipmi 2.0.32 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> openipmi 2.0.32 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making install in OpenIPMI make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' Making install in internal make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI/internal' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ilist.h ipmi_entity.h ipmi_malloc.h ipmi_sensor.h md2.h ipmi_control.h ipmi_int.h ipmi_mc.h ipmi_utils.h md5.h ipmi_domain.h ipmi_locks.h ipmi_sel.h locked_list.h opq.h ipmi_event.h ipmi_oem.h ipmi_fru.h winsock_compat.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI/internal' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI/internal' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_addr.h ipmi_err.h ipmi_log.h ipmi_posix.h mxp.h ipmi_auth.h ipmi_msgbits.h ipmi_sdr.h os_handler.h ipmi_bits.h ipmi_fru.h ipmi_glib.h ipmi_smi.h selector.h ipmi_mc.h ipmi_user.h ipmi_cmdlang.h ipmiif.h ipmi_pef.h ipmi_types.h ipmi_conn.h ipmi_lan.h ipmi_pet.h ipmi_ui.h ipmi_debug.h ipmi_lanparm.h ipmi_picmg.h ipmi_string.h ipmi_sol.h ipmi_solparm.h ipmi_tcl.h deprecator.h dllvisibility.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include/OpenIPMI' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/include' Making install in utils make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIutils.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIutils.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0 || { rm -f libOpenIPMIutils.so.0 && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so || { rm -f libOpenIPMIutils.so && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIutils.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIutils.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIutils.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIutils.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIutils.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/utils' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMI.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.so.0.0.5 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMI.so.0.0.5 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so.0 || { rm -f libOpenIPMI.so.0 && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so || { rm -f libOpenIPMI.so && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMI.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMI.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMI.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMI.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMI.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lib' Making install in unix make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIposix.la libOpenIPMIpthread.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIposix.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0 || { rm -f libOpenIPMIposix.so.0 && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so || { rm -f libOpenIPMIposix.so && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIposix.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIpthread.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0 || { rm -f libOpenIPMIpthread.so.0 && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so || { rm -f libOpenIPMIpthread.so && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIpthread.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIposix.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIposix.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIposix.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIposix.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIpthread.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIpthread.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIpthread.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIpthread.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/unix' Making install in cmdlang make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIcmdlang.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.so.0.0.5 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIcmdlang.so.0.0.5 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0 || { rm -f libOpenIPMIcmdlang.so.0 && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so || { rm -f libOpenIPMIcmdlang.so && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIcmdlang.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIcmdlang.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIcmdlang.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIcmdlang.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIcmdlang.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmish '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmish /nvmedata/autobuild/instance-25/output-1/target/usr/bin/openipmish rm -f /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmish ln -s openipmish /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmish make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/cmdlang' Making install in ui make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libOpenIPMIui.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.so.1.0.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIui.so.1.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1 || { rm -f libOpenIPMIui.so.1 && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so || { rm -f libOpenIPMIui.so && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIui.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libOpenIPMIui.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIui.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIui.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libOpenIPMIui.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_ui '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_ui /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmi_ui make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/ui' Making install in lanserv make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making install in OpenIPMI make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lanserv.h serserv.h serv.h extcmd.h persist.h msg.h mcserv.h ipmbserv.h lanserv_dllvisibility.h '/nvmedata/autobuild/instance-25/output-1/target/usr/include/OpenIPMI' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/OpenIPMI' Making install in sdrcomp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c sdrcomp '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c sdrcomp /nvmedata/autobuild/instance-25/output-1/target/usr/bin/sdrcomp make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv/sdrcomp' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libIPMIlanserv.la '/nvmedata/autobuild/instance-25/output-1/target/usr/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.so.0.0.1 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libIPMIlanserv.so.0.0.1 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0 || { rm -f libIPMIlanserv.so.0 && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/target/usr/lib && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so || { rm -f libIPMIlanserv.so && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.lai /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libIPMIlanserv.la libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libIPMIlanserv.a /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libIPMIlanserv.a libtool: install: chmod 644 /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libIPMIlanserv.a libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libIPMIlanserv.a libtool: warning: remember to run 'libtool --finish /usr/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_sim ipmilan '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmi_sim /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmi_sim libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c ipmilan /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmilan /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 -d "/nvmedata/autobuild/instance-25/output-1/target/etc/ipmi/"; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./lan.conf "/nvmedata/autobuild/instance-25/output-1/target/etc/ipmi/"; /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./ipmisim1.emu "/nvmedata/autobuild/instance-25/output-1/target/etc/ipmi/"; /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_sim.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_lan.5 ipmi_sim_cmd.5 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmilan.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/lanserv' Making install in sample make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmicmd solterm rmcp_ping openipmi_eventd '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmicmd /nvmedata/autobuild/instance-25/output-1/target/usr/bin/openipmicmd libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c solterm /nvmedata/autobuild/instance-25/output-1/target/usr/bin/solterm libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rmcp_ping /nvmedata/autobuild/instance-25/output-1/target/usr/bin/rmcp_ping libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c openipmi_eventd /nvmedata/autobuild/instance-25/output-1/target/usr/bin/openipmi_eventd rm -f /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmicmd ln -s openipmicmd /nvmedata/autobuild/instance-25/output-1/target/usr/bin/ipmicmd make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/sample' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/doc' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_ui.1 openipmicmd.1 openipmish.1 openipmigui.1 solterm.1 rmcp_ping.1 openipmi_eventd.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man7' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ipmi_cmdlang.7 openipmi_conparms.7 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man7' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/man' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[3]: Nothing to be done for 'install-exec-am'. /bin/bash /nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32/install-sh -d /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 OpenIPMIutils.pc OpenIPMI.pc OpenIPMIui.pc OpenIPMIposix.pc OpenIPMIpthread.pc OpenIPMIcmdlang.pc /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openipmi-2.0.32' >>> openocd 0.11.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.openocd-0.11.0.tar.bz2.ufVVdN/output' 'http://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2' URL transformed to HTTPS due to an HSTS policy --2022-06-07 00:11:44-- https://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2 Resolving sourceforge.net (sourceforge.net)... 172.64.153.13, 104.18.34.243 Connecting to sourceforge.net (sourceforge.net)|172.64.153.13|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2/ [following] --2022-06-07 00:11:44-- https://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2/ Reusing existing connection to sourceforge.net:443. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2/download [following] --2022-06-07 00:11:45-- https://sourceforge.net/projects/openocd/files/openocd/0.11.0/openocd-0.11.0.tar.bz2/download Reusing existing connection to sourceforge.net:443. HTTP request sent, awaiting response... 302 Found Location: https://downloads.sourceforge.net/project/openocd/openocd/0.11.0/openocd-0.11.0.tar.bz2?ts=gAAAAABinuwhq4lXXVIsFSIK-pIYz37G47GVsdB7e-NoJAjvmHFGdBJHAITjyuTXjwPDEXGuqH_5VT7CowRwewTfSIPDZ6Mxzw%3D%3D&use_mirror=cfhcable&r= [following] --2022-06-07 00:11:45-- https://downloads.sourceforge.net/project/openocd/openocd/0.11.0/openocd-0.11.0.tar.bz2?ts=gAAAAABinuwhq4lXXVIsFSIK-pIYz37G47GVsdB7e-NoJAjvmHFGdBJHAITjyuTXjwPDEXGuqH_5VT7CowRwewTfSIPDZ6Mxzw%3D%3D&use_mirror=cfhcable&r= Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://cfhcable.dl.sourceforge.net/project/openocd/openocd/0.11.0/openocd-0.11.0.tar.bz2 [following] --2022-06-07 00:11:45-- https://cfhcable.dl.sourceforge.net/project/openocd/openocd/0.11.0/openocd-0.11.0.tar.bz2 Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5699972 (5.4M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.openocd-0.11.0.tar.bz2.ufVVdN/output' 0K .......... .......... .......... .......... .......... 0% 988K 6s 50K .......... .......... .......... .......... .......... 1% 998K 6s 100K .......... .......... .......... .......... .......... 2% 34.4M 4s 150K .......... .......... .......... .......... .......... 3% 32.7M 3s 200K .......... .......... .......... .......... .......... 4% 1.01M 3s 250K .......... .......... .......... .......... .......... 5% 42.7M 3s 300K .......... .......... .......... .......... .......... 6% 165M 2s 350K .......... .......... .......... .......... .......... 7% 25.2M 2s 400K .......... .......... .......... .......... .......... 8% 998K 2s 450K .......... .......... .......... .......... .......... 8% 155M 2s 500K .......... .......... .......... .......... .......... 9% 146M 2s 550K .......... .......... .......... .......... .......... 10% 135M 2s 600K .......... .......... .......... .......... .......... 11% 164M 2s 650K .......... .......... .......... .......... .......... 12% 168M 1s 700K .......... .......... .......... .......... .......... 13% 174M 1s 750K .......... .......... .......... .......... .......... 14% 141M 1s 800K .......... .......... .......... .......... .......... 15% 179M 1s 850K .......... .......... .......... .......... .......... 16% 1.07M 1s 900K .......... .......... .......... .......... .......... 17% 14.6M 1s 950K .......... .......... .......... .......... .......... 17% 164M 1s 1000K .......... .......... .......... .......... .......... 18% 163M 1s 1050K .......... .......... .......... .......... .......... 19% 11.8M 1s 1100K .......... .......... .......... .......... .......... 20% 179M 1s 1150K .......... .......... .......... .......... .......... 21% 158M 1s 1200K .......... .......... .......... .......... .......... 22% 188M 1s 1250K .......... .......... .......... .......... .......... 23% 180M 1s 1300K .......... .......... .......... .......... .......... 24% 187M 1s 1350K .......... .......... .......... .......... .......... 25% 1.05M 1s 1400K .......... .......... .......... .......... .......... 26% 148M 1s 1450K .......... .......... .......... .......... .......... 26% 141M 1s 1500K .......... .......... .......... .......... .......... 27% 149M 1s 1550K .......... .......... .......... .......... .......... 28% 141M 1s 1600K .......... .......... .......... .......... .......... 29% 10.6M 1s 1650K .......... .......... .......... .......... .......... 30% 173M 1s 1700K .......... .......... .......... .......... .......... 31% 172M 1s 1750K .......... .......... .......... .......... .......... 32% 160M 1s 1800K .......... .......... .......... .......... .......... 33% 175M 1s 1850K .......... .......... .......... .......... .......... 34% 1.19M 1s 1900K .......... .......... .......... .......... .......... 35% 12.2M 1s 1950K .......... .......... .......... .......... .......... 35% 115M 1s 2000K .......... .......... .......... .......... .......... 36% 154M 1s 2050K .......... .......... .......... .......... .......... 37% 148M 1s 2100K .......... .......... .......... .......... .......... 38% 146M 1s 2150K .......... .......... .......... .......... .......... 39% 128M 1s 2200K .......... .......... .......... .......... .......... 40% 154M 1s 2250K .......... .......... .......... .......... .......... 41% 133M 1s 2300K .......... .......... .......... .......... .......... 42% 138M 0s 2350K .......... .......... .......... .......... .......... 43% 1.17M 1s 2400K .......... .......... .......... .......... .......... 44% 15.8M 1s 2450K .......... .......... .......... .......... .......... 44% 178M 1s 2500K .......... .......... .......... .......... .......... 45% 55.5M 0s 2550K .......... .......... .......... .......... .......... 46% 15.1M 0s 2600K .......... .......... .......... .......... .......... 47% 167M 0s 2650K .......... .......... .......... .......... .......... 48% 190M 0s 2700K .......... .......... .......... .......... .......... 49% 176M 0s 2750K .......... .......... .......... .......... .......... 50% 169M 0s 2800K .......... .......... .......... .......... .......... 51% 126M 0s 2850K .......... .......... .......... .......... .......... 52% 86.9M 0s 2900K .......... .......... .......... .......... .......... 52% 1.16M 0s 2950K .......... .......... .......... .......... .......... 53% 16.0M 0s 3000K .......... .......... .......... .......... .......... 54% 140M 0s 3050K .......... .......... .......... .......... .......... 55% 15.9M 0s 3100K .......... .......... .......... .......... .......... 56% 43.2M 0s 3150K .......... .......... .......... .......... .......... 57% 109M 0s 3200K .......... .......... .......... .......... .......... 58% 142M 0s 3250K .......... .......... .......... .......... .......... 59% 165M 0s 3300K .......... .......... .......... .......... .......... 60% 56.1M 0s 3350K .......... .......... .......... .......... .......... 61% 123M 0s 3400K .......... .......... .......... .......... .......... 61% 162M 0s 3450K .......... .......... .......... .......... .......... 62% 1.18M 0s 3500K .......... .......... .......... .......... .......... 63% 10.9M 0s 3550K .......... .......... .......... .......... .......... 64% 139M 0s 3600K .......... .......... .......... .......... .......... 65% 14.3M 0s 3650K .......... .......... .......... .......... .......... 66% 156M 0s 3700K .......... .......... .......... .......... .......... 67% 162M 0s 3750K .......... .......... .......... .......... .......... 68% 159M 0s 3800K .......... .......... .......... .......... .......... 69% 15.4M 0s 3850K .......... .......... .......... .......... .......... 70% 164M 0s 3900K .......... .......... .......... .......... .......... 70% 171M 0s 3950K .......... .......... .......... .......... .......... 71% 148M 0s 4000K .......... .......... .......... .......... .......... 72% 1.14M 0s 4050K .......... .......... .......... .......... .......... 73% 123M 0s 4100K .......... .......... .......... .......... .......... 74% 148M 0s 4150K .......... .......... .......... .......... .......... 75% 159M 0s 4200K .......... .......... .......... .......... .......... 76% 15.3M 0s 4250K .......... .......... .......... .......... .......... 77% 142M 0s 4300K .......... .......... .......... .......... .......... 78% 170M 0s 4350K .......... .......... .......... .......... .......... 79% 10.8M 0s 4400K .......... .......... .......... .......... .......... 79% 148M 0s 4450K .......... .......... .......... .......... .......... 80% 173M 0s 4500K .......... .......... .......... .......... .......... 81% 182M 0s 4550K .......... .......... .......... .......... .......... 82% 161M 0s 4600K .......... .......... .......... .......... .......... 83% 1.12M 0s 4650K .......... .......... .......... .......... .......... 84% 24.4M 0s 4700K .......... .......... .......... .......... .......... 85% 137M 0s 4750K .......... .......... .......... .......... .......... 86% 133M 0s 4800K .......... .......... .......... .......... .......... 87% 196M 0s 4850K .......... .......... .......... .......... .......... 88% 195M 0s 4900K .......... .......... .......... .......... .......... 88% 192M 0s 4950K .......... .......... .......... .......... .......... 89% 9.42M 0s 5000K .......... .......... .......... .......... .......... 90% 167M 0s 5050K .......... .......... .......... .......... .......... 91% 178M 0s 5100K .......... .......... .......... .......... .......... 92% 177M 0s 5150K .......... .......... .......... .......... .......... 93% 1.17M 0s 5200K .......... .......... .......... .......... .......... 94% 146M 0s 5250K .......... .......... .......... .......... .......... 95% 23.5M 0s 5300K .......... .......... .......... .......... .......... 96% 141M 0s 5350K .......... .......... .......... .......... .......... 97% 133M 0s 5400K .......... .......... .......... .......... .......... 97% 74.0M 0s 5450K .......... .......... .......... .......... .......... 98% 46.5M 0s 5500K .......... .......... .......... .......... .......... 99% 144M 0s 5550K .......... ...... 100% 166M=0.7s 2022-06-07 00:11:46 (8.04 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.openocd-0.11.0.tar.bz2.ufVVdN/output' saved [5699972/5699972] openocd-0.11.0.tar.bz2: OK (sha256: 43a3ce734aff1d3706ad87793a9f3a5371cb0e357f0ffd0a151656b06b3d1e7d) >>> openocd 0.11.0 Extracting bzcat /nvmedata/autobuild/instance-25/dl/openocd/openocd-0.11.0.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0 -xf - >>> openocd 0.11.0 Patching Applying 0001-configure-enable-build-on-uclinux.patch using patch: patching file configure.ac Hunk #1 succeeded at 346 with fuzz 1 (offset 19 lines). Applying 0002-configure.ac-fix-autoreconf-with-autoconf-2.70.patch using patch: patching file jimtcl/configure.ac Applying 0003-stlink-fix-SIGSEGV-with-libusb-v1.0.24-33-g32a2206-1.patch using patch: patching file src/jtag/drivers/libusb_helper.c patching file src/jtag/drivers/libusb_helper.h patching file src/jtag/drivers/stlink_usb.c Hunk #1 succeeded at 396 (offset -101 lines). >>> openocd 0.11.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openocd 0.11.0 Configuring >>> openocd 0.11.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:38: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:38: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:38: the top level configure.ac:37: installing 'build-aux/compile' configure.ac:30: installing 'build-aux/missing' libjaylink/Makefile.am: installing 'build-aux/depcomp' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT' configure.ac:27: installing './compile' configure.ac:17: installing './missing' Makefile.am: installing './depcomp' >>> openocd 0.11.0 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). patching file /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99" CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --oldincludedir=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include --includedir=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include --disable-doxygen-html --disable-internal-jimtcl --disable-shared --enable-dummy --disable-werror --enable-ftdi --enable-stlink --disable-ti-icdi --disable-ulink --disable-usb-blaster-2 --enable-jlink --disable-osbdm --enable-opendous --disable-aice --disable-vsllink --enable-usbprog --disable-rlink --disable-xds110 --disable-armjtagew --disable-cmsis-dap --disable-parport --disable-jtag_vpi --disable-usb-blaster --disable-amjtagaccel --disable-zy1000-master --disable-zy1000 --disable-ep93xx --disable-at91rm9200 --disable-bcm2835gpio --disable-gw16012 --disable-presto --disable-openjtag --disable-buspirate --disable-sysfsgpio ) checking for makeinfo... no configure: WARNING: Info documentation will not be built. checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... unsupported checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C99 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking pkg-config is at least version 0.23... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for an ANSI C-conforming const... yes checking for unsigned long long int... yes checking for long long int... yes checking for library containing ioperm... none required checking for library containing dlopen... none required checking for library containing openpty... none required checking for sys/socket.h... yes checking for elf.h... yes checking for dirent.h... yes checking for fcntl.h... yes checking for malloc.h... yes checking for netdb.h... yes checking for poll.h... yes checking for pthread.h... yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for sys/sysctl.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... yes checking for ifaddrs.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for net/if.h... yes checking whether to enable assertions... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking whether byte ordering is bigendian... (cached) yes checking for strndup... yes checking for strnlen... yes checking for gettimeofday... yes checking for usleep... yes checking for vasprintf... yes checking for realpath... yes checking whether to build a release... yes checking whether to build Doxygen as HTML... no checking whether to build Doxygen as PDF... no checking whether to enable verbose USB I/O messages... no checking whether to enable verbose USB communication messages... no checking whether to enable malloc free space logging... no checking whether to enable ZY1000 minidriver... no checking whether to enable dummy minidriver... no checking whether standard drivers can be built... yes checking for LIBUSB1... yes configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0" checking for LIBUSB0... yes checking for CAPSTONE... no checking for HIDAPI... no checking for HIDAPI... no checking for HIDAPI... no checking for LIBFTDI... no checking for LIBFTDI... no checking for LIBGPIOD... yes checking for LIBJAYLINK... no checking for environ in unistd.h and stdlib.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in src/jtag/drivers/libjaylink (/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink) configure: running /bin/bash ./configure.gnu --disable-option-checking '--prefix=/usr' '--target=powerpc-buildroot-linux-uclibc' '--host=powerpc-buildroot-linux-uclibc' '--build=x86_64-pc-linux-gnu' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--enable-static' '--enable-shared' '--oldincludedir=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' '--includedir=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include' '--disable-doxygen-html' '--disable-internal-jimtcl' '--disable-shared' '--enable-dummy' '--disable-werror' '--enable-ftdi' '--enable-stlink' '--disable-ti-icdi' '--disable-ulink' '--disable-usb-blaster-2' '--enable-jlink' '--disable-osbdm' '--enable-opendous' '--disable-aice' '--disable-vsllink' '--enable-usbprog' '--disable-rlink' '--disable-xds110' '--disable-armjtagew' '--disable-cmsis-dap' '--disable-parport' '--disable-jtag_vpi' '--disable-usb-blaster' '--disable-amjtagaccel' '--disable-zy1000-master' '--disable-zy1000' '--disable-ep93xx' '--disable-at91rm9200' '--disable-bcm2835gpio' '--disable-gw16012' '--disable-presto' '--disable-openjtag' '--disable-buspirate' '--disable-sysfsgpio' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=powerpc-buildroot-linux-uclibc' 'target_alias=powerpc-buildroot-linux-uclibc' 'CC=/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'PKG_CONFIG=/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config' --cache-file=/dev/null --srcdir=. checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... unsupported checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C99 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to powerpc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld option to reload object files... -r checking for powerpc-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for powerpc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for powerpc-buildroot-linux-uclibc-strip... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for powerpc-buildroot-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for libusb... yes checking whether byte ordering is bigendian... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libjaylink/Makefile config.status: creating libjaylink/version.h config.status: creating libjaylink.pc config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libjaylink configuration summary: - Package version ................ 0.2.0 - Library version ................ 1:0:1 - Installation prefix ............ /usr - Building on .................... x86_64-pc-linux-gnu - Building for ................... powerpc-buildroot-linux-uclibc Enabled transports: - USB ............................ yes - TCP ............................ yes OpenOCD configuration summary -------------------------------------------------- MPSSE mode of FTDI based devices yes ST-Link Programmer yes TI ICDI JTAG Programmer no Keil ULINK JTAG Programmer no Altera USB-Blaster II Compatible no Bitbang mode of FT232R based devices yes (auto) Versaloon-Link JTAG Programmer no TI XDS110 Debug Probe no CMSIS-DAP v2 Compliant Debugger yes (auto) OSBDM (JTAG only) Programmer no eStick/opendous JTAG Programmer yes Andes JTAG Programmer no USBProg JTAG Programmer yes Raisonance RLink JTAG Programmer no Olimex ARM-JTAG-EW Programmer no CMSIS-DAP Compliant Debugger no Nu-Link Programmer no Cypress KitProg Programmer no Altera USB-Blaster Compatible no ASIX Presto Adapter no OpenJTAG Adapter no SEGGER J-Link Programmer yes Use Capstone disassembly framework no >>> openocd 0.11.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' cat src/helper/startup.tcl src/jtag/startup.tcl src/target/startup.tcl src/server/startup.tcl src/flash/startup.tcl | ./src/helper/bin2char.sh > src/startup_tcl.inc || { rm -f src/startup_tcl.inc; false; } cp src/jtag/drivers/minidriver_imp.h src/jtag/minidriver_imp.h /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' Making all in src/jtag/drivers/libjaylink make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' Making all in libjaylink make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-core.lo `test -f 'core.c' || echo './'`core.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-device.lo `test -f 'device.c' || echo './'`device.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-discovery.lo `test -f 'discovery.c' || echo './'`discovery.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-discovery_tcp.lo `test -f 'discovery_tcp.c' || echo './'`discovery_tcp.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-emucom.lo `test -f 'emucom.c' || echo './'`emucom.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-error.lo `test -f 'error.c' || echo './'`error.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-fileio.lo `test -f 'fileio.c' || echo './'`fileio.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-jtag.lo `test -f 'jtag.c' || echo './'`jtag.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-list.lo `test -f 'list.c' || echo './'`list.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-log.lo `test -f 'log.c' || echo './'`log.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-socket.lo `test -f 'socket.c' || echo './'`socket.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-strutil.lo `test -f 'strutil.c' || echo './'`strutil.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-swd.lo `test -f 'swd.c' || echo './'`swd.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-swo.lo `test -f 'swo.c' || echo './'`swo.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-target.lo `test -f 'target.c' || echo './'`target.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-transport.lo `test -f 'transport.c' || echo './'`transport.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-transport_tcp.lo `test -f 'transport_tcp.c' || echo './'`transport_tcp.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-util.lo `test -f 'util.c' || echo './'`util.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-version.lo `test -f 'version.c' || echo './'`version.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-discovery_usb.lo `test -f 'discovery_usb.c' || echo './'`discovery_usb.c /bin/bash ../libtool --tag=CC --silent --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o libjaylink_la-transport_usb.lo `test -f 'transport_usb.c' || echo './'`transport_usb.c /bin/bash ../libtool --tag=CC --silent --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -no-undefined -o libjaylink.la libjaylink_la-buffer.lo libjaylink_la-core.lo libjaylink_la-device.lo libjaylink_la-discovery.lo libjaylink_la-discovery_tcp.lo libjaylink_la-emucom.lo libjaylink_la-error.lo libjaylink_la-fileio.lo libjaylink_la-jtag.lo libjaylink_la-list.lo libjaylink_la-log.lo libjaylink_la-socket.lo libjaylink_la-strutil.lo libjaylink_la-swd.lo libjaylink_la-swo.lo libjaylink_la-target.lo libjaylink_la-transport.lo libjaylink_la-transport_tcp.lo libjaylink_la-util.lo libjaylink_la-version.lo libjaylink_la-discovery_usb.lo libjaylink_la-transport_usb.lo -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lusb-1.0 make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/main.o src/main.c /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/libopenocd_la-hello.lo `test -f 'src/hello.c' || echo './'`src/hello.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/hello.c -o src/libopenocd_la-hello.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/libopenocd_la-openocd.lo `test -f 'src/openocd.c' || echo './'`src/openocd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/openocd.c -o src/libopenocd_la-openocd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/xsvf/xsvf.lo src/xsvf/xsvf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/xsvf/xsvf.c -o src/xsvf/xsvf.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/xsvf/libxsvf.la src/xsvf/xsvf.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/xsvf/.libs/libxsvf.a src/xsvf/xsvf.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/xsvf/.libs/libxsvf.a libtool: link: ( cd "src/xsvf/.libs" && rm -f "libxsvf.la" && ln -s "../libxsvf.la" "libxsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/svf/svf.lo src/svf/svf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/svf/svf.c -o src/svf/svf.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/svf/libsvf.la src/svf/svf.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/svf/.libs/libsvf.a src/svf/svf.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/svf/.libs/libsvf.a libtool: link: ( cd "src/svf/.libs" && rm -f "libsvf.la" && ln -s "../libsvf.la" "libsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/pld/pld.lo src/pld/pld.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/pld/pld.c -o src/pld/pld.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/pld/xilinx_bit.lo src/pld/xilinx_bit.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/pld/xilinx_bit.c -o src/pld/xilinx_bit.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/pld/virtex2.lo src/pld/virtex2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/pld/virtex2.c -o src/pld/virtex2.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/pld/libpld.la src/pld/pld.lo src/pld/xilinx_bit.lo src/pld/virtex2.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/pld/.libs/libpld.a src/pld/pld.o src/pld/xilinx_bit.o src/pld/virtex2.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/pld/.libs/libpld.a libtool: link: ( cd "src/pld/.libs" && rm -f "libpld.la" && ln -s "../libpld.la" "libpld.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/adapter.lo src/jtag/adapter.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/adapter.c -o src/jtag/adapter.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/core.lo src/jtag/core.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/core.c -o src/jtag/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/interface.lo src/jtag/interface.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/interface.c -o src/jtag/interface.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/interfaces.lo src/jtag/interfaces.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/interfaces.c -o src/jtag/interfaces.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/tcl.lo src/jtag/tcl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/tcl.c -o src/jtag/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/swim.lo src/jtag/swim.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/swim.c -o src/jtag/swim.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/commands.lo src/jtag/commands.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/commands.c -o src/jtag/commands.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/hla/hla_transport.lo src/jtag/hla/hla_transport.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/hla/hla_transport.c -o src/jtag/hla/hla_transport.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/hla/hla_tcl.lo src/jtag/hla/hla_tcl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/hla/hla_tcl.c -o src/jtag/hla/hla_tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/hla/hla_interface.lo src/jtag/hla/hla_interface.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/hla/hla_interface.c -o src/jtag/hla/hla_interface.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/hla/hla_layout.lo src/jtag/hla/hla_layout.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/hla/hla_layout.c -o src/jtag/hla/hla_layout.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/jtag/hla/libocdhla.la src/jtag/hla/hla_transport.lo src/jtag/hla/hla_tcl.lo src/jtag/hla/hla_interface.lo src/jtag/hla/hla_layout.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/jtag/hla/.libs/libocdhla.a src/jtag/hla/hla_transport.o src/jtag/hla/hla_tcl.o src/jtag/hla/hla_interface.o src/jtag/hla/hla_layout.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/jtag/hla/.libs/libocdhla.a libtool: link: ( cd "src/jtag/hla/.libs" && rm -f "libocdhla.la" && ln -s "../libocdhla.la" "libocdhla.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-driver.lo `test -f 'src/jtag/drivers/driver.c' || echo './'`src/jtag/drivers/driver.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/driver.c -o src/jtag/drivers/libocdjtagdrivers_la-driver.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo `test -f 'src/jtag/drivers/jtag_usb_common.c' || echo './'`src/jtag/drivers/jtag_usb_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/jtag_usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo `test -f 'src/jtag/drivers/libusb_helper.c' || echo './'`src/jtag/drivers/libusb_helper.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/libusb_helper.c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo `test -f 'src/jtag/drivers/usb_common.c' || echo './'`src/jtag/drivers/usb_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-jlink.lo `test -f 'src/jtag/drivers/jlink.c' || echo './'`src/jtag/drivers/jlink.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/jlink.c -o src/jtag/drivers/libocdjtagdrivers_la-jlink.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo `test -f 'src/jtag/drivers/bitbang.c' || echo './'`src/jtag/drivers/bitbang.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/bitbang.c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.lo `test -f 'src/jtag/drivers/dummy.c' || echo './'`src/jtag/drivers/dummy.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/dummy.c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-ftdi.lo `test -f 'src/jtag/drivers/ftdi.c' || echo './'`src/jtag/drivers/ftdi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/ftdi.c -o src/jtag/drivers/libocdjtagdrivers_la-ftdi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-mpsse.lo `test -f 'src/jtag/drivers/mpsse.c' || echo './'`src/jtag/drivers/mpsse.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/mpsse.c -o src/jtag/drivers/libocdjtagdrivers_la-mpsse.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-linuxgpiod.lo `test -f 'src/jtag/drivers/linuxgpiod.c' || echo './'`src/jtag/drivers/linuxgpiod.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/linuxgpiod.c -o src/jtag/drivers/libocdjtagdrivers_la-linuxgpiod.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo `test -f 'src/jtag/drivers/ft232r.c' || echo './'`src/jtag/drivers/ft232r.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/ft232r.c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-usbprog.lo `test -f 'src/jtag/drivers/usbprog.c' || echo './'`src/jtag/drivers/usbprog.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/usbprog.c -o src/jtag/drivers/libocdjtagdrivers_la-usbprog.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.lo `test -f 'src/jtag/drivers/stlink_usb.c' || echo './'`src/jtag/drivers/stlink_usb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/stlink_usb.c -o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-opendous.lo `test -f 'src/jtag/drivers/opendous.c' || echo './'`src/jtag/drivers/opendous.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/opendous.c -o src/jtag/drivers/libocdjtagdrivers_la-opendous.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo `test -f 'src/jtag/drivers/cmsis_dap_usb_bulk.c' || echo './'`src/jtag/drivers/cmsis_dap_usb_bulk.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/cmsis_dap_usb_bulk.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo `test -f 'src/jtag/drivers/cmsis_dap.c' || echo './'`src/jtag/drivers/cmsis_dap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/jtag/drivers/cmsis_dap.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/jtag/drivers/libocdjtagdrivers.la src/jtag/drivers/libocdjtagdrivers_la-driver.lo src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-jlink.lo src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo src/jtag/drivers/libocdjtagdrivers_la-dummy.lo src/jtag/drivers/libocdjtagdrivers_la-ftdi.lo src/jtag/drivers/libocdjtagdrivers_la-mpsse.lo src/jtag/drivers/libocdjtagdrivers_la-linuxgpiod.lo src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo src/jtag/drivers/libocdjtagdrivers_la-usbprog.lo src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.lo src/jtag/drivers/libocdjtagdrivers_la-opendous.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lusb-1.0 -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lusb -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lgpiod src/jtag/drivers/libjaylink/libjaylink/libjaylink.la libtool: link: (cd src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink/.libs/libjaylink.a") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/jtag/drivers/.libs/libocdjtagdrivers.a src/jtag/drivers/libocdjtagdrivers_la-driver.o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o src/jtag/drivers/libocdjtagdrivers_la-jlink.o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o src/jtag/drivers/libocdjtagdrivers_la-dummy.o src/jtag/drivers/libocdjtagdrivers_la-ftdi.o src/jtag/drivers/libocdjtagdrivers_la-mpsse.o src/jtag/drivers/libocdjtagdrivers_la-linuxgpiod.o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o src/jtag/drivers/libocdjtagdrivers_la-usbprog.o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.o src/jtag/drivers/libocdjtagdrivers_la-opendous.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-buffer.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-core.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-device.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery_tcp.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery_usb.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-emucom.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-error.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-fileio.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-jtag.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-list.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-log.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-socket.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-strutil.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-swd.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-swo.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-target.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport_tcp.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport_usb.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-util.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-version.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/jtag/drivers/.libs/libocdjtagdrivers.a libtool: link: rm -fr src/jtag/drivers/.libs/libocdjtagdrivers.lax libtool: link: ( cd "src/jtag/drivers/.libs" && rm -f "libocdjtagdrivers.la" && ln -s "../libocdjtagdrivers.la" "libocdjtagdrivers.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/jtag/libjtag.la src/jtag/adapter.lo src/jtag/core.lo src/jtag/interface.lo src/jtag/interfaces.lo src/jtag/tcl.lo src/jtag/swim.lo src/jtag/commands.lo ./src/jtag/hla/libocdhla.la ./src/jtag/drivers/libocdjtagdrivers.la libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdhla.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/./src/jtag/hla/.libs/libocdhla.a") libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/./src/jtag/drivers/.libs/libocdjtagdrivers.a") libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/jtag/.libs/libjtag.a src/jtag/adapter.o src/jtag/core.o src/jtag/interface.o src/jtag/interfaces.o src/jtag/tcl.o src/jtag/swim.o src/jtag/commands.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_interface.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_layout.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_tcl.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_transport.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-buffer.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-core.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-device.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery_tcp.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-emucom.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-error.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-fileio.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-jtag.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-list.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-log.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-socket.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-strutil.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-swd.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-swo.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-target.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport_tcp.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-util.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-version.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitbang.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-driver.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-dummy.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ft232r.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ftdi.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jlink.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-libusb_helper.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-linuxgpiod.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-mpsse.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-opendous.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-stlink_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbprog.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/jtag/.libs/libjtag.a libtool: link: rm -fr src/jtag/.libs/libjtag.lax libtool: link: ( cd "src/jtag/.libs" && rm -f "libjtag.la" && ln -s "../libjtag.la" "libjtag.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/transport/transport.lo src/transport/transport.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/transport/transport.c -o src/transport/transport.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/transport/libtransport.la src/transport/transport.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/transport/.libs/libtransport.a src/transport/transport.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/transport/.libs/libtransport.a libtool: link: ( cd "src/transport/.libs" && rm -f "libtransport.la" && ln -s "../libtransport.la" "libtransport.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/common.lo src/flash/common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/common.c -o src/flash/common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/core.lo src/flash/nor/core.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/core.c -o src/flash/nor/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/tcl.lo src/flash/nor/tcl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/tcl.c -o src/flash/nor/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/aduc702x.lo src/flash/nor/aduc702x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/aduc702x.c -o src/flash/nor/aduc702x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/aducm360.lo src/flash/nor/aducm360.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/aducm360.c -o src/flash/nor/aducm360.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/ambiqmicro.lo src/flash/nor/ambiqmicro.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/ambiqmicro.c -o src/flash/nor/ambiqmicro.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/at91sam4.lo src/flash/nor/at91sam4.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/at91sam4.c -o src/flash/nor/at91sam4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/at91sam4l.lo src/flash/nor/at91sam4l.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/at91sam4l.c -o src/flash/nor/at91sam4l.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/at91samd.lo src/flash/nor/at91samd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/at91samd.c -o src/flash/nor/at91samd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/at91sam3.lo src/flash/nor/at91sam3.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/at91sam3.c -o src/flash/nor/at91sam3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/at91sam7.lo src/flash/nor/at91sam7.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/at91sam7.c -o src/flash/nor/at91sam7.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/ath79.lo src/flash/nor/ath79.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/ath79.c -o src/flash/nor/ath79.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/atsamv.lo src/flash/nor/atsamv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/atsamv.c -o src/flash/nor/atsamv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/atsame5.lo src/flash/nor/atsame5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/atsame5.c -o src/flash/nor/atsame5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/avrf.lo src/flash/nor/avrf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/avrf.c -o src/flash/nor/avrf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/bluenrg-x.lo src/flash/nor/bluenrg-x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/bluenrg-x.c -o src/flash/nor/bluenrg-x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/cc3220sf.lo src/flash/nor/cc3220sf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/cc3220sf.c -o src/flash/nor/cc3220sf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/cc26xx.lo src/flash/nor/cc26xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/cc26xx.c -o src/flash/nor/cc26xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/cfi.lo src/flash/nor/cfi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/cfi.c -o src/flash/nor/cfi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/dsp5680xx_flash.lo src/flash/nor/dsp5680xx_flash.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/dsp5680xx_flash.c -o src/flash/nor/dsp5680xx_flash.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/efm32.lo src/flash/nor/efm32.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/efm32.c -o src/flash/nor/efm32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/em357.lo src/flash/nor/em357.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/em357.c -o src/flash/nor/em357.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/esirisc_flash.lo src/flash/nor/esirisc_flash.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/esirisc_flash.c -o src/flash/nor/esirisc_flash.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/faux.lo src/flash/nor/faux.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/faux.c -o src/flash/nor/faux.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/fespi.lo src/flash/nor/fespi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/fespi.c -o src/flash/nor/fespi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/fm3.lo src/flash/nor/fm3.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/fm3.c -o src/flash/nor/fm3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/fm4.lo src/flash/nor/fm4.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/fm4.c -o src/flash/nor/fm4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/jtagspi.lo src/flash/nor/jtagspi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/jtagspi.c -o src/flash/nor/jtagspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/kinetis.lo src/flash/nor/kinetis.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/kinetis.c -o src/flash/nor/kinetis.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/kinetis_ke.lo src/flash/nor/kinetis_ke.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/kinetis_ke.c -o src/flash/nor/kinetis_ke.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/lpc2000.lo src/flash/nor/lpc2000.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/lpc2000.c -o src/flash/nor/lpc2000.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/lpc288x.lo src/flash/nor/lpc288x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/lpc288x.c -o src/flash/nor/lpc288x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/lpc2900.lo src/flash/nor/lpc2900.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/lpc2900.c -o src/flash/nor/lpc2900.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/lpcspifi.lo src/flash/nor/lpcspifi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/lpcspifi.c -o src/flash/nor/lpcspifi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/max32xxx.lo src/flash/nor/max32xxx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/max32xxx.c -o src/flash/nor/max32xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/mdr.lo src/flash/nor/mdr.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/mdr.c -o src/flash/nor/mdr.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/msp432.lo src/flash/nor/msp432.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/msp432.c -o src/flash/nor/msp432.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/mrvlqspi.lo src/flash/nor/mrvlqspi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/mrvlqspi.c -o src/flash/nor/mrvlqspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/niietcm4.lo src/flash/nor/niietcm4.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/niietcm4.c -o src/flash/nor/niietcm4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/non_cfi.lo src/flash/nor/non_cfi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/non_cfi.c -o src/flash/nor/non_cfi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/nrf5.lo src/flash/nor/nrf5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/nrf5.c -o src/flash/nor/nrf5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/numicro.lo src/flash/nor/numicro.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/numicro.c -o src/flash/nor/numicro.o src/flash/nor/numicro.c: In function 'numicro_fmc_cmd': src/flash/nor/numicro.c:1244:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1244 | if (retval != ERROR_OK) | ^~ In file included from ./src/flash/common.h:21, from src/flash/nor/core.h:25, from src/flash/nor/imp.h:24, from src/flash/nor/numicro.c:32: ./src/helper/log.h:119:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 119 | do { \ | ^~ src/flash/nor/numicro.c:1246:25: note: in expansion of macro 'LOG_DEBUG' 1246 | LOG_DEBUG("status: 0x%" PRIx32 "", status); | ^~~~~~~~~ src/flash/nor/numicro.c: In function 'numicro_erase': src/flash/nor/numicro.c:1513:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1513 | if (retval != ERROR_OK) | ^~ In file included from ./src/flash/common.h:21, from src/flash/nor/core.h:25, from src/flash/nor/imp.h:24, from src/flash/nor/numicro.c:32: ./src/helper/log.h:119:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 119 | do { \ | ^~ src/flash/nor/numicro.c:1515:33: note: in expansion of macro 'LOG_DEBUG' 1515 | LOG_DEBUG("status: 0x%" PRIx32 "", status); | ^~~~~~~~~ src/flash/nor/numicro.c: In function 'numicro_write': src/flash/nor/numicro.c:1602:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1602 | if (retval != ERROR_OK) | ^~ In file included from ./src/flash/common.h:21, from src/flash/nor/core.h:25, from src/flash/nor/imp.h:24, from src/flash/nor/numicro.c:32: ./src/helper/log.h:119:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 119 | do { \ | ^~ src/flash/nor/numicro.c:1604:41: note: in expansion of macro 'LOG_DEBUG' 1604 | LOG_DEBUG("status: 0x%" PRIx32 "", status); | ^~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/ocl.lo src/flash/nor/ocl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/ocl.c -o src/flash/nor/ocl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/pic32mx.lo src/flash/nor/pic32mx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/pic32mx.c -o src/flash/nor/pic32mx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/psoc4.lo src/flash/nor/psoc4.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/psoc4.c -o src/flash/nor/psoc4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/psoc5lp.lo src/flash/nor/psoc5lp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/psoc5lp.c -o src/flash/nor/psoc5lp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/psoc6.lo src/flash/nor/psoc6.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/psoc6.c -o src/flash/nor/psoc6.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/renesas_rpchf.lo src/flash/nor/renesas_rpchf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/renesas_rpchf.c -o src/flash/nor/renesas_rpchf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/sfdp.lo src/flash/nor/sfdp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/sfdp.c -o src/flash/nor/sfdp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/sh_qspi.lo src/flash/nor/sh_qspi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/sh_qspi.c -o src/flash/nor/sh_qspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/sim3x.lo src/flash/nor/sim3x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/sim3x.c -o src/flash/nor/sim3x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/spi.lo src/flash/nor/spi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/spi.c -o src/flash/nor/spi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stmsmi.lo src/flash/nor/stmsmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stmsmi.c -o src/flash/nor/stmsmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stmqspi.lo src/flash/nor/stmqspi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stmqspi.c -o src/flash/nor/stmqspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stellaris.lo src/flash/nor/stellaris.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stellaris.c -o src/flash/nor/stellaris.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stm32f1x.lo src/flash/nor/stm32f1x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stm32f1x.c -o src/flash/nor/stm32f1x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stm32f2x.lo src/flash/nor/stm32f2x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stm32f2x.c -o src/flash/nor/stm32f2x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stm32lx.lo src/flash/nor/stm32lx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stm32lx.c -o src/flash/nor/stm32lx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stm32l4x.lo src/flash/nor/stm32l4x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stm32l4x.c -o src/flash/nor/stm32l4x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/stm32h7x.lo src/flash/nor/stm32h7x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/stm32h7x.c -o src/flash/nor/stm32h7x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/str7x.lo src/flash/nor/str7x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/str7x.c -o src/flash/nor/str7x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/str9x.lo src/flash/nor/str9x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/str9x.c -o src/flash/nor/str9x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/str9xpec.lo src/flash/nor/str9xpec.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/str9xpec.c -o src/flash/nor/str9xpec.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/swm050.lo src/flash/nor/swm050.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/swm050.c -o src/flash/nor/swm050.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/tms470.lo src/flash/nor/tms470.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/tms470.c -o src/flash/nor/tms470.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/virtual.lo src/flash/nor/virtual.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/virtual.c -o src/flash/nor/virtual.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/w600.lo src/flash/nor/w600.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/w600.c -o src/flash/nor/w600.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/xcf.lo src/flash/nor/xcf.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/xcf.c -o src/flash/nor/xcf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/xmc1xxx.lo src/flash/nor/xmc1xxx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/xmc1xxx.c -o src/flash/nor/xmc1xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/xmc4xxx.lo src/flash/nor/xmc4xxx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/xmc4xxx.c -o src/flash/nor/xmc4xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nor/drivers.lo src/flash/nor/drivers.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nor/drivers.c -o src/flash/nor/drivers.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/flash/nor/libocdflashnor.la src/flash/nor/core.lo src/flash/nor/tcl.lo src/flash/nor/aduc702x.lo src/flash/nor/aducm360.lo src/flash/nor/ambiqmicro.lo src/flash/nor/at91sam4.lo src/flash/nor/at91sam4l.lo src/flash/nor/at91samd.lo src/flash/nor/at91sam3.lo src/flash/nor/at91sam7.lo src/flash/nor/ath79.lo src/flash/nor/atsamv.lo src/flash/nor/atsame5.lo src/flash/nor/avrf.lo src/flash/nor/bluenrg-x.lo src/flash/nor/cc3220sf.lo src/flash/nor/cc26xx.lo src/flash/nor/cfi.lo src/flash/nor/dsp5680xx_flash.lo src/flash/nor/efm32.lo src/flash/nor/em357.lo src/flash/nor/esirisc_flash.lo src/flash/nor/faux.lo src/flash/nor/fespi.lo src/flash/nor/fm3.lo src/flash/nor/fm4.lo src/flash/nor/jtagspi.lo src/flash/nor/kinetis.lo src/flash/nor/kinetis_ke.lo src/flash/nor/lpc2000.lo src/flash/nor/lpc288x.lo src/flash/nor/lpc2900.lo src/flash/nor/lpcspifi.lo src/flash/nor/max32xxx.lo src/flash/nor/mdr.lo src/flash/nor/msp432.lo src/flash/nor/mrvlqspi.lo src/flash/nor/niietcm4.lo src/flash/nor/non_cfi.lo src/flash/nor/nrf5.lo src/flash/nor/numicro.lo src/flash/nor/ocl.lo src/flash/nor/pic32mx.lo src/flash/nor/psoc4.lo src/flash/nor/psoc5lp.lo src/flash/nor/psoc6.lo src/flash/nor/renesas_rpchf.lo src/flash/nor/sfdp.lo src/flash/nor/sh_qspi.lo src/flash/nor/sim3x.lo src/flash/nor/spi.lo src/flash/nor/stmsmi.lo src/flash/nor/stmqspi.lo src/flash/nor/stellaris.lo src/flash/nor/stm32f1x.lo src/flash/nor/stm32f2x.lo src/flash/nor/stm32lx.lo src/flash/nor/stm32l4x.lo src/flash/nor/stm32h7x.lo src/flash/nor/str7x.lo src/flash/nor/str9x.lo src/flash/nor/str9xpec.lo src/flash/nor/swm050.lo src/flash/nor/tms470.lo src/flash/nor/virtual.lo src/flash/nor/w600.lo src/flash/nor/xcf.lo src/flash/nor/xmc1xxx.lo src/flash/nor/xmc4xxx.lo src/flash/nor/drivers.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/flash/nor/.libs/libocdflashnor.a src/flash/nor/core.o src/flash/nor/tcl.o src/flash/nor/aduc702x.o src/flash/nor/aducm360.o src/flash/nor/ambiqmicro.o src/flash/nor/at91sam4.o src/flash/nor/at91sam4l.o src/flash/nor/at91samd.o src/flash/nor/at91sam3.o src/flash/nor/at91sam7.o src/flash/nor/ath79.o src/flash/nor/atsamv.o src/flash/nor/atsame5.o src/flash/nor/avrf.o src/flash/nor/bluenrg-x.o src/flash/nor/cc3220sf.o src/flash/nor/cc26xx.o src/flash/nor/cfi.o src/flash/nor/dsp5680xx_flash.o src/flash/nor/efm32.o src/flash/nor/em357.o src/flash/nor/esirisc_flash.o src/flash/nor/faux.o src/flash/nor/fespi.o src/flash/nor/fm3.o src/flash/nor/fm4.o src/flash/nor/jtagspi.o src/flash/nor/kinetis.o src/flash/nor/kinetis_ke.o src/flash/nor/lpc2000.o src/flash/nor/lpc288x.o src/flash/nor/lpc2900.o src/flash/nor/lpcspifi.o src/flash/nor/max32xxx.o src/flash/nor/mdr.o src/flash/nor/msp432.o src/flash/nor/mrvlqspi.o src/flash/nor/niietcm4.o src/flash/nor/non_cfi.o src/flash/nor/nrf5.o src/flash/nor/numicro.o src/flash/nor/ocl.o src/flash/nor/pic32mx.o src/flash/nor/psoc4.o src/flash/nor/psoc5lp.o src/flash/nor/psoc6.o src/flash/nor/renesas_rpchf.o src/flash/nor/sfdp.o src/flash/nor/sh_qspi.o src/flash/nor/sim3x.o src/flash/nor/spi.o src/flash/nor/stmsmi.o src/flash/nor/stmqspi.o src/flash/nor/stellaris.o src/flash/nor/stm32f1x.o src/flash/nor/stm32f2x.o src/flash/nor/stm32lx.o src/flash/nor/stm32l4x.o src/flash/nor/stm32h7x.o src/flash/nor/str7x.o src/flash/nor/str9x.o src/flash/nor/str9xpec.o src/flash/nor/swm050.o src/flash/nor/tms470.o src/flash/nor/virtual.o src/flash/nor/w600.o src/flash/nor/xcf.o src/flash/nor/xmc1xxx.o src/flash/nor/xmc4xxx.o src/flash/nor/drivers.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/flash/nor/.libs/libocdflashnor.a libtool: link: ( cd "src/flash/nor/.libs" && rm -f "libocdflashnor.la" && ln -s "../libocdflashnor.la" "libocdflashnor.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/ecc.lo src/flash/nand/ecc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/ecc.c -o src/flash/nand/ecc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/ecc_kw.lo src/flash/nand/ecc_kw.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/ecc_kw.c -o src/flash/nand/ecc_kw.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/core.lo src/flash/nand/core.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/core.c -o src/flash/nand/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/fileio.lo src/flash/nand/fileio.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/fileio.c -o src/flash/nand/fileio.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/tcl.lo src/flash/nand/tcl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/tcl.c -o src/flash/nand/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/arm_io.lo src/flash/nand/arm_io.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/arm_io.c -o src/flash/nand/arm_io.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/nonce.lo src/flash/nand/nonce.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/nonce.c -o src/flash/nand/nonce.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/davinci.lo src/flash/nand/davinci.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/davinci.c -o src/flash/nand/davinci.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/lpc3180.lo src/flash/nand/lpc3180.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/lpc3180.c -o src/flash/nand/lpc3180.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/lpc32xx.lo src/flash/nand/lpc32xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/lpc32xx.c -o src/flash/nand/lpc32xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/mxc.lo src/flash/nand/mxc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/mxc.c -o src/flash/nand/mxc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/mx3.lo src/flash/nand/mx3.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/mx3.c -o src/flash/nand/mx3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/orion.lo src/flash/nand/orion.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/orion.c -o src/flash/nand/orion.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c24xx.lo src/flash/nand/s3c24xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c24xx.c -o src/flash/nand/s3c24xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c2410.lo src/flash/nand/s3c2410.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c2410.c -o src/flash/nand/s3c2410.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c2412.lo src/flash/nand/s3c2412.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c2412.c -o src/flash/nand/s3c2412.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c2440.lo src/flash/nand/s3c2440.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c2440.c -o src/flash/nand/s3c2440.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c2443.lo src/flash/nand/s3c2443.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c2443.c -o src/flash/nand/s3c2443.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/s3c6400.lo src/flash/nand/s3c6400.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/s3c6400.c -o src/flash/nand/s3c6400.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/at91sam9.lo src/flash/nand/at91sam9.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/at91sam9.c -o src/flash/nand/at91sam9.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/nuc910.lo src/flash/nand/nuc910.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/nuc910.c -o src/flash/nand/nuc910.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/flash/nand/driver.lo src/flash/nand/driver.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/flash/nand/driver.c -o src/flash/nand/driver.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/flash/nand/libocdflashnand.la src/flash/nand/ecc.lo src/flash/nand/ecc_kw.lo src/flash/nand/core.lo src/flash/nand/fileio.lo src/flash/nand/tcl.lo src/flash/nand/arm_io.lo src/flash/nand/nonce.lo src/flash/nand/davinci.lo src/flash/nand/lpc3180.lo src/flash/nand/lpc32xx.lo src/flash/nand/mxc.lo src/flash/nand/mx3.lo src/flash/nand/orion.lo src/flash/nand/s3c24xx.lo src/flash/nand/s3c2410.lo src/flash/nand/s3c2412.lo src/flash/nand/s3c2440.lo src/flash/nand/s3c2443.lo src/flash/nand/s3c6400.lo src/flash/nand/at91sam9.lo src/flash/nand/nuc910.lo src/flash/nand/driver.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/flash/nand/.libs/libocdflashnand.a src/flash/nand/ecc.o src/flash/nand/ecc_kw.o src/flash/nand/core.o src/flash/nand/fileio.o src/flash/nand/tcl.o src/flash/nand/arm_io.o src/flash/nand/nonce.o src/flash/nand/davinci.o src/flash/nand/lpc3180.o src/flash/nand/lpc32xx.o src/flash/nand/mxc.o src/flash/nand/mx3.o src/flash/nand/orion.o src/flash/nand/s3c24xx.o src/flash/nand/s3c2410.o src/flash/nand/s3c2412.o src/flash/nand/s3c2440.o src/flash/nand/s3c2443.o src/flash/nand/s3c6400.o src/flash/nand/at91sam9.o src/flash/nand/nuc910.o src/flash/nand/driver.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/flash/nand/.libs/libocdflashnand.a libtool: link: ( cd "src/flash/nand/.libs" && rm -f "libocdflashnand.la" && ln -s "../libocdflashnand.la" "libocdflashnand.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/flash/libflash.la src/flash/common.lo src/flash/nor/libocdflashnor.la src/flash/nand/libocdflashnand.la libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnor.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/flash/nor/.libs/libocdflashnor.a") libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnand.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/flash/nand/.libs/libocdflashnand.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/flash/.libs/libflash.a src/flash/common.o src/flash/.libs/libflash.lax/libocdflashnor.a/aduc702x.o src/flash/.libs/libflash.lax/libocdflashnor.a/aducm360.o src/flash/.libs/libflash.lax/libocdflashnor.a/ambiqmicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam3.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4l.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam7.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91samd.o src/flash/.libs/libflash.lax/libocdflashnor.a/ath79.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsame5.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsamv.o src/flash/.libs/libflash.lax/libocdflashnor.a/avrf.o src/flash/.libs/libflash.lax/libocdflashnor.a/bluenrg-x.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc26xx.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc3220sf.o src/flash/.libs/libflash.lax/libocdflashnor.a/cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/core.o src/flash/.libs/libflash.lax/libocdflashnor.a/drivers.o src/flash/.libs/libflash.lax/libocdflashnor.a/dsp5680xx_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/efm32.o src/flash/.libs/libflash.lax/libocdflashnor.a/em357.o src/flash/.libs/libflash.lax/libocdflashnor.a/esirisc_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/faux.o src/flash/.libs/libflash.lax/libocdflashnor.a/fespi.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm3.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/jtagspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis_ke.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2000.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc288x.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2900.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpcspifi.o src/flash/.libs/libflash.lax/libocdflashnor.a/max32xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/mdr.o src/flash/.libs/libflash.lax/libocdflashnor.a/mrvlqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/msp432.o src/flash/.libs/libflash.lax/libocdflashnor.a/niietcm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/non_cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/nrf5.o src/flash/.libs/libflash.lax/libocdflashnor.a/numicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/ocl.o src/flash/.libs/libflash.lax/libocdflashnor.a/pic32mx.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc4.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc5lp.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc6.o src/flash/.libs/libflash.lax/libocdflashnor.a/renesas_rpchf.o src/flash/.libs/libflash.lax/libocdflashnor.a/sfdp.o src/flash/.libs/libflash.lax/libocdflashnor.a/sh_qspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/sim3x.o src/flash/.libs/libflash.lax/libocdflashnor.a/spi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stellaris.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f1x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f2x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32h7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32l4x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32lx.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmsmi.o src/flash/.libs/libflash.lax/libocdflashnor.a/str7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9xpec.o src/flash/.libs/libflash.lax/libocdflashnor.a/swm050.o src/flash/.libs/libflash.lax/libocdflashnor.a/tcl.o src/flash/.libs/libflash.lax/libocdflashnor.a/tms470.o src/flash/.libs/libflash.lax/libocdflashnor.a/virtual.o src/flash/.libs/libflash.lax/libocdflashnor.a/w600.o src/flash/.libs/libflash.lax/libocdflashnor.a/xcf.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc1xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc4xxx.o src/flash/.libs/libflash.lax/libocdflashnand.a/arm_io.o src/flash/.libs/libflash.lax/libocdflashnand.a/at91sam9.o src/flash/.libs/libflash.lax/lt1-core.o src/flash/.libs/libflash.lax/libocdflashnand.a/davinci.o src/flash/.libs/libflash.lax/libocdflashnand.a/driver.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc_kw.o src/flash/.libs/libflash.lax/libocdflashnand.a/fileio.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc3180.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc32xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/mx3.o src/flash/.libs/libflash.lax/libocdflashnand.a/mxc.o src/flash/.libs/libflash.lax/libocdflashnand.a/nonce.o src/flash/.libs/libflash.lax/libocdflashnand.a/nuc910.o src/flash/.libs/libflash.lax/libocdflashnand.a/orion.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2410.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2412.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2440.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2443.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c24xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c6400.o src/flash/.libs/libflash.lax/lt2-tcl.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/flash/.libs/libflash.a libtool: link: rm -fr src/flash/.libs/libflash.lax src/flash/.libs/libflash.lax libtool: link: ( cd "src/flash/.libs" && rm -f "libflash.la" && ln -s "../libflash.la" "libflash.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-algorithm.lo `test -f 'src/target/algorithm.c' || echo './'`src/target/algorithm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/algorithm.c -o src/target/libtarget_la-algorithm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-register.lo `test -f 'src/target/register.c' || echo './'`src/target/register.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/register.c -o src/target/libtarget_la-register.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-image.lo `test -f 'src/target/image.c' || echo './'`src/target/image.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/image.c -o src/target/libtarget_la-image.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-breakpoints.lo `test -f 'src/target/breakpoints.c' || echo './'`src/target/breakpoints.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/breakpoints.c -o src/target/libtarget_la-breakpoints.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-target.lo `test -f 'src/target/target.c' || echo './'`src/target/target.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/target.c -o src/target/libtarget_la-target.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-target_request.lo `test -f 'src/target/target_request.c' || echo './'`src/target/target_request.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/target_request.c -o src/target/libtarget_la-target_request.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-testee.lo `test -f 'src/target/testee.c' || echo './'`src/target/testee.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/testee.c -o src/target/libtarget_la-testee.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-semihosting_common.lo `test -f 'src/target/semihosting_common.c' || echo './'`src/target/semihosting_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/semihosting_common.c -o src/target/libtarget_la-semihosting_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-smp.lo `test -f 'src/target/smp.c' || echo './'`src/target/smp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/smp.c -o src/target/libtarget_la-smp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-rtt.lo `test -f 'src/target/rtt.c' || echo './'`src/target/rtt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/rtt.c -o src/target/libtarget_la-rtt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_dpm.lo `test -f 'src/target/arm_dpm.c' || echo './'`src/target/arm_dpm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_dpm.c -o src/target/libtarget_la-arm_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_jtag.lo `test -f 'src/target/arm_jtag.c' || echo './'`src/target/arm_jtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_jtag.c -o src/target/libtarget_la-arm_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_disassembler.lo `test -f 'src/target/arm_disassembler.c' || echo './'`src/target/arm_disassembler.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_disassembler.c -o src/target/libtarget_la-arm_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_simulator.lo `test -f 'src/target/arm_simulator.c' || echo './'`src/target/arm_simulator.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_simulator.c -o src/target/libtarget_la-arm_simulator.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_semihosting.lo `test -f 'src/target/arm_semihosting.c' || echo './'`src/target/arm_semihosting.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_semihosting.c -o src/target/libtarget_la-arm_semihosting.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_adi_v5.lo `test -f 'src/target/arm_adi_v5.c' || echo './'`src/target/arm_adi_v5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_adi_v5.c -o src/target/libtarget_la-arm_adi_v5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_dap.lo `test -f 'src/target/arm_dap.c' || echo './'`src/target/arm_dap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_dap.c -o src/target/libtarget_la-arm_dap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_cache.lo `test -f 'src/target/armv7a_cache.c' || echo './'`src/target/armv7a_cache.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7a_cache.c -o src/target/libtarget_la-armv7a_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_cache_l2x.lo `test -f 'src/target/armv7a_cache_l2x.c' || echo './'`src/target/armv7a_cache_l2x.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7a_cache_l2x.c -o src/target/libtarget_la-armv7a_cache_l2x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_dapdirect.lo `test -f 'src/target/adi_v5_dapdirect.c' || echo './'`src/target/adi_v5_dapdirect.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/adi_v5_dapdirect.c -o src/target/libtarget_la-adi_v5_dapdirect.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_jtag.lo `test -f 'src/target/adi_v5_jtag.c' || echo './'`src/target/adi_v5_jtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/adi_v5_jtag.c -o src/target/libtarget_la-adi_v5_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_swd.lo `test -f 'src/target/adi_v5_swd.c' || echo './'`src/target/adi_v5_swd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/adi_v5_swd.c -o src/target/libtarget_la-adi_v5_swd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-embeddedice.lo `test -f 'src/target/embeddedice.c' || echo './'`src/target/embeddedice.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/embeddedice.c -o src/target/libtarget_la-embeddedice.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-trace.lo `test -f 'src/target/trace.c' || echo './'`src/target/trace.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/trace.c -o src/target/libtarget_la-trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-etb.lo `test -f 'src/target/etb.c' || echo './'`src/target/etb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/etb.c -o src/target/libtarget_la-etb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-etm.lo `test -f 'src/target/etm.c' || echo './'`src/target/etm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/etm.c -o src/target/libtarget_la-etm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-etm_dummy.lo `test -f 'src/target/etm_dummy.c' || echo './'`src/target/etm_dummy.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/etm_dummy.c -o src/target/libtarget_la-etm_dummy.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_cti.lo `test -f 'src/target/arm_cti.c' || echo './'`src/target/arm_cti.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm_cti.c -o src/target/libtarget_la-arm_cti.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5.lo `test -f 'src/target/armv4_5.c' || echo './'`src/target/armv4_5.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv4_5.c -o src/target/libtarget_la-armv4_5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5_mmu.lo `test -f 'src/target/armv4_5_mmu.c' || echo './'`src/target/armv4_5_mmu.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv4_5_mmu.c -o src/target/libtarget_la-armv4_5_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5_cache.lo `test -f 'src/target/armv4_5_cache.c' || echo './'`src/target/armv4_5_cache.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv4_5_cache.c -o src/target/libtarget_la-armv4_5_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm7_9_common.lo `test -f 'src/target/arm7_9_common.c' || echo './'`src/target/arm7_9_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm7_9_common.c -o src/target/libtarget_la-arm7_9_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm7tdmi.lo `test -f 'src/target/arm7tdmi.c' || echo './'`src/target/arm7tdmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm7tdmi.c -o src/target/libtarget_la-arm7tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm720t.lo `test -f 'src/target/arm720t.c' || echo './'`src/target/arm720t.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm720t.c -o src/target/libtarget_la-arm720t.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm9tdmi.lo `test -f 'src/target/arm9tdmi.c' || echo './'`src/target/arm9tdmi.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm9tdmi.c -o src/target/libtarget_la-arm9tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm920t.lo `test -f 'src/target/arm920t.c' || echo './'`src/target/arm920t.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm920t.c -o src/target/libtarget_la-arm920t.o src/target/arm920t.c: In function 'arm920t_read_cp15_interpreted.constprop': src/target/arm920t.c:255:9: warning: 'arm9tdmi_write_core_regs' accessing 64 bytes in a region of size 8 [-Wstringop-overflow=] 255 | arm9tdmi_write_core_regs(target, 0x2, regs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/target/arm920t.c:255:9: note: referencing argument 3 of type 'uint32_t *' {aka 'unsigned int *'} In file included from src/target/arm920t.h:22, from src/target/arm920t.c:24: src/target/arm9tdmi.h:41:6: note: in a call to function 'arm9tdmi_write_core_regs' 41 | void arm9tdmi_write_core_regs(struct target *target, | ^~~~~~~~~~~~~~~~~~~~~~~~ src/target/arm920t.c:273:9: warning: 'arm9tdmi_read_core_regs' accessing 64 bytes in a region of size 4 [-Wstringop-overflow=] 273 | arm9tdmi_read_core_regs(target, 0x1, regs_p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/target/arm920t.c:273:9: note: referencing argument 3 of type 'uint32_t **' {aka 'unsigned int **'} In file included from src/target/arm920t.h:22, from src/target/arm920t.c:24: src/target/arm9tdmi.h:39:6: note: in a call to function 'arm9tdmi_read_core_regs' 39 | void arm9tdmi_read_core_regs(struct target *target, | ^~~~~~~~~~~~~~~~~~~~~~~ src/target/arm920t.c: In function 'arm920t_write_cp15_interpreted': src/target/arm920t.c:304:9: warning: 'arm9tdmi_write_core_regs' accessing 64 bytes in a region of size 8 [-Wstringop-overflow=] 304 | arm9tdmi_write_core_regs(target, 0x3, regs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/target/arm920t.c:304:9: note: referencing argument 3 of type 'uint32_t *' {aka 'unsigned int *'} In file included from src/target/arm920t.h:22, from src/target/arm920t.c:24: src/target/arm9tdmi.h:41:6: note: in a call to function 'arm9tdmi_write_core_regs' 41 | void arm9tdmi_write_core_regs(struct target *target, | ^~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm966e.lo `test -f 'src/target/arm966e.c' || echo './'`src/target/arm966e.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm966e.c -o src/target/libtarget_la-arm966e.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm946e.lo `test -f 'src/target/arm946e.c' || echo './'`src/target/arm946e.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm946e.c -o src/target/libtarget_la-arm946e.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm926ejs.lo `test -f 'src/target/arm926ejs.c' || echo './'`src/target/arm926ejs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm926ejs.c -o src/target/libtarget_la-arm926ejs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-feroceon.lo `test -f 'src/target/feroceon.c' || echo './'`src/target/feroceon.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/feroceon.c -o src/target/libtarget_la-feroceon.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm11.lo `test -f 'src/target/arm11.c' || echo './'`src/target/arm11.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm11.c -o src/target/libtarget_la-arm11.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arm11_dbgtap.lo `test -f 'src/target/arm11_dbgtap.c' || echo './'`src/target/arm11_dbgtap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arm11_dbgtap.c -o src/target/libtarget_la-arm11_dbgtap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7m.lo `test -f 'src/target/armv7m.c' || echo './'`src/target/armv7m.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7m.c -o src/target/libtarget_la-armv7m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7m_trace.lo `test -f 'src/target/armv7m_trace.c' || echo './'`src/target/armv7m_trace.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7m_trace.c -o src/target/libtarget_la-armv7m_trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-cortex_m.lo `test -f 'src/target/cortex_m.c' || echo './'`src/target/cortex_m.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/cortex_m.c -o src/target/libtarget_la-cortex_m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a.lo `test -f 'src/target/armv7a.c' || echo './'`src/target/armv7a.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7a.c -o src/target/libtarget_la-armv7a.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_mmu.lo `test -f 'src/target/armv7a_mmu.c' || echo './'`src/target/armv7a_mmu.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv7a_mmu.c -o src/target/libtarget_la-armv7a_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-cortex_a.lo `test -f 'src/target/cortex_a.c' || echo './'`src/target/cortex_a.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/cortex_a.c -o src/target/libtarget_la-cortex_a.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-ls1_sap.lo `test -f 'src/target/ls1_sap.c' || echo './'`src/target/ls1_sap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/ls1_sap.c -o src/target/libtarget_la-ls1_sap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mem_ap.lo `test -f 'src/target/mem_ap.c' || echo './'`src/target/mem_ap.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mem_ap.c -o src/target/libtarget_la-mem_ap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-fa526.lo `test -f 'src/target/fa526.c' || echo './'`src/target/fa526.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/fa526.c -o src/target/libtarget_la-fa526.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-xscale.lo `test -f 'src/target/xscale.c' || echo './'`src/target/xscale.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/xscale.c -o src/target/libtarget_la-xscale.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_ap7k.lo `test -f 'src/target/avr32_ap7k.c' || echo './'`src/target/avr32_ap7k.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/avr32_ap7k.c -o src/target/libtarget_la-avr32_ap7k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_jtag.lo `test -f 'src/target/avr32_jtag.c' || echo './'`src/target/avr32_jtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/avr32_jtag.c -o src/target/libtarget_la-avr32_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_mem.lo `test -f 'src/target/avr32_mem.c' || echo './'`src/target/avr32_mem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/avr32_mem.c -o src/target/libtarget_la-avr32_mem.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_regs.lo `test -f 'src/target/avr32_regs.c' || echo './'`src/target/avr32_regs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/avr32_regs.c -o src/target/libtarget_la-avr32_regs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32.lo `test -f 'src/target/mips32.c' || echo './'`src/target/mips32.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips32.c -o src/target/libtarget_la-mips32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_m4k.lo `test -f 'src/target/mips_m4k.c' || echo './'`src/target/mips_m4k.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips_m4k.c -o src/target/libtarget_la-mips_m4k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32_pracc.lo `test -f 'src/target/mips32_pracc.c' || echo './'`src/target/mips32_pracc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips32_pracc.c -o src/target/libtarget_la-mips32_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32_dmaacc.lo `test -f 'src/target/mips32_dmaacc.c' || echo './'`src/target/mips32_dmaacc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips32_dmaacc.c -o src/target/libtarget_la-mips32_dmaacc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_ejtag.lo `test -f 'src/target/mips_ejtag.c' || echo './'`src/target/mips_ejtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips_ejtag.c -o src/target/libtarget_la-mips_ejtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32.lo `test -f 'src/target/nds32.c' || echo './'`src/target/nds32.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32.c -o src/target/libtarget_la-nds32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_reg.lo `test -f 'src/target/nds32_reg.c' || echo './'`src/target/nds32_reg.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_reg.c -o src/target/libtarget_la-nds32_reg.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_cmd.lo `test -f 'src/target/nds32_cmd.c' || echo './'`src/target/nds32_cmd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_cmd.c -o src/target/libtarget_la-nds32_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_disassembler.lo `test -f 'src/target/nds32_disassembler.c' || echo './'`src/target/nds32_disassembler.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_disassembler.c -o src/target/libtarget_la-nds32_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_tlb.lo `test -f 'src/target/nds32_tlb.c' || echo './'`src/target/nds32_tlb.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_tlb.c -o src/target/libtarget_la-nds32_tlb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v2.lo `test -f 'src/target/nds32_v2.c' || echo './'`src/target/nds32_v2.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_v2.c -o src/target/libtarget_la-nds32_v2.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3_common.lo `test -f 'src/target/nds32_v3_common.c' || echo './'`src/target/nds32_v3_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_v3_common.c -o src/target/libtarget_la-nds32_v3_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3.lo `test -f 'src/target/nds32_v3.c' || echo './'`src/target/nds32_v3.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_v3.c -o src/target/libtarget_la-nds32_v3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3m.lo `test -f 'src/target/nds32_v3m.c' || echo './'`src/target/nds32_v3m.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_v3m.c -o src/target/libtarget_la-nds32_v3m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_aice.lo `test -f 'src/target/nds32_aice.c' || echo './'`src/target/nds32_aice.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/nds32_aice.c -o src/target/libtarget_la-nds32_aice.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-stm8.lo `test -f 'src/target/stm8.c' || echo './'`src/target/stm8.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/stm8.c -o src/target/libtarget_la-stm8.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-quark_x10xx.lo `test -f 'src/target/quark_x10xx.c' || echo './'`src/target/quark_x10xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/quark_x10xx.c -o src/target/libtarget_la-quark_x10xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-quark_d20xx.lo `test -f 'src/target/quark_d20xx.c' || echo './'`src/target/quark_d20xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/quark_d20xx.c -o src/target/libtarget_la-quark_d20xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-lakemont.lo `test -f 'src/target/lakemont.c' || echo './'`src/target/lakemont.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/lakemont.c -o src/target/libtarget_la-lakemont.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-x86_32_common.lo `test -f 'src/target/x86_32_common.c' || echo './'`src/target/x86_32_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/x86_32_common.c -o src/target/libtarget_la-x86_32_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc.lo `test -f 'src/target/esirisc.c' || echo './'`src/target/esirisc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/esirisc.c -o src/target/libtarget_la-esirisc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc_jtag.lo `test -f 'src/target/esirisc_jtag.c' || echo './'`src/target/esirisc_jtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/esirisc_jtag.c -o src/target/libtarget_la-esirisc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc_trace.lo `test -f 'src/target/esirisc_trace.c' || echo './'`src/target/esirisc_trace.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/esirisc_trace.c -o src/target/libtarget_la-esirisc_trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arc.lo `test -f 'src/target/arc.c' || echo './'`src/target/arc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arc.c -o src/target/libtarget_la-arc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_cmd.lo `test -f 'src/target/arc_cmd.c' || echo './'`src/target/arc_cmd.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arc_cmd.c -o src/target/libtarget_la-arc_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_jtag.lo `test -f 'src/target/arc_jtag.c' || echo './'`src/target/arc_jtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arc_jtag.c -o src/target/libtarget_la-arc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_mem.lo `test -f 'src/target/arc_mem.c' || echo './'`src/target/arc_mem.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/arc_mem.c -o src/target/libtarget_la-arc_mem.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-avrt.lo `test -f 'src/target/avrt.c' || echo './'`src/target/avrt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/avrt.c -o src/target/libtarget_la-avrt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp563xx.lo `test -f 'src/target/dsp563xx.c' || echo './'`src/target/dsp563xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/dsp563xx.c -o src/target/libtarget_la-dsp563xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp563xx_once.lo `test -f 'src/target/dsp563xx_once.c' || echo './'`src/target/dsp563xx_once.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/dsp563xx_once.c -o src/target/libtarget_la-dsp563xx_once.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp5680xx.lo `test -f 'src/target/dsp5680xx.c' || echo './'`src/target/dsp5680xx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/dsp5680xx.c -o src/target/libtarget_la-dsp5680xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-hla_target.lo `test -f 'src/target/hla_target.c' || echo './'`src/target/hla_target.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/hla_target.c -o src/target/libtarget_la-hla_target.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_dpm.lo `test -f 'src/target/armv8_dpm.c' || echo './'`src/target/armv8_dpm.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv8_dpm.c -o src/target/libtarget_la-armv8_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_opcodes.lo `test -f 'src/target/armv8_opcodes.c' || echo './'`src/target/armv8_opcodes.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv8_opcodes.c -o src/target/libtarget_la-armv8_opcodes.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-aarch64.lo `test -f 'src/target/aarch64.c' || echo './'`src/target/aarch64.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/aarch64.c -o src/target/libtarget_la-aarch64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-a64_disassembler.lo `test -f 'src/target/a64_disassembler.c' || echo './'`src/target/a64_disassembler.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/a64_disassembler.c -o src/target/libtarget_la-a64_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8.lo `test -f 'src/target/armv8.c' || echo './'`src/target/armv8.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv8.c -o src/target/libtarget_la-armv8.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_cache.lo `test -f 'src/target/armv8_cache.c' || echo './'`src/target/armv8_cache.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/armv8_cache.c -o src/target/libtarget_la-armv8_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips64.lo `test -f 'src/target/mips64.c' || echo './'`src/target/mips64.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips64.c -o src/target/libtarget_la-mips64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips64_pracc.lo `test -f 'src/target/mips64_pracc.c' || echo './'`src/target/mips64_pracc.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips64_pracc.c -o src/target/libtarget_la-mips64_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_mips64.lo `test -f 'src/target/mips_mips64.c' || echo './'`src/target/mips_mips64.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/mips_mips64.c -o src/target/libtarget_la-mips_mips64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/or1k.lo src/target/openrisc/or1k.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/or1k.c -o src/target/openrisc/or1k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_du_adv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/or1k_du_adv.c -o src/target/openrisc/or1k_du_adv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_mohor.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_mohor.c -o src/target/openrisc/or1k_tap_mohor.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_vjtag.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_vjtag.c -o src/target/openrisc/or1k_tap_vjtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/or1k_tap_xilinx_bscan.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_xilinx_bscan.c -o src/target/openrisc/or1k_tap_xilinx_bscan.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/openrisc/jsp_server.lo src/target/openrisc/jsp_server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/openrisc/jsp_server.c -o src/target/openrisc/jsp_server.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/target/openrisc/libopenrisc.la src/target/openrisc/or1k.lo src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/jsp_server.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/target/openrisc/.libs/libopenrisc.a src/target/openrisc/or1k.o src/target/openrisc/or1k_du_adv.o src/target/openrisc/or1k_tap_mohor.o src/target/openrisc/or1k_tap_vjtag.o src/target/openrisc/or1k_tap_xilinx_bscan.o src/target/openrisc/jsp_server.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/target/openrisc/.libs/libopenrisc.a libtool: link: ( cd "src/target/openrisc/.libs" && rm -f "libopenrisc.la" && ln -s "../libopenrisc.la" "libopenrisc.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/batch.lo src/target/riscv/batch.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/batch.c -o src/target/riscv/batch.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/program.lo src/target/riscv/program.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/program.c -o src/target/riscv/program.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/riscv-011.lo src/target/riscv/riscv-011.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/riscv-011.c -o src/target/riscv/riscv-011.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/riscv-013.lo src/target/riscv/riscv-013.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/riscv-013.c -o src/target/riscv/riscv-013.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/riscv.lo src/target/riscv/riscv.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/riscv.c -o src/target/riscv/riscv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/target/riscv/riscv_semihosting.lo src/target/riscv/riscv_semihosting.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/target/riscv/riscv_semihosting.c -o src/target/riscv/riscv_semihosting.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/target/riscv/libriscv.la src/target/riscv/batch.lo src/target/riscv/program.lo src/target/riscv/riscv-011.lo src/target/riscv/riscv-013.lo src/target/riscv/riscv.lo src/target/riscv/riscv_semihosting.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/target/riscv/.libs/libriscv.a src/target/riscv/batch.o src/target/riscv/program.o src/target/riscv/riscv-011.o src/target/riscv/riscv-013.o src/target/riscv/riscv.o src/target/riscv/riscv_semihosting.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/target/riscv/.libs/libriscv.a libtool: link: ( cd "src/target/riscv/.libs" && rm -f "libriscv.la" && ln -s "../libriscv.la" "libriscv.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/target/libtarget.la src/target/libtarget_la-algorithm.lo src/target/libtarget_la-register.lo src/target/libtarget_la-image.lo src/target/libtarget_la-breakpoints.lo src/target/libtarget_la-target.lo src/target/libtarget_la-target_request.lo src/target/libtarget_la-testee.lo src/target/libtarget_la-semihosting_common.lo src/target/libtarget_la-smp.lo src/target/libtarget_la-rtt.lo src/target/libtarget_la-arm_dpm.lo src/target/libtarget_la-arm_jtag.lo src/target/libtarget_la-arm_disassembler.lo src/target/libtarget_la-arm_simulator.lo src/target/libtarget_la-arm_semihosting.lo src/target/libtarget_la-arm_adi_v5.lo src/target/libtarget_la-arm_dap.lo src/target/libtarget_la-armv7a_cache.lo src/target/libtarget_la-armv7a_cache_l2x.lo src/target/libtarget_la-adi_v5_dapdirect.lo src/target/libtarget_la-adi_v5_jtag.lo src/target/libtarget_la-adi_v5_swd.lo src/target/libtarget_la-embeddedice.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-etb.lo src/target/libtarget_la-etm.lo src/target/libtarget_la-etm_dummy.lo src/target/libtarget_la-arm_cti.lo src/target/libtarget_la-armv4_5.lo src/target/libtarget_la-armv4_5_mmu.lo src/target/libtarget_la-armv4_5_cache.lo src/target/libtarget_la-arm7_9_common.lo src/target/libtarget_la-arm7tdmi.lo src/target/libtarget_la-arm720t.lo src/target/libtarget_la-arm9tdmi.lo src/target/libtarget_la-arm920t.lo src/target/libtarget_la-arm966e.lo src/target/libtarget_la-arm946e.lo src/target/libtarget_la-arm926ejs.lo src/target/libtarget_la-feroceon.lo src/target/libtarget_la-arm11.lo src/target/libtarget_la-arm11_dbgtap.lo src/target/libtarget_la-armv7m.lo src/target/libtarget_la-armv7m_trace.lo src/target/libtarget_la-cortex_m.lo src/target/libtarget_la-armv7a.lo src/target/libtarget_la-armv7a_mmu.lo src/target/libtarget_la-cortex_a.lo src/target/libtarget_la-ls1_sap.lo src/target/libtarget_la-mem_ap.lo src/target/libtarget_la-fa526.lo src/target/libtarget_la-xscale.lo src/target/libtarget_la-avr32_ap7k.lo src/target/libtarget_la-avr32_jtag.lo src/target/libtarget_la-avr32_mem.lo src/target/libtarget_la-avr32_regs.lo src/target/libtarget_la-mips32.lo src/target/libtarget_la-mips_m4k.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips32_dmaacc.lo src/target/libtarget_la-mips_ejtag.lo src/target/libtarget_la-nds32.lo src/target/libtarget_la-nds32_reg.lo src/target/libtarget_la-nds32_cmd.lo src/target/libtarget_la-nds32_disassembler.lo src/target/libtarget_la-nds32_tlb.lo src/target/libtarget_la-nds32_v2.lo src/target/libtarget_la-nds32_v3_common.lo src/target/libtarget_la-nds32_v3.lo src/target/libtarget_la-nds32_v3m.lo src/target/libtarget_la-nds32_aice.lo src/target/libtarget_la-stm8.lo src/target/libtarget_la-quark_x10xx.lo src/target/libtarget_la-quark_d20xx.lo src/target/libtarget_la-lakemont.lo src/target/libtarget_la-x86_32_common.lo src/target/libtarget_la-esirisc.lo src/target/libtarget_la-esirisc_jtag.lo src/target/libtarget_la-esirisc_trace.lo src/target/libtarget_la-arc.lo src/target/libtarget_la-arc_cmd.lo src/target/libtarget_la-arc_jtag.lo src/target/libtarget_la-arc_mem.lo src/target/libtarget_la-avrt.lo src/target/libtarget_la-dsp563xx.lo src/target/libtarget_la-dsp563xx_once.lo src/target/libtarget_la-dsp5680xx.lo src/target/libtarget_la-hla_target.lo src/target/libtarget_la-armv8_dpm.lo src/target/libtarget_la-armv8_opcodes.lo src/target/libtarget_la-aarch64.lo src/target/libtarget_la-a64_disassembler.lo src/target/libtarget_la-armv8.lo src/target/libtarget_la-armv8_cache.lo src/target/libtarget_la-mips64.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips64_pracc.lo src/target/libtarget_la-mips_mips64.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-mips_ejtag.lo src/target/openrisc/libopenrisc.la src/target/riscv/libriscv.la libtool: link: (cd src/target/.libs/libtarget.lax/libopenrisc.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/target/openrisc/.libs/libopenrisc.a") libtool: link: (cd src/target/.libs/libtarget.lax/libriscv.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/target/riscv/.libs/libriscv.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o || cp src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o libtool: link: ln src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o || cp src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o libtool: link: ln src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o || cp src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/target/.libs/libtarget.a src/target/libtarget_la-algorithm.o src/target/libtarget_la-register.o src/target/libtarget_la-image.o src/target/libtarget_la-breakpoints.o src/target/libtarget_la-target.o src/target/libtarget_la-target_request.o src/target/libtarget_la-testee.o src/target/libtarget_la-semihosting_common.o src/target/libtarget_la-smp.o src/target/libtarget_la-rtt.o src/target/libtarget_la-arm_dpm.o src/target/libtarget_la-arm_jtag.o src/target/libtarget_la-arm_disassembler.o src/target/libtarget_la-arm_simulator.o src/target/libtarget_la-arm_semihosting.o src/target/libtarget_la-arm_adi_v5.o src/target/libtarget_la-arm_dap.o src/target/libtarget_la-armv7a_cache.o src/target/libtarget_la-armv7a_cache_l2x.o src/target/libtarget_la-adi_v5_dapdirect.o src/target/libtarget_la-adi_v5_jtag.o src/target/libtarget_la-adi_v5_swd.o src/target/libtarget_la-embeddedice.o src/target/libtarget_la-trace.o src/target/libtarget_la-etb.o src/target/libtarget_la-etm.o src/target/libtarget_la-etm_dummy.o src/target/libtarget_la-arm_cti.o src/target/libtarget_la-armv4_5.o src/target/libtarget_la-armv4_5_mmu.o src/target/libtarget_la-armv4_5_cache.o src/target/libtarget_la-arm7_9_common.o src/target/libtarget_la-arm7tdmi.o src/target/libtarget_la-arm720t.o src/target/libtarget_la-arm9tdmi.o src/target/libtarget_la-arm920t.o src/target/libtarget_la-arm966e.o src/target/libtarget_la-arm946e.o src/target/libtarget_la-arm926ejs.o src/target/libtarget_la-feroceon.o src/target/libtarget_la-arm11.o src/target/libtarget_la-arm11_dbgtap.o src/target/libtarget_la-armv7m.o src/target/libtarget_la-armv7m_trace.o src/target/libtarget_la-cortex_m.o src/target/libtarget_la-armv7a.o src/target/libtarget_la-armv7a_mmu.o src/target/libtarget_la-cortex_a.o src/target/libtarget_la-ls1_sap.o src/target/libtarget_la-mem_ap.o src/target/libtarget_la-fa526.o src/target/libtarget_la-xscale.o src/target/libtarget_la-avr32_ap7k.o src/target/libtarget_la-avr32_jtag.o src/target/libtarget_la-avr32_mem.o src/target/libtarget_la-avr32_regs.o src/target/libtarget_la-mips32.o src/target/libtarget_la-mips_m4k.o src/target/libtarget_la-mips32_pracc.o src/target/libtarget_la-mips32_dmaacc.o src/target/libtarget_la-mips_ejtag.o src/target/libtarget_la-nds32.o src/target/libtarget_la-nds32_reg.o src/target/libtarget_la-nds32_cmd.o src/target/libtarget_la-nds32_disassembler.o src/target/libtarget_la-nds32_tlb.o src/target/libtarget_la-nds32_v2.o src/target/libtarget_la-nds32_v3_common.o src/target/libtarget_la-nds32_v3.o src/target/libtarget_la-nds32_v3m.o src/target/libtarget_la-nds32_aice.o src/target/libtarget_la-stm8.o src/target/libtarget_la-quark_x10xx.o src/target/libtarget_la-quark_d20xx.o src/target/libtarget_la-lakemont.o src/target/libtarget_la-x86_32_common.o src/target/libtarget_la-esirisc.o src/target/libtarget_la-esirisc_jtag.o src/target/libtarget_la-esirisc_trace.o src/target/libtarget_la-arc.o src/target/libtarget_la-arc_cmd.o src/target/libtarget_la-arc_jtag.o src/target/libtarget_la-arc_mem.o src/target/libtarget_la-avrt.o src/target/libtarget_la-dsp563xx.o src/target/libtarget_la-dsp563xx_once.o src/target/libtarget_la-dsp5680xx.o src/target/libtarget_la-hla_target.o src/target/libtarget_la-armv8_dpm.o src/target/libtarget_la-armv8_opcodes.o src/target/libtarget_la-aarch64.o src/target/libtarget_la-a64_disassembler.o src/target/libtarget_la-armv8.o src/target/libtarget_la-armv8_cache.o src/target/libtarget_la-mips64.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o src/target/libtarget_la-mips64_pracc.o src/target/libtarget_la-mips_mips64.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/libopenrisc.a/jsp_server.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_du_adv.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_mohor.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_vjtag.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_xilinx_bscan.o src/target/.libs/libtarget.lax/libriscv.a/batch.o src/target/.libs/libtarget.lax/libriscv.a/program.o src/target/.libs/libtarget.lax/libriscv.a/riscv-011.o src/target/.libs/libtarget.lax/libriscv.a/riscv-013.o src/target/.libs/libtarget.lax/libriscv.a/riscv.o src/target/.libs/libtarget.lax/libriscv.a/riscv_semihosting.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/target/.libs/libtarget.a libtool: link: rm -fr src/target/.libs/libtarget.lax src/target/.libs/libtarget.lax libtool: link: ( cd "src/target/.libs" && rm -f "libtarget.la" && ln -s "../libtarget.la" "libtarget.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-server.lo `test -f 'src/server/server.c' || echo './'`src/server/server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/server.c -o src/server/libserver_la-server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-telnet_server.lo `test -f 'src/server/telnet_server.c' || echo './'`src/server/telnet_server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/telnet_server.c -o src/server/libserver_la-telnet_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-gdb_server.lo `test -f 'src/server/gdb_server.c' || echo './'`src/server/gdb_server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/gdb_server.c -o src/server/libserver_la-gdb_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-server_stubs.lo `test -f 'src/server/server_stubs.c' || echo './'`src/server/server_stubs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/server_stubs.c -o src/server/libserver_la-server_stubs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-tcl_server.lo `test -f 'src/server/tcl_server.c' || echo './'`src/server/tcl_server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/tcl_server.c -o src/server/libserver_la-tcl_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/server/libserver_la-rtt_server.lo `test -f 'src/server/rtt_server.c' || echo './'`src/server/rtt_server.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/server/rtt_server.c -o src/server/libserver_la-rtt_server.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/server/libserver.la src/server/libserver_la-server.lo src/server/libserver_la-telnet_server.lo src/server/libserver_la-gdb_server.lo src/server/libserver_la-server_stubs.lo src/server/libserver_la-tcl_server.lo src/server/libserver_la-rtt_server.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/server/.libs/libserver.a src/server/libserver_la-server.o src/server/libserver_la-telnet_server.o src/server/libserver_la-gdb_server.o src/server/libserver_la-server_stubs.o src/server/libserver_la-tcl_server.o src/server/libserver_la-rtt_server.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/server/.libs/libserver.a libtool: link: ( cd "src/server/.libs" && rm -f "libserver.la" && ln -s "../libserver.la" "libserver.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos.lo `test -f 'src/rtos/rtos.c' || echo './'`src/rtos/rtos.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos.c -o src/rtos/librtos_la-rtos.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_standard_stackings.lo `test -f 'src/rtos/rtos_standard_stackings.c' || echo './'`src/rtos/rtos_standard_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_standard_stackings.c -o src/rtos/librtos_la-rtos_standard_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_ecos_stackings.lo `test -f 'src/rtos/rtos_ecos_stackings.c' || echo './'`src/rtos/rtos_ecos_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_ecos_stackings.c -o src/rtos/librtos_la-rtos_ecos_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_chibios_stackings.lo `test -f 'src/rtos/rtos_chibios_stackings.c' || echo './'`src/rtos/rtos_chibios_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_chibios_stackings.c -o src/rtos/librtos_la-rtos_chibios_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_embkernel_stackings.lo `test -f 'src/rtos/rtos_embkernel_stackings.c' || echo './'`src/rtos/rtos_embkernel_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_embkernel_stackings.c -o src/rtos/librtos_la-rtos_embkernel_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_mqx_stackings.lo `test -f 'src/rtos/rtos_mqx_stackings.c' || echo './'`src/rtos/rtos_mqx_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_mqx_stackings.c -o src/rtos/librtos_la-rtos_mqx_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.lo `test -f 'src/rtos/rtos_ucos_iii_stackings.c' || echo './'`src/rtos/rtos_ucos_iii_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_ucos_iii_stackings.c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_riot_stackings.lo `test -f 'src/rtos/rtos_riot_stackings.c' || echo './'`src/rtos/rtos_riot_stackings.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/rtos_riot_stackings.c -o src/rtos/librtos_la-rtos_riot_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-FreeRTOS.lo `test -f 'src/rtos/FreeRTOS.c' || echo './'`src/rtos/FreeRTOS.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/FreeRTOS.c -o src/rtos/librtos_la-FreeRTOS.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-ThreadX.lo `test -f 'src/rtos/ThreadX.c' || echo './'`src/rtos/ThreadX.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/ThreadX.c -o src/rtos/librtos_la-ThreadX.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-eCos.lo `test -f 'src/rtos/eCos.c' || echo './'`src/rtos/eCos.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/eCos.c -o src/rtos/librtos_la-eCos.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-linux.lo `test -f 'src/rtos/linux.c' || echo './'`src/rtos/linux.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/linux.c -o src/rtos/librtos_la-linux.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-chibios.lo `test -f 'src/rtos/chibios.c' || echo './'`src/rtos/chibios.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/chibios.c -o src/rtos/librtos_la-chibios.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-chromium-ec.lo `test -f 'src/rtos/chromium-ec.c' || echo './'`src/rtos/chromium-ec.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/chromium-ec.c -o src/rtos/librtos_la-chromium-ec.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-embKernel.lo `test -f 'src/rtos/embKernel.c' || echo './'`src/rtos/embKernel.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/embKernel.c -o src/rtos/librtos_la-embKernel.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-mqx.lo `test -f 'src/rtos/mqx.c' || echo './'`src/rtos/mqx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/mqx.c -o src/rtos/librtos_la-mqx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-uCOS-III.lo `test -f 'src/rtos/uCOS-III.c' || echo './'`src/rtos/uCOS-III.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/uCOS-III.c -o src/rtos/librtos_la-uCOS-III.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-nuttx.lo `test -f 'src/rtos/nuttx.c' || echo './'`src/rtos/nuttx.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/nuttx.c -o src/rtos/librtos_la-nuttx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-hwthread.lo `test -f 'src/rtos/hwthread.c' || echo './'`src/rtos/hwthread.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/hwthread.c -o src/rtos/librtos_la-hwthread.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtos/librtos_la-riot.lo `test -f 'src/rtos/riot.c' || echo './'`src/rtos/riot.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtos/riot.c -o src/rtos/librtos_la-riot.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/rtos/librtos.la src/rtos/librtos_la-rtos.lo src/rtos/librtos_la-rtos_standard_stackings.lo src/rtos/librtos_la-rtos_ecos_stackings.lo src/rtos/librtos_la-rtos_chibios_stackings.lo src/rtos/librtos_la-rtos_embkernel_stackings.lo src/rtos/librtos_la-rtos_mqx_stackings.lo src/rtos/librtos_la-rtos_ucos_iii_stackings.lo src/rtos/librtos_la-rtos_riot_stackings.lo src/rtos/librtos_la-FreeRTOS.lo src/rtos/librtos_la-ThreadX.lo src/rtos/librtos_la-eCos.lo src/rtos/librtos_la-linux.lo src/rtos/librtos_la-chibios.lo src/rtos/librtos_la-chromium-ec.lo src/rtos/librtos_la-embKernel.lo src/rtos/librtos_la-mqx.lo src/rtos/librtos_la-uCOS-III.lo src/rtos/librtos_la-nuttx.lo src/rtos/librtos_la-hwthread.lo src/rtos/librtos_la-riot.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/rtos/.libs/librtos.a src/rtos/librtos_la-rtos.o src/rtos/librtos_la-rtos_standard_stackings.o src/rtos/librtos_la-rtos_ecos_stackings.o src/rtos/librtos_la-rtos_chibios_stackings.o src/rtos/librtos_la-rtos_embkernel_stackings.o src/rtos/librtos_la-rtos_mqx_stackings.o src/rtos/librtos_la-rtos_ucos_iii_stackings.o src/rtos/librtos_la-rtos_riot_stackings.o src/rtos/librtos_la-FreeRTOS.o src/rtos/librtos_la-ThreadX.o src/rtos/librtos_la-eCos.o src/rtos/librtos_la-linux.o src/rtos/librtos_la-chibios.o src/rtos/librtos_la-chromium-ec.o src/rtos/librtos_la-embKernel.o src/rtos/librtos_la-mqx.o src/rtos/librtos_la-uCOS-III.o src/rtos/librtos_la-nuttx.o src/rtos/librtos_la-hwthread.o src/rtos/librtos_la-riot.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/rtos/.libs/librtos.a libtool: link: ( cd "src/rtos/.libs" && rm -f "librtos.la" && ln -s "../librtos.la" "librtos.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-binarybuffer.lo `test -f 'src/helper/binarybuffer.c' || echo './'`src/helper/binarybuffer.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/binarybuffer.c -o src/helper/libhelper_la-binarybuffer.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-options.lo `test -f 'src/helper/options.c' || echo './'`src/helper/options.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/options.c -o src/helper/libhelper_la-options.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-time_support_common.lo `test -f 'src/helper/time_support_common.c' || echo './'`src/helper/time_support_common.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/time_support_common.c -o src/helper/libhelper_la-time_support_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-configuration.lo `test -f 'src/helper/configuration.c' || echo './'`src/helper/configuration.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/configuration.c -o src/helper/libhelper_la-configuration.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-log.lo `test -f 'src/helper/log.c' || echo './'`src/helper/log.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/log.c -o src/helper/libhelper_la-log.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-command.lo `test -f 'src/helper/command.c' || echo './'`src/helper/command.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/command.c -o src/helper/libhelper_la-command.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-time_support.lo `test -f 'src/helper/time_support.c' || echo './'`src/helper/time_support.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/time_support.c -o src/helper/libhelper_la-time_support.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-replacements.lo `test -f 'src/helper/replacements.c' || echo './'`src/helper/replacements.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/replacements.c -o src/helper/libhelper_la-replacements.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-fileio.lo `test -f 'src/helper/fileio.c' || echo './'`src/helper/fileio.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/fileio.c -o src/helper/libhelper_la-fileio.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-util.lo `test -f 'src/helper/util.c' || echo './'`src/helper/util.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/util.c -o src/helper/libhelper_la-util.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-jep106.lo `test -f 'src/helper/jep106.c' || echo './'`src/helper/jep106.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/jep106.c -o src/helper/libhelper_la-jep106.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-jim-nvp.lo `test -f 'src/helper/jim-nvp.c' || echo './'`src/helper/jim-nvp.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/jim-nvp.c -o src/helper/libhelper_la-jim-nvp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/helper/libhelper_la-ioutil_stubs.lo `test -f 'src/helper/ioutil_stubs.c' || echo './'`src/helper/ioutil_stubs.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/helper/ioutil_stubs.c -o src/helper/libhelper_la-ioutil_stubs.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/helper/libhelper.la src/helper/libhelper_la-binarybuffer.lo src/helper/libhelper_la-options.lo src/helper/libhelper_la-time_support_common.lo src/helper/libhelper_la-configuration.lo src/helper/libhelper_la-log.lo src/helper/libhelper_la-command.lo src/helper/libhelper_la-time_support.lo src/helper/libhelper_la-replacements.lo src/helper/libhelper_la-fileio.lo src/helper/libhelper_la-util.lo src/helper/libhelper_la-jep106.lo src/helper/libhelper_la-jim-nvp.lo src/helper/libhelper_la-ioutil_stubs.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/helper/.libs/libhelper.a src/helper/libhelper_la-binarybuffer.o src/helper/libhelper_la-options.o src/helper/libhelper_la-time_support_common.o src/helper/libhelper_la-configuration.o src/helper/libhelper_la-log.o src/helper/libhelper_la-command.o src/helper/libhelper_la-time_support.o src/helper/libhelper_la-replacements.o src/helper/libhelper_la-fileio.o src/helper/libhelper_la-util.o src/helper/libhelper_la-jep106.o src/helper/libhelper_la-jim-nvp.o src/helper/libhelper_la-ioutil_stubs.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/helper/.libs/libhelper.a libtool: link: ( cd "src/helper/.libs" && rm -f "libhelper.la" && ln -s "../libhelper.la" "libhelper.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtt/rtt.lo src/rtt/rtt.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtt/rtt.c -o src/rtt/rtt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c -o src/rtt/tcl.lo src/rtt/tcl.c libtool: compile: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -c src/rtt/tcl.c -o src/rtt/tcl.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/rtt/librtt.la src/rtt/rtt.lo src/rtt/tcl.lo libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/rtt/.libs/librtt.a src/rtt/rtt.o src/rtt/tcl.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/rtt/.libs/librtt.a libtool: link: ( cd "src/rtt/.libs" && rm -f "librtt.la" && ln -s "../librtt.la" "librtt.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/libopenocd.la src/libopenocd_la-hello.lo src/libopenocd_la-openocd.lo src/xsvf/libxsvf.la src/svf/libsvf.la src/pld/libpld.la src/jtag/libjtag.la src/transport/libtransport.la src/flash/libflash.la src/target/libtarget.la src/server/libserver.la src/rtos/librtos.la src/helper/libhelper.la src/rtt/librtt.la libtool: link: (cd src/.libs/libopenocd.lax/libxsvf.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/xsvf/.libs/libxsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libsvf.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/svf/.libs/libsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libpld.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/pld/.libs/libpld.a") libtool: link: (cd src/.libs/libopenocd.lax/libjtag.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/.libs/libjtag.a") libtool: link: (cd src/.libs/libopenocd.lax/libtransport.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/transport/.libs/libtransport.a") libtool: link: (cd src/.libs/libopenocd.lax/libflash.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/flash/.libs/libflash.a") libtool: link: (cd src/.libs/libopenocd.lax/libtarget.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/target/.libs/libtarget.a") libtool: link: (cd src/.libs/libopenocd.lax/libserver.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/server/.libs/libserver.a") libtool: link: (cd src/.libs/libopenocd.lax/librtos.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/rtos/.libs/librtos.a") libtool: link: (cd src/.libs/libopenocd.lax/libhelper.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/helper/.libs/libhelper.a") libtool: link: (cd src/.libs/libopenocd.lax/librtt.a && /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/rtt/.libs/librtt.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o || cp src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o libtool: link: ln src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o || cp src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar cru src/.libs/libopenocd.a src/libopenocd_la-hello.o src/libopenocd_la-openocd.o src/.libs/libopenocd.lax/libxsvf.a/xsvf.o src/.libs/libopenocd.lax/libsvf.a/svf.o src/.libs/libopenocd.lax/libpld.a/pld.o src/.libs/libopenocd.lax/libpld.a/virtex2.o src/.libs/libopenocd.lax/libpld.a/xilinx_bit.o src/.libs/libopenocd.lax/libjtag.a/adapter.o src/.libs/libopenocd.lax/libjtag.a/commands.o src/.libs/libopenocd.lax/libjtag.a/core.o src/.libs/libopenocd.lax/libjtag.a/hla_interface.o src/.libs/libopenocd.lax/libjtag.a/hla_layout.o src/.libs/libopenocd.lax/libjtag.a/hla_tcl.o src/.libs/libopenocd.lax/libjtag.a/hla_transport.o src/.libs/libopenocd.lax/libjtag.a/interface.o src/.libs/libopenocd.lax/libjtag.a/interfaces.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-buffer.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-core.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-device.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery_tcp.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery_usb.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-emucom.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-error.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-fileio.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-jtag.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-list.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-log.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-socket.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-strutil.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-swd.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-swo.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-target.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport_tcp.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport_usb.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-util.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-version.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitbang.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-driver.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-dummy.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ft232r.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ftdi.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jlink.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jtag_usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-libusb_helper.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-linuxgpiod.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-mpsse.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-opendous.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-stlink_usb.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbprog.o src/.libs/libopenocd.lax/libjtag.a/swim.o src/.libs/libopenocd.lax/libjtag.a/tcl.o src/.libs/libopenocd.lax/libtransport.a/transport.o src/.libs/libopenocd.lax/libflash.a/aduc702x.o src/.libs/libopenocd.lax/libflash.a/aducm360.o src/.libs/libopenocd.lax/libflash.a/ambiqmicro.o src/.libs/libopenocd.lax/libflash.a/arm_io.o src/.libs/libopenocd.lax/libflash.a/at91sam3.o src/.libs/libopenocd.lax/libflash.a/at91sam4.o src/.libs/libopenocd.lax/libflash.a/at91sam4l.o src/.libs/libopenocd.lax/libflash.a/at91sam7.o src/.libs/libopenocd.lax/libflash.a/at91sam9.o src/.libs/libopenocd.lax/libflash.a/at91samd.o src/.libs/libopenocd.lax/libflash.a/ath79.o src/.libs/libopenocd.lax/libflash.a/atsame5.o src/.libs/libopenocd.lax/libflash.a/atsamv.o src/.libs/libopenocd.lax/libflash.a/avrf.o src/.libs/libopenocd.lax/libflash.a/bluenrg-x.o src/.libs/libopenocd.lax/libflash.a/cc26xx.o src/.libs/libopenocd.lax/libflash.a/cc3220sf.o src/.libs/libopenocd.lax/libflash.a/cfi.o src/.libs/libopenocd.lax/libflash.a/common.o src/.libs/libopenocd.lax/lt1-core.o src/.libs/libopenocd.lax/libflash.a/davinci.o src/.libs/libopenocd.lax/libflash.a/driver.o src/.libs/libopenocd.lax/libflash.a/drivers.o src/.libs/libopenocd.lax/libflash.a/dsp5680xx_flash.o src/.libs/libopenocd.lax/libflash.a/ecc.o src/.libs/libopenocd.lax/libflash.a/ecc_kw.o src/.libs/libopenocd.lax/libflash.a/efm32.o src/.libs/libopenocd.lax/libflash.a/em357.o src/.libs/libopenocd.lax/libflash.a/esirisc_flash.o src/.libs/libopenocd.lax/libflash.a/faux.o src/.libs/libopenocd.lax/libflash.a/fespi.o src/.libs/libopenocd.lax/libflash.a/fileio.o src/.libs/libopenocd.lax/libflash.a/fm3.o src/.libs/libopenocd.lax/libflash.a/fm4.o src/.libs/libopenocd.lax/libflash.a/jtagspi.o src/.libs/libopenocd.lax/libflash.a/kinetis.o src/.libs/libopenocd.lax/libflash.a/kinetis_ke.o src/.libs/libopenocd.lax/libflash.a/lpc2000.o src/.libs/libopenocd.lax/libflash.a/lpc288x.o src/.libs/libopenocd.lax/libflash.a/lpc2900.o src/.libs/libopenocd.lax/libflash.a/lpc3180.o src/.libs/libopenocd.lax/libflash.a/lpc32xx.o src/.libs/libopenocd.lax/libflash.a/lpcspifi.o src/.libs/libopenocd.lax/lt2-lt1-core.o src/.libs/libopenocd.lax/libflash.a/lt2-tcl.o src/.libs/libopenocd.lax/libflash.a/max32xxx.o src/.libs/libopenocd.lax/libflash.a/mdr.o src/.libs/libopenocd.lax/libflash.a/mrvlqspi.o src/.libs/libopenocd.lax/libflash.a/msp432.o src/.libs/libopenocd.lax/libflash.a/mx3.o src/.libs/libopenocd.lax/libflash.a/mxc.o src/.libs/libopenocd.lax/libflash.a/niietcm4.o src/.libs/libopenocd.lax/libflash.a/non_cfi.o src/.libs/libopenocd.lax/libflash.a/nonce.o src/.libs/libopenocd.lax/libflash.a/nrf5.o src/.libs/libopenocd.lax/libflash.a/nuc910.o src/.libs/libopenocd.lax/libflash.a/numicro.o src/.libs/libopenocd.lax/libflash.a/ocl.o src/.libs/libopenocd.lax/libflash.a/orion.o src/.libs/libopenocd.lax/libflash.a/pic32mx.o src/.libs/libopenocd.lax/libflash.a/psoc4.o src/.libs/libopenocd.lax/libflash.a/psoc5lp.o src/.libs/libopenocd.lax/libflash.a/psoc6.o src/.libs/libopenocd.lax/libflash.a/renesas_rpchf.o src/.libs/libopenocd.lax/libflash.a/s3c2410.o src/.libs/libopenocd.lax/libflash.a/s3c2412.o src/.libs/libopenocd.lax/libflash.a/s3c2440.o src/.libs/libopenocd.lax/libflash.a/s3c2443.o src/.libs/libopenocd.lax/libflash.a/s3c24xx.o src/.libs/libopenocd.lax/libflash.a/s3c6400.o src/.libs/libopenocd.lax/libflash.a/sfdp.o src/.libs/libopenocd.lax/libflash.a/sh_qspi.o src/.libs/libopenocd.lax/libflash.a/sim3x.o src/.libs/libopenocd.lax/libflash.a/spi.o src/.libs/libopenocd.lax/libflash.a/stellaris.o src/.libs/libopenocd.lax/libflash.a/stm32f1x.o src/.libs/libopenocd.lax/libflash.a/stm32f2x.o src/.libs/libopenocd.lax/libflash.a/stm32h7x.o src/.libs/libopenocd.lax/libflash.a/stm32l4x.o src/.libs/libopenocd.lax/libflash.a/stm32lx.o src/.libs/libopenocd.lax/libflash.a/stmqspi.o src/.libs/libopenocd.lax/libflash.a/stmsmi.o src/.libs/libopenocd.lax/libflash.a/str7x.o src/.libs/libopenocd.lax/libflash.a/str9x.o src/.libs/libopenocd.lax/libflash.a/str9xpec.o src/.libs/libopenocd.lax/libflash.a/swm050.o src/.libs/libopenocd.lax/lt3-tcl.o src/.libs/libopenocd.lax/libflash.a/tms470.o src/.libs/libopenocd.lax/libflash.a/virtual.o src/.libs/libopenocd.lax/libflash.a/w600.o src/.libs/libopenocd.lax/libflash.a/xcf.o src/.libs/libopenocd.lax/libflash.a/xmc1xxx.o src/.libs/libopenocd.lax/libflash.a/xmc4xxx.o src/.libs/libopenocd.lax/libtarget.a/batch.o src/.libs/libopenocd.lax/libtarget.a/jsp_server.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-a64_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-aarch64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_dapdirect.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_swd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-algorithm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11_dbgtap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm720t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7_9_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm920t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm926ejs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm946e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm966e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm9tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_adi_v5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_cti.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_semihosting.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_simulator.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache_l2x.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_opcodes.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_ap7k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_regs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avrt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-breakpoints.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx_once.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp5680xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-embeddedice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm_dummy.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-fa526.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-feroceon.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-hla_target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-image.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-lakemont.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-ls1_sap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mem_ap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_dmaacc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_m4k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_aice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_reg.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_tlb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v2.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_d20xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_x10xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-register.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-rtt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-semihosting_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-smp.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-stm8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target_request.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-testee.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-x86_32_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-xscale.o src/.libs/libopenocd.lax/libtarget.a/lt1-libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/lt2-libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/lt3-libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/or1k.o src/.libs/libopenocd.lax/libtarget.a/or1k_du_adv.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_mohor.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_vjtag.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_xilinx_bscan.o src/.libs/libopenocd.lax/libtarget.a/program.o src/.libs/libopenocd.lax/libtarget.a/riscv-011.o src/.libs/libopenocd.lax/libtarget.a/riscv-013.o src/.libs/libopenocd.lax/libtarget.a/riscv.o src/.libs/libopenocd.lax/libtarget.a/riscv_semihosting.o src/.libs/libopenocd.lax/libserver.a/libserver_la-gdb_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-rtt_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server_stubs.o src/.libs/libopenocd.lax/libserver.a/libserver_la-tcl_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-telnet_server.o src/.libs/libopenocd.lax/librtos.a/librtos_la-FreeRTOS.o src/.libs/libopenocd.lax/librtos.a/librtos_la-ThreadX.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chibios.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chromium-ec.o src/.libs/libopenocd.lax/librtos.a/librtos_la-eCos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-embKernel.o src/.libs/libopenocd.lax/librtos.a/librtos_la-hwthread.o src/.libs/libopenocd.lax/librtos.a/librtos_la-linux.o src/.libs/libopenocd.lax/librtos.a/librtos_la-mqx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-nuttx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-riot.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_chibios_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ecos_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_embkernel_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_mqx_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_riot_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_standard_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ucos_iii_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-uCOS-III.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-binarybuffer.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-command.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-configuration.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-fileio.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-ioutil_stubs.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jep106.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jim-nvp.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-log.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-options.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-replacements.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support_common.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-util.o src/.libs/libopenocd.lax/librtt.a/rtt.o src/.libs/libopenocd.lax/lt4-tcl.o libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib src/.libs/libopenocd.a libtool: link: rm -fr src/.libs/libopenocd.lax src/.libs/libopenocd.lax libtool: link: ( cd "src/.libs" && rm -f "libopenocd.la" && ln -s "../libopenocd.la" "libopenocd.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/openocd src/main.o src/libopenocd.la -ljim libtool: link: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -o src/openocd src/main.o src/.libs/libopenocd.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libusb.so -ldl /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libgpiod.so /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libusb-1.0.so /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/lib/libatomic.so -ljim -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/lib make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' touch -r /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/doc/openocd.info /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/doc/version.texi >>> openocd 0.11.0 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' Making install in src/jtag/drivers/libjaylink make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' Making install in libjaylink make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/openocd '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c src/openocd /nvmedata/autobuild/instance-25/output-1/target/usr/bin/openocd /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./doc/openocd.info ./doc/openocd.info-1 ./doc/openocd.info-2 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' install-info --info-dir='/nvmedata/autobuild/instance-25/output-1/target/usr/share/info' '/nvmedata/autobuild/instance-25/output-1/target/usr/share/info/openocd.info' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 doc/openocd.1 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd/contrib' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 contrib/60-openocd.rules '/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd/contrib' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd/contrib/libdcc' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 contrib/libdcc/dcc_stdio.c contrib/libdcc/dcc_stdio.h contrib/libdcc/example.c contrib/libdcc/README '/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd/contrib/libdcc' /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' for i in $(find ./tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | sed -e 's,^./tcl,,'); do \ j="/nvmedata/autobuild/instance-25/output-1/target/usr/share/openocd/scripts/$i" && \ mkdir -p "$(dirname $j)" && \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./tcl/$i $j; \ done make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/openocd-0.11.0' p910nd-0.97.tar.bz2: OK (sha256: 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f) >>> p910nd 0.97 Extracting bzcat /nvmedata/autobuild/instance-25/dl/p910nd/p910nd-0.97.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/p910nd-0.97 -xf - >>> p910nd 0.97 Patching >>> p910nd 0.97 Configuring >>> p910nd 0.97 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-25/output-1/build/p910nd-0.97 make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/p910nd-0.97' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o p910nd p910nd.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/p910nd-0.97' >>> p910nd 0.97 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-25/output-1/build/p910nd-0.97/p910nd /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/p910nd >>> host-parted 3.4 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.parted-3.4.tar.xz.tg0CZE/output' 'http://ftpmirror.gnu.org/parted/parted-3.4.tar.xz' --2022-06-07 00:15:05-- http://ftpmirror.gnu.org/parted/parted-3.4.tar.xz Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200 Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://mirrors.ibiblio.org/gnu/parted/parted-3.4.tar.xz [following] --2022-06-07 00:15:05-- http://mirrors.ibiblio.org/gnu/parted/parted-3.4.tar.xz Resolving mirrors.ibiblio.org (mirrors.ibiblio.org)... 152.19.134.44 Connecting to mirrors.ibiblio.org (mirrors.ibiblio.org)|152.19.134.44|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1860300 (1.8M) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.parted-3.4.tar.xz.tg0CZE/output' 0K .......... .......... .......... .......... .......... 2% 487K 4s 50K .......... .......... .......... .......... .......... 5% 1.01M 3s 100K .......... .......... .......... .......... .......... 8% 34.3M 2s 150K .......... .......... .......... .......... .......... 11% 14.8M 1s 200K .......... .......... .......... .......... .......... 13% 1.02M 1s 250K .......... .......... .......... .......... .......... 16% 15.5M 1s 300K .......... .......... .......... .......... .......... 19% 1.07M 1s 350K .......... .......... .......... .......... .......... 22% 163M 1s 400K .......... .......... .......... .......... .......... 24% 20.5M 1s 450K .......... .......... .......... .......... .......... 27% 116M 1s 500K .......... .......... .......... .......... .......... 30% 91.4M 1s 550K .......... .......... .......... .......... .......... 33% 103M 1s 600K .......... .......... .......... .......... .......... 35% 31.2M 0s 650K .......... .......... .......... .......... .......... 38% 205M 0s 700K .......... .......... .......... .......... .......... 41% 1.07M 0s 750K .......... .......... .......... .......... .......... 44% 90.3M 0s 800K .......... .......... .......... .......... .......... 46% 53.1M 0s 850K .......... .......... .......... .......... .......... 49% 84.0M 0s 900K .......... .......... .......... .......... .......... 52% 31.5M 0s 950K .......... .......... .......... .......... .......... 55% 175M 0s 1000K .......... .......... .......... .......... .......... 57% 63.4M 0s 1050K .......... .......... .......... .......... .......... 60% 972K 0s 1100K .......... .......... .......... .......... .......... 63% 87.4M 0s 1150K .......... .......... .......... .......... .......... 66% 64.5M 0s 1200K .......... .......... .......... .......... .......... 68% 212M 0s 1250K .......... .......... .......... .......... .......... 71% 189M 0s 1300K .......... .......... .......... .......... .......... 74% 227M 0s 1350K .......... .......... .......... .......... .......... 77% 61.7M 0s 1400K .......... .......... .......... .......... .......... 79% 1.13M 0s 1450K .......... .......... .......... .......... .......... 82% 119M 0s 1500K .......... .......... .......... .......... .......... 85% 175M 0s 1550K .......... .......... .......... .......... .......... 88% 201M 0s 1600K .......... .......... .......... .......... .......... 90% 198M 0s 1650K .......... .......... .......... .......... .......... 93% 157M 0s 1700K .......... .......... .......... .......... .......... 96% 178M 0s 1750K .......... .......... .......... .......... .......... 99% 199M 0s 1800K .......... ...... 100% 139M=0.4s 2022-06-07 00:15:06 (4.35 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.parted-3.4.tar.xz.tg0CZE/output' saved [1860300/1860300] parted-3.4.tar.xz: OK (sha256: e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342) >>> host-parted 3.4 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/parted/parted-3.4.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4 -xf - >>> host-parted 3.4 Patching >>> host-parted 3.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-parted 3.4 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> host-parted 3.4 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-readline --disable-device-mapper ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of /usr/bin/gcc... none checking for library containing strerror... none required checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether /usr/bin/gcc needs -traditional... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... /usr/bin/ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a usable (O_DIRECT-supporting) temporary dir... . checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for canonicalize_file_name... yes checking for readlink... yes checking for realpath... yes checking for _set_invalid_parameter_handler... no checking for fcntl... yes checking for symlink... yes checking for fsync... yes checking for getdtablesize... yes checking for getprogname... no checking for getexecname... no checking for getrandom... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for isblank... yes checking for iswctype... yes checking for sleep... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for strndup... yes checking for usleep... yes checking for wcrtomb... yes checking for iswcntrl... yes checking for ftruncate... yes checking for gettimeofday... yes checking for duplocale... yes checking for newlocale... yes checking for uselocale... yes checking for freelocale... yes checking for pipe... yes checking for pthread_sigmask... no checking for mprotect... yes checking for setenv... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for catgets... yes checking for snprintf... yes checking for shutdown... yes checking for wctob... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for stdio_ext.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for threads.h... yes checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for xlocale.h... no checking for malloc.h... yes checking for sys/time.h... yes checking for sys/random.h... yes checking for features.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for semaphore.h... yes checking for sys/select.h... yes checking for priv.h... no checking for pthread.h... yes checking for sys/mman.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for blkid/blkid.h... yes checking for getcwd... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... yes checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict checking for nlink_t... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking for pthread.h... (cached) yes checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... yes checking whether imported symbols can be declared weak... yes checking for multithread API to use... posix checking whether lstat correctly handles trailing slash... yes checking for a sed that does not truncate output... /bin/sed checking for GNU libc compatible malloc... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking for inline... inline checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether alarm is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for ssize_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether fcloseall is declared... yes checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking whether strndup is declared... yes checking whether strnlen is declared... yes checking for struct timespec in ... yes checking whether execvpe is declared... yes checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking if environ is properly declared... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for LC_MESSAGES... yes checking whether uselocale works... yes checking for fake locale system (OpenBSD)... no checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for library needed for semaphore functions... none checking whether is self-contained... yes checking for library containing setsockopt... none needed checking whether select supports a 0 argument... yes checking whether select detects invalid fds... yes checking whether strerror_r is declared... (cached) yes checking for sigset_t... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for uid_t in sys/types.h... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking for GNU libc compatible calloc... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking for __fpending... yes checking whether __fpending is declared... yes checking whether getdtablesize works... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether getrandom is compatible with its GNU+BSD signature... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking whether the compiler supports the __inline keyword... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether lseek detects pipes... yes checking for GNU libc compatible malloc... (cached) yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc stores incomplete characters... guessing no checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for mbtowc... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for working mkstemp... yes checking whether YESEXPR works... yes checking whether open recognizes a trailing slash... yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking for GNU libc compatible realloc... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for rpmatch... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking whether sleep is declared... yes checking for working sleep... yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for va_copy... yes checking for good max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking for working strerror function... yes checking for working strndup... yes checking for working strnlen... yes checking for strtoll... yes checking for strtoull... yes checking for nlink_t... (cached) yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for useconds_t... yes checking whether usleep allows large arguments... yes checking whether wcsdup is declared... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb works in the C locale... yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether fdopen sets errno... yes checking for flexible array member... yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking for gettimeofday with POSIX signature... yes checking for library containing inet_pton... none required checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... no checking for ioctl... yes checking for ioctl with POSIX signature... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking whether is self-contained... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking whether perror matches strerror... yes checking for getppriv... no checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for PTHREAD_CREATE_DETACHED... yes checking for PTHREAD_MUTEX_RECURSIVE... yes checking for PTHREAD_MUTEX_ROBUST... yes checking for PTHREAD_PROCESS_SHARED... yes checking whether pthread_create exists as a global function... yes checking whether pthread_sigmask is a macro... no checking for pthread_sigmask in -pthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking for raise... yes checking for sigprocmask... yes checking for sched.h... yes checking for struct sched_param... yes checking whether select supports a 0 argument... (cached) yes checking whether select detects invalid fds... (cached) yes checking whether setenv validates arguments... yes checking whether setlocale supports the C locale... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for sigprocmask... (cached) yes checking for socklen_t... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... yes checking whether declares ioctl... yes checking for pthread_atfork... yes checking sys/single_threaded.h usability... no checking sys/single_threaded.h presence... no checking for sys/single_threaded.h... no checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... yes checking size of off_t... 8 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /nvmedata/autobuild/instance-25/output-1/host/bin/dd checking how to truncate binary pipes... /nvmedata/autobuild/instance-25/output-1/host/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... no checking for msgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for xgettext... /nvmedata/autobuild/instance-25/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking whether to use NLS... no checking for uuid_generate in -luuid... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for getopt.h... (cached) yes checking linux/ext2_fs.h usability... no checking linux/ext2_fs.h presence... no checking for linux/ext2_fs.h... no checking linux/unistd.h usability... yes checking linux/unistd.h presence... yes checking for linux/unistd.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace in -lc... yes checking pkg-config is at least version 0.9.0... yes checking for CHECK... no Unable to locate check version 0.9.3 or higher: not building checking for ld used by /usr/bin/gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for inline... (cached) inline checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... (cached) __restrict checking for sigaction... (cached) yes checking for getuid... yes checking for canonicalize_file_name... (cached) yes checking for library containing blkid_probe_get_topology... -lblkid checking for blkid_probe_get_topology... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/Makefile config.status: creating include/parted/Makefile config.status: creating libparted/Makefile config.status: creating libparted/labels/Makefile config.status: creating libparted/fs/Makefile config.status: creating libparted/tests/Makefile config.status: creating libparted.pc config.status: creating libparted-fs-resize.pc config.status: creating parted/Makefile config.status: creating partprobe/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating doc/pt_BR/Makefile config.status: creating debug/Makefile config.status: creating debug/test/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop Type 'make' to compile parted. >>> host-parted 3.4 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/po' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/po' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' GEN alloca.h GEN configmake.h GEN fcntl.h GEN inttypes.h GEN langinfo.h GEN limits.h GEN locale.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/stat.h GEN sys/types.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' CC argmatch.lo CC basename-lgpl.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC cloexec.lo CC close-stream.lo CC closeout.lo CC dirname.lo CC basename.lo CC dirname-lgpl.lo CC stripslash.lo CC exitfail.lo CC fd-hook.lo CC getprogname.lo CC hard-locale.lo CC localcharset.lo CC glthread/lock.lo CC long-options.lo CC malloca.lo CC progname.lo CC quotearg.lo CC safe-read.lo CC setlocale_null.lo CC stat-time.lo CC tempname.lo CC glthread/threadlib.lo CC unistd.lo CC version-etc.lo CC version-etc-fsf.lo CC wctype-h.lo CC xmalloc.lo CC xalloc-die.lo CC xstrndup.lo CC xstrtol.lo CC xstrtoul.lo CC xstrtoll.lo CC xstrtoull.lo CC fcntl.lo CC mbrtowc.lo CC regex.lo CCLD libgnulib.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' Making all in parted make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' /usr/bin/make all-am make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' Making all in libparted make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule Making all in labels make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' /usr/bin/make all-am make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' CC aix.lo CC atari.lo CC bsd.lo CC dos.lo CC dvh.lo CC efi_crc32.lo CC gpt.lo CC loop.lo CC mac.lo CC pc98.lo CC pt-tools.lo CC rdb.lo CC sun.lo CCLD liblabels.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' Making all in fs make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' CC r/filesys.lo CC r/fat/bootsector.lo CC r/fat/calc.lo CC r/fat/clstdup.lo CC r/fat/context.lo CC r/fat/count.lo CC r/fat/fat.lo CC r/fat/fatio.lo CC r/fat/resize.lo CC r/fat/table.lo CC r/fat/traverse.lo CC r/hfs/advfs.lo CC r/hfs/advfs_plus.lo CC r/hfs/cache.lo CC r/hfs/file.lo CC r/hfs/file_plus.lo CC r/hfs/hfs.lo CC r/hfs/journal.lo CC r/hfs/probe.lo CC r/hfs/reloc.lo CC r/hfs/reloc_plus.lo CCLD libparted-fs-resize.la CC amiga/affs.lo CC amiga/amiga.lo CC amiga/apfs.lo CC amiga/asfs.lo CC amiga/a-interface.lo CC btrfs/btrfs.lo CC ext2/interface.lo CC fat/bootsector.lo CC fat/fat.lo CC f2fs/f2fs.lo CC hfs/hfs.lo CC hfs/probe.lo CC jfs/jfs.lo CC linux_swap/linux_swap.lo CC nilfs2/nilfs2.lo CC ntfs/ntfs.lo CC reiserfs/reiserfs.lo CC udf/udf.lo CC ufs/ufs.lo CC xfs/xfs.lo CCLD libfs.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' Making all in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule CC debug.lo CC architecture.lo CC device.lo CC exception.lo CC filesys.lo CC libparted.lo CC timer.lo CC unit.lo CC disk.lo CC cs/geom.lo CC cs/constraint.lo CC cs/natmath.lo CC arch/linux.lo CCLD libparted.la make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Making all in parted make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' GEN version.c GEN version.h /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' CC command.o CC parted.o CC strlist.o CC ui.o CC table.o CC version.o AR libver.a CCLD parted make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' Making all in partprobe make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' CC partprobe.o CCLD partprobe make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' Making all in C make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' Making all in pt_BR make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' GEN all-local make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' Making all in debug make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' Making all in test make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' >>> host-parted 3.4 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' Making install in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/po' if test "parted" = "gettext-tools"; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/po' Making install in lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/lib' Making install in include make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' Making install in parted make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' /usr/bin/make install-am make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[6]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[6]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include/parted' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 constraint.h debug.h device.h disk.h exception.h filesys.h geom.h natmath.h timer.h unit.h parted.h '/nvmedata/autobuild/instance-25/output-1/host/include/parted' make[6]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include/parted' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/include' Making install in libparted make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule Making install in labels make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' /usr/bin/make install-am make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' make[6]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/labels' Making install in fs make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ../../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libparted-fs-resize.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libparted-fs-resize.so.0.0.3 /nvmedata/autobuild/instance-25/output-1/host/lib/libparted-fs-resize.so.0.0.3 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0 || { rm -f libparted-fs-resize.so.0 && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so || { rm -f libparted-fs-resize.so && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libparted-fs-resize.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libparted-fs-resize.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted/fs' Making install in . make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c libparted.la '/nvmedata/autobuild/instance-25/output-1/host/lib' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libparted.so.2.0.3 /nvmedata/autobuild/instance-25/output-1/host/lib/libparted.so.2.0.3 libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libparted.so.2.0.3 libparted.so.2 || { rm -f libparted.so.2 && ln -s libparted.so.2.0.3 libparted.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-25/output-1/host/lib && { ln -s -f libparted.so.2.0.3 libparted.so || { rm -f libparted.so && ln -s libparted.so.2.0.3 libparted.so; }; }) libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c .libs/libparted.lai /nvmedata/autobuild/instance-25/output-1/host/lib/libparted.la libtool: finish: PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-25/output-1/host/lib ldconfig: /nvmedata/autobuild/instance-25/output-1/host/lib/libisl.so.23.0.0-gdb.py is not a shared library, skipping ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-25/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/libparted' Making install in parted make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/sbin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c parted '/nvmedata/autobuild/instance-25/output-1/host/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c parted /nvmedata/autobuild/instance-25/output-1/host/sbin/parted make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/parted' Making install in partprobe make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/sbin' /bin/bash ../libtool --mode=install /nvmedata/autobuild/instance-25/output-1/host/bin/install -c partprobe '/nvmedata/autobuild/instance-25/output-1/host/sbin' libtool: install: /nvmedata/autobuild/instance-25/output-1/host/bin/install -c partprobe /nvmedata/autobuild/instance-25/output-1/host/sbin/partprobe make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/partprobe' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' Making install in C make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 parted.8 partprobe.8 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man8' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/C' Making install in pt_BR make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' GEN all-local make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc/pt_BR' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[5]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./parted.info '/nvmedata/autobuild/instance-25/output-1/host/share/info' install-info --info-dir='/nvmedata/autobuild/instance-25/output-1/host/share/info' '/nvmedata/autobuild/instance-25/output-1/host/share/info/parted.info' make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/doc' Making install in debug make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' Making install in test make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug/test' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[5]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/debug' Making install in tests make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[4]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 libparted.pc libparted-fs-resize.pc '/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-parted-3.4' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /nvmedata/autobuild/instance-25/dl/patchelf/patchelf-0.9.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -Wall -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c patchelf '/nvmedata/autobuild/instance-25/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/doc/patchelf' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 README '/nvmedata/autobuild/instance-25/output-1/host/share/doc/patchelf' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 patchelf.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-patchelf-0.9' >>> pipewire 0.3.51 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pipewire-0.3.51.tar.bz2.db2zHj/output' 'https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.51/pipewire-0.3.51.tar.bz2' --2022-06-07 00:16:33-- https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/0.3.51/pipewire-0.3.51.tar.bz2 Resolving gitlab.freedesktop.org (gitlab.freedesktop.org)... 147.75.198.156 Connecting to gitlab.freedesktop.org (gitlab.freedesktop.org)|147.75.198.156|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pipewire-0.3.51.tar.bz2.db2zHj/output' 0K .......... .......... .......... .......... .......... 537K 50K .......... .......... .......... .......... .......... 1.03M 100K .......... .......... .......... .......... .......... 103M 150K .......... .......... .......... .......... .......... 73.3M 200K .......... .......... .......... .......... .......... 1.05M 250K .......... .......... .......... .......... .......... 1.08M 300K .......... .......... .......... .......... .......... 510K 350K .......... .......... .......... .......... .......... 66.0M 400K .......... .......... .......... .......... .......... 63.7M 450K .......... .......... .......... .......... .......... 386K 500K .......... .......... .......... .......... .......... 87.0M 550K .......... .......... .......... .......... .......... 417K 600K .......... .......... .......... .......... .......... 111M 650K .......... .......... .......... .......... .......... 408K 700K .......... .......... .......... .......... .......... 59.2M 750K .......... .......... .......... .......... .......... 486K 800K .......... .......... .......... .......... .......... 40.0M 850K .......... .......... .......... .......... .......... 436K 900K .......... .......... .......... .......... .......... 74.0M 950K .......... .......... .......... .......... .......... 84.4M 1000K .......... .......... .......... .......... .......... 501K 1050K .......... .......... .......... .......... .......... 60.0M 1100K .......... .......... .......... .......... .......... 456K 1150K .......... .......... .......... .......... .......... 118M 1200K .......... .......... .......... .......... .......... 861K 1250K .......... .......... .......... .......... .......... 93.1M 1300K .......... ... 69.8M=1.2s 2022-06-07 00:16:35 (1.07 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pipewire-0.3.51.tar.bz2.db2zHj/output' saved [1344932] pipewire-0.3.51.tar.bz2: OK (sha256: 1820bfd524805ef3e4e4dcb368f26efa5f43ca90f8c3c67731e502268c34245e) >>> pipewire 0.3.51 Extracting bzcat /nvmedata/autobuild/instance-25/dl/pipewire/pipewire-0.3.51.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51 -xf - >>> pipewire 0.3.51 Patching Applying 0001-Fix-build-on-uclibc-without-locale-support.patch using patch: patching file spa/include/spa/utils/string.h Applying 0002-fix-detection-of-reallocarray.patch using patch: patching file meson.build patching file pipewire-jack/src/metadata.c patching file spa/plugins/bluez5/bluez5-dbus.c patching file src/modules/module-client-node/client-node.c patching file src/modules/module-client-node/remote-node.c patching file src/modules/module-client-node/v0/client-node.c patching file src/modules/module-session-manager/client-endpoint/endpoint-stream.c patching file src/modules/module-session-manager/client-endpoint/endpoint.c patching file src/modules/module-session-manager/client-session/endpoint-link.c patching file src/modules/module-session-manager/client-session/session.c patching file src/pipewire/introspect.c patching file src/pipewire/utils.c patching file src/pipewire/utils.h Hunk #1 succeeded at 43 with fuzz 2 (offset -45 lines). >>> pipewire 0.3.51 Configuring rm -rf /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build mkdir -p /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e300c3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-25/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-25/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-25/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build/cross-compilation.conf PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/nvmedata/autobuild/instance-25/output-1/host/lib/cmake -Ddocs=disabled -Dman=disabled -Dtests=disabled -Dspa-plugins=enabled -Daudiomixer=enabled -Daudioconvert=enabled -Dcontrol=enabled -Daudiotestsrc=enabled -Dsupport=enabled -Devl=disabled -Dtest=disabled -Dvideoconvert=enabled -Dvideotestsrc=enabled -Dvolume=enabled -Dsession-managers=[] -Dlegacy-rtkit=false -Dlibcanberra=disabled -Ddbus=enabled -Dudev=disabled -Dexamples=disabled -Dgstreamer=disabled -Dsystemd=disabled -Dsystemd-system-service=disabled -Dsystemd-user-service=disabled -Dpipewire-alsa=enabled -Dalsa=disabled -Davahi=disabled -Dpipewire-jack=disabled -Djack=disabled -Dbluez5=disabled -Dffmpeg=enabled -Dpipewire-v4l2=disabled -Dv4l2=disabled -Dlibcamera=disabled -Dlv2=disabled -Dx11=disabled -Dx11-xfixes=disabled -Dlibusb=enabled -Dvulkan=disabled -Dpw-cat=enabled -Dsndfile=enabled -Dlibpulse=disabled -Dsdl2=enabled -Decho-cancel-webrtc=disabled -Draop=enabled /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/ /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build The Meson build system Version: 0.62.1 Source dir: /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51 Build dir: /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build Build type: cross build Project name: pipewire Project version: 0.3.51 C compiler for the host machine: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc (gcc 11.3.0 "powerpc-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-80-g6081e7e53d) 11.3.0") C linker for the host machine: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ld.bfd 2.37 C compiler for the build machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: ppc Host machine cpu: e300c3 Target machine cpu family: ppc Target machine cpu: e300c3 Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -Werror=suggest-attribute=format: YES Compiler for C supports arguments -Wsign-compare: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wpointer-sign: YES Compiler for C supports arguments -Wformat: YES Compiler for C supports arguments -Wformat-security: YES Compiler for C supports arguments -Wimplicit-fallthrough: YES Compiler for C supports arguments -Wmissing-braces: YES Compiler for C supports arguments -Wtype-limits: YES Compiler for C supports arguments -Wvariadic-macros: YES Compiler for C supports arguments -Wmaybe-uninitialized: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wno-pedantic: YES Compiler for C supports arguments -Wold-style-declaration: YES Compiler for C supports arguments -Wdeprecated-declarations: YES Compiler for C supports arguments -Wunused-result: YES Compiler for C supports arguments -D_GNU_SOURCE: YES Compiler for C supports arguments -DFASTPATH: YES Compiler for language cpp for the host machine not found. Compiler for C supports arguments -msse: NO Compiler for C supports arguments -msse2: NO Compiler for C supports arguments -mssse3: NO Compiler for C supports arguments -msse4.1: NO Compiler for C supports arguments -mfma: NO Compiler for C supports arguments -mavx: NO Compiler for C supports arguments -mavx2: NO Compiler for C supports arguments -mfpu=neon: NO Library atomic found: YES Checking if "8-byte __atomic_fetch_add without libatomic" : links: NO Checking if "8-byte __atomic_fetch_add with libatomic" with dependency -latomic: links: YES Has header "sys/mount.h" : YES Has header "sys/param.h" : YES Has header "sys/random.h" : YES Has header "sys/vfs.h" : YES Has header "pwd.h" : YES Fetching value of define "SYS_pidfd_open" : Dependency systemd skipped: feature systemd disabled Dependency libsystemd skipped: feature systemd disabled Configuring Makefile using configuration Library m found: YES Library rt found: YES Library dl found: YES Run-time dependency threads found: YES Found pkg-config: /nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf (1.6.3) Run-time dependency dbus-1 found: YES 1.12.22 Run-time dependency sdl2 found: YES 2.0.22 Found CMake: /nvmedata/autobuild/instance-25/output-1/host/bin/cmake (3.18.6) Run-time dependency libdrm found: NO (tried pkgconfig and cmake) Run-time dependency readline found: YES 8.1 Run-time dependency ncursesw found: NO (tried pkgconfig and cmake) Run-time dependency sndfile found: YES 1.0.31 Dependency libpulse skipped: feature libpulse disabled Dependency avahi-client skipped: feature avahi disabled Dependency x11-xcb skipped: feature x11 disabled Dependency xfixes skipped: feature x11-xfixes disabled Dependency libcanberra skipped: feature libcanberra disabled Run-time dependency libusb-1.0 found: YES 1.0.25 Run-time dependency libcap found: YES 2.64 Dependency glib-2.0 skipped: feature gstreamer disabled Dependency webrtc-audio-processing skipped: feature echo-cancel-webrtc disabled Library intl found: YES Run-time dependency alsa found: YES 1.2.6.1 Run-time dependency openssl found: YES 1.1.1o Dependency lilv-0 skipped: feature lv2 disabled Checking for function "gettid" : NO Checking for function "memfd_create" : NO Checking for function "getrandom" : YES Checking for function "reallocarray" : NO Checking for function "sigabbrev_np" : NO Checking for function "XSetIOErrorExitHandler" with dependency x11-xcb: NO Program msgfmt found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt) Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge) Program xgettext found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/xgettext) Dependency alsa skipped: feature alsa disabled Dependency bluez skipped: feature bluez5 disabled Run-time dependency libavcodec found: YES 58.134.100 Dependency jack skipped: feature jack disabled Dependency vulkan skipped: feature vulkan disabled Dependency libcamera skipped: feature libcamera disabled Run-time dependency libudev found: NO (tried pkgconfig and cmake) Has header "linux/videodev2.h" skipped: feature v4l2 disabled Program find found: YES (/usr/bin/find) Configuring spa-include-test-spa_pod_compare_h.c using configuration Configuring spa-include-test-spa_pod_dynamic_h.c using configuration Configuring spa-include-test-spa_pod_parser_h.c using configuration Configuring spa-include-test-spa_pod_command_h.c using configuration Configuring spa-include-test-spa_pod_builder_h.c using configuration Configuring spa-include-test-spa_pod_event_h.c using configuration Configuring spa-include-test-spa_pod_vararg_h.c using configuration Configuring spa-include-test-spa_pod_filter_h.c using configuration Configuring spa-include-test-spa_pod_iter_h.c using configuration Configuring spa-include-test-spa_pod_pod_h.c using configuration Configuring spa-include-test-spa_interfaces_audio_aec_h.c using configuration Configuring spa-include-test-spa_support_thread_h.c using configuration Configuring spa-include-test-spa_support_system_h.c using configuration Configuring spa-include-test-spa_support_cpu_h.c using configuration Configuring spa-include-test-spa_support_plugin_loader_h.c using configuration Configuring spa-include-test-spa_support_loop_h.c using configuration Configuring spa-include-test-spa_support_log_h.c using configuration Configuring spa-include-test-spa_support_log_impl_h.c using configuration Configuring spa-include-test-spa_support_i18n_h.c using configuration Configuring spa-include-test-spa_support_dbus_h.c using configuration Configuring spa-include-test-spa_support_plugin_h.c using configuration Configuring spa-include-test-spa_debug_dict_h.c using configuration Configuring spa-include-test-spa_debug_pod_h.c using configuration Configuring spa-include-test-spa_debug_log_h.c using configuration Configuring spa-include-test-spa_debug_types_h.c using configuration Configuring spa-include-test-spa_debug_mem_h.c using configuration Configuring spa-include-test-spa_debug_node_h.c using configuration Configuring spa-include-test-spa_debug_format_h.c using configuration Configuring spa-include-test-spa_debug_buffer_h.c using configuration Configuring spa-include-test-spa_monitor_event_h.c using configuration Configuring spa-include-test-spa_monitor_device_h.c using configuration Configuring spa-include-test-spa_monitor_utils_h.c using configuration Configuring spa-include-test-spa_graph_graph_h.c using configuration Configuring spa-include-test-spa_param_latency_utils_h.c using configuration Configuring spa-include-test-spa_param_format_utils_h.c using configuration Configuring spa-include-test-spa_param_props_h.c using configuration Configuring spa-include-test-spa_param_profiler_h.c using configuration Configuring spa-include-test-spa_param_audio_format_utils_h.c using configuration Configuring spa-include-test-spa_param_audio_iec958_h.c using configuration Configuring spa-include-test-spa_param_audio_layout_h.c using configuration Configuring spa-include-test-spa_param_audio_raw_h.c using configuration Configuring spa-include-test-spa_param_audio_dsd_h.c using configuration Configuring spa-include-test-spa_param_audio_format_h.c using configuration Configuring spa-include-test-spa_param_bluetooth_audio_h.c using configuration Configuring spa-include-test-spa_param_param_h.c using configuration Configuring spa-include-test-spa_param_format_h.c using configuration Configuring spa-include-test-spa_param_video_chroma_h.c using configuration Configuring spa-include-test-spa_param_video_format_utils_h.c using configuration Configuring spa-include-test-spa_param_video_raw_h.c using configuration Configuring spa-include-test-spa_param_video_encoded_h.c using configuration Configuring spa-include-test-spa_param_video_multiview_h.c using configuration Configuring spa-include-test-spa_param_video_format_h.c using configuration Configuring spa-include-test-spa_param_video_color_h.c using configuration Configuring spa-include-test-spa_utils_type_h.c using configuration Configuring spa-include-test-spa_utils_ringbuffer_h.c using configuration Configuring spa-include-test-spa_utils_defs_h.c using configuration Configuring spa-include-test-spa_utils_json_pod_h.c using configuration Configuring spa-include-test-spa_utils_result_h.c using configuration Configuring spa-include-test-spa_utils_dll_h.c using configuration Configuring spa-include-test-spa_utils_names_h.c using configuration Configuring spa-include-test-spa_utils_keys_h.c using configuration Configuring spa-include-test-spa_utils_dict_h.c using configuration Configuring spa-include-test-spa_utils_json_h.c using configuration Configuring spa-include-test-spa_utils_list_h.c using configuration Configuring spa-include-test-spa_utils_ansi_h.c using configuration Configuring spa-include-test-spa_utils_string_h.c using configuration Configuring spa-include-test-spa_utils_hook_h.c using configuration Configuring spa-include-test-spa_control_control_h.c using configuration Configuring spa-include-test-spa_buffer_alloc_h.c using configuration Configuring spa-include-test-spa_buffer_meta_h.c using configuration Configuring spa-include-test-spa_buffer_buffer_h.c using configuration Configuring spa-include-test-spa_node_io_h.c using configuration Configuring spa-include-test-spa_node_command_h.c using configuration Configuring spa-include-test-spa_node_event_h.c using configuration Configuring spa-include-test-spa_node_keys_h.c using configuration Configuring spa-include-test-spa_node_node_h.c using configuration Configuring spa-include-test-spa_node_utils_h.c using configuration Configuring version.h using configuration Configuring pipewire.conf using configuration ../output-1/build/pipewire-0.3.51/src/daemon/meson.build:76: WARNING: The variable(s) 'DEFAULT_SINK' in the input file 'src/daemon/pipewire.conf.in' are not present in the given configuration data. Configuring client.conf using configuration Configuring client-rt.conf using configuration Configuring jack.conf using configuration Configuring minimal.conf using configuration Configuring pipewire-pulse.conf using configuration Configuring pipewire-uninstalled.conf using configuration ../output-1/build/pipewire-0.3.51/src/daemon/meson.build:82: WARNING: The variable(s) 'DEFAULT_SINK' in the input file 'src/daemon/pipewire.conf.in' are not present in the given configuration data. Program ln found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/ln) Configuring demonic.conf using configuration Configuring duplicate-FL.conf using configuration Configuring sink-virtual-surround-5.1-kemar.conf using configuration Configuring sink-virtual-surround-7.1-hesuvi.conf using configuration Configuring sink-dolby-surround.conf using configuration Configuring sink-eq6.conf using configuration Configuring sink-matrix-spatialiser.conf using configuration Configuring source-rnnoise.conf using configuration Library roc found: NO Configuring config.h using configuration Program doxygen skipped: feature docs disabled Program pw-uninstalled.sh found: YES (/nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/pw-uninstalled.sh) Build targets in project: 202 pipewire 0.3.51 systemd conf data : NO libsystemd : NO intl support : YES pipewire-alsa : YES OpenSSL (for raop-sink) : YES lilv (for lv2 plugins) : NO No session manager : pw-uninstalled.sh will not work out of the box! Manpage generation : NO Misc dependencies dbus (Bluetooth, rt, portal, pw-reserve): YES SDL2 (video examples) : YES readline (for pw-cli) : YES X11 (x11-bell) : NO libcanberra (x11-bell) : NO WebRTC Echo Canceling : NO pw-cat/pw-play/pw-dump/filter-chain sndfile : YES Streaming between daemons libpulse : NO Avahi DNS-SD (Zeroconf) : NO ROC : NO Backend libusb (Bluetooth quirks) : YES gstreamer-device-provider : NO ALSA : NO Bluetooth audio : NO JACK2 : NO libcamera : NO Udev : NO V4L2 kernel header : NO V4L2 enabled : NO GStreamer modules glib-2.0 : NO Optional programs find (for header testing) : YES Session managers Build media-session : NO Build wireplumber : NO Default session-manager : pw-cat/pw-play/pw-dump tool Build pw-cat tool : YES Optional Modules rt : without RTKit portal : YES pulse-tunnel : NO zeroconf-discover : NO raop-discover (needs Avahi) : NO raop-sink (requires OpenSSL) : YES roc-sink : NO roc-source : NO x11-bell : NO User defined options Cross files : /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build/cross-compilation.conf build.cmake_prefix_path : /nvmedata/autobuild/instance-25/output-1/host/lib/cmake build.pkg_config_path : /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false alsa : disabled audioconvert : enabled audiomixer : enabled audiotestsrc : enabled avahi : disabled bluez5 : disabled control : enabled dbus : enabled docs : disabled echo-cancel-webrtc : disabled evl : disabled examples : disabled ffmpeg : enabled gstreamer : disabled jack : disabled legacy-rtkit : false libcamera : disabled libcanberra : disabled libpulse : disabled libusb : enabled lv2 : disabled man : disabled pipewire-alsa : enabled pipewire-jack : disabled pipewire-v4l2 : disabled pw-cat : enabled raop : enabled sdl2 : enabled session-managers : [] sndfile : enabled spa-plugins : enabled support : enabled systemd : disabled systemd-system-service : disabled systemd-user-service : disabled test : disabled tests : disabled udev : disabled v4l2 : disabled videoconvert : enabled videotestsrc : enabled volume : enabled vulkan : disabled x11 : disabled x11-xfixes : disabled Found ninja-1.10.2.git.kitware.jobserver-1 at /nvmedata/autobuild/instance-25/output-1/host/bin/ninja >>> pipewire 0.3.51 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build' [1/505] Generating po/af/LC_MESSAGES/pipewire-af.mo with a custom command [2/505] Generating po/as/LC_MESSAGES/pipewire-as.mo with a custom command [3/505] Generating po/be/LC_MESSAGES/pipewire-be.mo with a custom command [4/505] Generating po/bg/LC_MESSAGES/pipewire-bg.mo with a custom command [5/505] Generating po/bn_IN/LC_MESSAGES/pipewire-bn_IN.mo with a custom command [6/505] Generating po/ca/LC_MESSAGES/pipewire-ca.mo with a custom command [7/505] Generating po/cs/LC_MESSAGES/pipewire-cs.mo with a custom command [8/505] Generating po/da/LC_MESSAGES/pipewire-da.mo with a custom command [9/505] Generating po/de_CH/LC_MESSAGES/pipewire-de_CH.mo with a custom command [10/505] Generating po/de/LC_MESSAGES/pipewire-de.mo with a custom command [11/505] Generating po/el/LC_MESSAGES/pipewire-el.mo with a custom command [12/505] Generating po/es/LC_MESSAGES/pipewire-es.mo with a custom command [13/505] Generating po/fi/LC_MESSAGES/pipewire-fi.mo with a custom command [14/505] Generating po/fr/LC_MESSAGES/pipewire-fr.mo with a custom command [15/505] Generating po/gl/LC_MESSAGES/pipewire-gl.mo with a custom command [16/505] Generating po/gu/LC_MESSAGES/pipewire-gu.mo with a custom command [17/505] Generating po/he/LC_MESSAGES/pipewire-he.mo with a custom command [18/505] Generating po/hi/LC_MESSAGES/pipewire-hi.mo with a custom command [19/505] Generating po/hr/LC_MESSAGES/pipewire-hr.mo with a custom command [20/505] Generating po/hu/LC_MESSAGES/pipewire-hu.mo with a custom command [21/505] Generating po/id/LC_MESSAGES/pipewire-id.mo with a custom command [22/505] Generating po/it/LC_MESSAGES/pipewire-it.mo with a custom command [23/505] Generating po/ja/LC_MESSAGES/pipewire-ja.mo with a custom command [24/505] Generating po/kk/LC_MESSAGES/pipewire-kk.mo with a custom command [25/505] Generating po/kn/LC_MESSAGES/pipewire-kn.mo with a custom command [26/505] Generating po/ko/LC_MESSAGES/pipewire-ko.mo with a custom command [27/505] Generating po/lt/LC_MESSAGES/pipewire-lt.mo with a custom command [28/505] Generating po/ml/LC_MESSAGES/pipewire-ml.mo with a custom command [29/505] Generating po/mr/LC_MESSAGES/pipewire-mr.mo with a custom command [30/505] Generating po/my/LC_MESSAGES/pipewire-my.mo with a custom command [31/505] Generating po/nl/LC_MESSAGES/pipewire-nl.mo with a custom command [32/505] Generating po/nn/LC_MESSAGES/pipewire-nn.mo with a custom command [33/505] Generating po/oc/LC_MESSAGES/pipewire-oc.mo with a custom command [34/505] Generating po/or/LC_MESSAGES/pipewire-or.mo with a custom command [35/505] Generating po/pa/LC_MESSAGES/pipewire-pa.mo with a custom command [36/505] Generating po/pl/LC_MESSAGES/pipewire-pl.mo with a custom command [37/505] Generating po/pt_BR/LC_MESSAGES/pipewire-pt_BR.mo with a custom command [38/505] Generating po/pt/LC_MESSAGES/pipewire-pt.mo with a custom command [39/505] Generating po/ro/LC_MESSAGES/pipewire-ro.mo with a custom command [40/505] Generating po/ru/LC_MESSAGES/pipewire-ru.mo with a custom command [41/505] Generating po/sk/LC_MESSAGES/pipewire-sk.mo with a custom command [42/505] Generating po/sr@latin/LC_MESSAGES/pipewire-sr@latin.mo with a custom command [43/505] Generating po/sr/LC_MESSAGES/pipewire-sr.mo with a custom command [44/505] Generating po/sv/LC_MESSAGES/pipewire-sv.mo with a custom command [45/505] Generating po/ta/LC_MESSAGES/pipewire-ta.mo with a custom command [46/505] Generating po/te/LC_MESSAGES/pipewire-te.mo with a custom command [47/505] Generating po/tr/LC_MESSAGES/pipewire-tr.mo with a custom command [48/505] Generating po/uk/LC_MESSAGES/pipewire-uk.mo with a custom command [49/505] Generating po/zh_CN/LC_MESSAGES/pipewire-zh_CN.mo with a custom command [50/505] Generating po/zh_TW/LC_MESSAGES/pipewire-zh_TW.mo with a custom command [51/505] Generating po/eo/LC_MESSAGES/pipewire-eo.mo with a custom command [52/505] Generating po/si/LC_MESSAGES/pipewire-si.mo with a custom command [53/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/fmt-ops.c.o [54/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/biquad.c.o [55/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/crossover.c.o [56/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/resample-native.c.o [57/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/resample-peaks.c.o [58/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/volume-ops.c.o [59/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/volume-ops-c.c.o [60/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/plugin.c.o [61/505] Compiling C object spa/plugins/audioconvert/test-resample.p/test-resample.c.o [62/505] Compiling C object spa/plugins/audioconvert/benchmark-resample.p/benchmark-resample.c.o [63/505] Compiling C object spa/plugins/audiomixer/libspa-audiomixer.so.p/mix-ops.c.o [64/505] Compiling C object spa/plugins/audiomixer/libspa-audiomixer.so.p/plugin.c.o [65/505] Compiling C object spa/plugins/control/libspa-control.so.p/plugin.c.o [66/505] Compiling C object spa/plugins/audiotestsrc/libspa-audiotestsrc.so.p/plugin.c.o [67/505] Compiling C object spa/plugins/audioconvert/test-fmt-ops.p/test-fmt-ops.c.o [68/505] Compiling C object spa/plugins/audioconvert/benchmark-fmt-ops.p/benchmark-fmt-ops.c.o ../spa/plugins/audioconvert/benchmark-fmt-ops.c:105:13: warning: 'run_testc' defined but not used [-Wunused-function] 105 | static void run_testc(const char *name, const char *impl, bool in_packed, bool out_packed, convert_func_t func, | ^~~~~~~~~ [69/505] Compiling C object spa/plugins/support/libspa-support.so.p/plugin.c.o [70/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/channelmix-ops-c.c.o [71/505] Compiling C object spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg.c.o [72/505] Compiling C object spa/plugins/videoconvert/libspa-videoconvert.so.p/plugin.c.o [73/505] Compiling C object spa/plugins/audioconvert/spa-resample.p/spa-resample.c.o [74/505] Compiling C object spa/plugins/support/libspa-support.so.p/cpu.c.o ../spa/plugins/support/cpu.c:62:14: warning: 'read_file' defined but not used [-Wunused-function] 62 | static char *read_file(const char *name, char *buffer, size_t len) | ^~~~~~~~~ [75/505] Compiling C object spa/plugins/support/libspa-support.so.p/log-patterns.c.o [76/505] Compiling C object spa/plugins/videotestsrc/libspa-videotestsrc.so.p/plugin.c.o [77/505] Compiling C object spa/plugins/support/libspa-support.so.p/logger.c.o [78/505] Compiling C object spa/plugins/volume/libspa-volume.so.p/plugin.c.o [79/505] Compiling C object spa/plugins/support/libspa-support.so.p/node-driver.c.o [80/505] Compiling C object spa/plugins/audioconvert/test-audioconvert.p/test-audioconvert.c.o [81/505] Compiling C object spa/plugins/aec/libspa-aec-null.so.p/aec-null.c.o [82/505] Compiling C object spa/plugins/audioconvert/test-audioadapter.p/test-audioadapter.c.o [83/505] Compiling C object spa/plugins/support/libspa-support.so.p/system.c.o [84/505] Compiling C object spa/tools/spa-inspect.p/spa-inspect.c.o [85/505] Linking target spa/plugins/aec/libspa-aec-null.so [86/505] Compiling C object spa/tests/spa-include-test-spa_pod_dynamic_h.p/meson-generated_.._spa-include-test-spa_pod_dynamic_h.c.o [87/505] Compiling C object spa/tests/spa-include-test-spa_pod_compare_h.p/meson-generated_.._spa-include-test-spa_pod_compare_h.c.o [88/505] Linking target spa/tools/spa-inspect [89/505] Compiling C object spa/tests/spa-include-test-spa_pod_command_h.p/meson-generated_.._spa-include-test-spa_pod_command_h.c.o [90/505] Linking target spa/tests/spa-include-test-spa_pod_dynamic_h [91/505] Compiling C object spa/tests/spa-include-test-spa_pod_parser_h.p/meson-generated_.._spa-include-test-spa_pod_parser_h.c.o [92/505] Compiling C object spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg-enc.c.o [93/505] Compiling C object spa/tests/spa-include-test-spa_pod_builder_h.p/meson-generated_.._spa-include-test-spa_pod_builder_h.c.o [94/505] Linking target spa/tests/spa-include-test-spa_pod_compare_h [95/505] Compiling C object spa/tests/spa-include-test-spa_pod_event_h.p/meson-generated_.._spa-include-test-spa_pod_event_h.c.o [96/505] Compiling C object spa/tools/spa-monitor.p/spa-monitor.c.o [97/505] Linking target spa/tests/spa-include-test-spa_pod_command_h [98/505] Linking target spa/tests/spa-include-test-spa_pod_parser_h [99/505] Compiling C object spa/tests/spa-include-test-spa_pod_vararg_h.p/meson-generated_.._spa-include-test-spa_pod_vararg_h.c.o [100/505] Linking target spa/tests/spa-include-test-spa_pod_builder_h [101/505] Linking target spa/tools/spa-monitor [102/505] Compiling C object spa/tests/spa-include-test-spa_pod_iter_h.p/meson-generated_.._spa-include-test-spa_pod_iter_h.c.o [103/505] Linking target spa/tests/spa-include-test-spa_pod_event_h [104/505] Linking target spa/tests/spa-include-test-spa_pod_vararg_h [105/505] Compiling C object spa/plugins/audiomixer/libaudiomixer_c.a.p/mix-ops-c.c.o [106/505] Compiling C object spa/tests/spa-include-test-spa_pod_pod_h.p/meson-generated_.._spa-include-test-spa_pod_pod_h.c.o [107/505] Compiling C object spa/tests/spa-include-test-spa_pod_filter_h.p/meson-generated_.._spa-include-test-spa_pod_filter_h.c.o [108/505] Compiling C object spa/plugins/audiomixer/libspa-audiomixer.so.p/audiomixer.c.o [109/505] Compiling C object spa/plugins/support/libspa-support.so.p/loop.c.o [110/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-module.c.o [111/505] Linking target spa/tests/spa-include-test-spa_pod_iter_h [112/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/fmt-ops-c.c.o [113/505] Compiling C object spa/plugins/audioconvert/test-channelmix.p/test-channelmix.c.o [114/505] Compiling C object spa/tests/spa-include-test-spa_interfaces_audio_aec_h.p/meson-generated_.._spa-include-test-spa_interfaces_audio_aec_h.c.o [115/505] Compiling C object spa/tests/spa-include-test-spa_support_thread_h.p/meson-generated_.._spa-include-test-spa_support_thread_h.c.o [116/505] Compiling C object spa/tests/spa-include-test-spa_support_system_h.p/meson-generated_.._spa-include-test-spa_support_system_h.c.o [117/505] Compiling C object spa/tests/spa-include-test-spa_support_cpu_h.p/meson-generated_.._spa-include-test-spa_support_cpu_h.c.o [118/505] Linking static target spa/plugins/audiomixer/libaudiomixer_c.a [119/505] Linking target spa/tests/spa-include-test-spa_pod_filter_h [120/505] Compiling C object spa/tools/spa-json-dump.p/spa-json-dump.c.o [121/505] Compiling C object spa/tests/spa-include-test-spa_support_plugin_loader_h.p/meson-generated_.._spa-include-test-spa_support_plugin_loader_h.c.o [122/505] Linking target spa/tests/spa-include-test-spa_pod_pod_h [123/505] Compiling C object spa/tests/spa-include-test-spa_support_loop_h.p/meson-generated_.._spa-include-test-spa_support_loop_h.c.o [124/505] Compiling C object spa/tests/spa-include-test-spa_support_log_impl_h.p/meson-generated_.._spa-include-test-spa_support_log_impl_h.c.o [125/505] Compiling C object spa/tests/spa-include-test-spa_support_dbus_h.p/meson-generated_.._spa-include-test-spa_support_dbus_h.c.o [126/505] Linking target spa/tests/spa-include-test-spa_interfaces_audio_aec_h [127/505] Linking target spa/tests/spa-include-test-spa_support_system_h [128/505] Compiling C object spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg-dec.c.o [129/505] Compiling C object spa/tests/spa-include-test-spa_support_log_h.p/meson-generated_.._spa-include-test-spa_support_log_h.c.o [130/505] Compiling C object spa/tests/spa-include-test-spa_support_i18n_h.p/meson-generated_.._spa-include-test-spa_support_i18n_h.c.o [131/505] Compiling C object spa/tests/spa-include-test-spa_support_plugin_h.p/meson-generated_.._spa-include-test-spa_support_plugin_h.c.o [132/505] Linking target spa/tests/spa-include-test-spa_support_thread_h [133/505] Linking target spa/tests/spa-include-test-spa_support_cpu_h [134/505] Compiling C object spa/tests/spa-include-test-spa_debug_dict_h.p/meson-generated_.._spa-include-test-spa_debug_dict_h.c.o [135/505] Linking target spa/tools/spa-json-dump [136/505] Linking target spa/tests/spa-include-test-spa_support_plugin_loader_h [137/505] Compiling C object spa/tests/spa-include-test-spa_debug_log_h.p/meson-generated_.._spa-include-test-spa_debug_log_h.c.o [138/505] Linking target spa/tests/spa-include-test-spa_support_loop_h [139/505] Compiling C object spa/plugins/control/libspa-control.so.p/mixer.c.o [140/505] Compiling C object spa/plugins/support/libspa-dbus.so.p/dbus.c.o [141/505] Compiling C object spa/tests/spa-include-test-spa_debug_pod_h.p/meson-generated_.._spa-include-test-spa_debug_pod_h.c.o [142/505] Linking target spa/tests/spa-include-test-spa_support_log_impl_h [143/505] Linking target spa/tests/spa-include-test-spa_support_dbus_h [144/505] Compiling C object spa/tests/spa-include-test-spa_debug_types_h.p/meson-generated_.._spa-include-test-spa_debug_types_h.c.o [145/505] Compiling C object spa/tests/spa-include-test-spa_debug_mem_h.p/meson-generated_.._spa-include-test-spa_debug_mem_h.c.o [146/505] Linking target spa/plugins/ffmpeg/libspa-ffmpeg.so [147/505] Linking target spa/tests/spa-include-test-spa_support_log_h [148/505] Linking target spa/tests/spa-include-test-spa_support_i18n_h [149/505] Linking target spa/tests/spa-include-test-spa_support_plugin_h [150/505] Compiling C object spa/tests/spa-include-test-spa_debug_node_h.p/meson-generated_.._spa-include-test-spa_debug_node_h.c.o [151/505] Linking target spa/tests/spa-include-test-spa_debug_dict_h [152/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/channelmix.c.o [153/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/resample.c.o [154/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/splitter.c.o [155/505] Compiling C object spa/plugins/audiomixer/libspa-audiomixer.so.p/mixer-dsp.c.o [156/505] Compiling C object spa/tests/spa-include-test-spa_debug_format_h.p/meson-generated_.._spa-include-test-spa_debug_format_h.c.o [157/505] Compiling C object spa/tests/spa-include-test-spa_debug_buffer_h.p/meson-generated_.._spa-include-test-spa_debug_buffer_h.c.o [158/505] Compiling C object spa/tests/spa-include-test-spa_monitor_event_h.p/meson-generated_.._spa-include-test-spa_monitor_event_h.c.o [159/505] Linking target spa/tests/spa-include-test-spa_debug_log_h [160/505] Compiling C object spa/tests/spa-include-test-spa_monitor_device_h.p/meson-generated_.._spa-include-test-spa_monitor_device_h.c.o [161/505] Linking target spa/plugins/control/libspa-control.so [162/505] Linking target spa/plugins/support/libspa-dbus.so [163/505] Linking target spa/tests/spa-include-test-spa_debug_pod_h [164/505] Linking target spa/tests/spa-include-test-spa_debug_types_h [165/505] Linking target spa/tests/spa-include-test-spa_debug_mem_h [166/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/fmtconvert.c.o [167/505] Compiling C object spa/plugins/videotestsrc/libspa-videotestsrc.so.p/videotestsrc.c.o [168/505] Compiling C object spa/tests/spa-include-test-spa_monitor_utils_h.p/meson-generated_.._spa-include-test-spa_monitor_utils_h.c.o [169/505] Compiling C object spa/tests/spa-include-test-spa_graph_graph_h.p/meson-generated_.._spa-include-test-spa_graph_graph_h.c.o [170/505] Compiling C object spa/tests/spa-include-test-spa_param_latency_utils_h.p/meson-generated_.._spa-include-test-spa_param_latency_utils_h.c.o [171/505] Compiling C object spa/tests/spa-include-test-spa_param_format_utils_h.p/meson-generated_.._spa-include-test-spa_param_format_utils_h.c.o [172/505] Compiling C object spa/tests/spa-include-test-spa_param_props_h.p/meson-generated_.._spa-include-test-spa_param_props_h.c.o [173/505] Compiling C object spa/tests/spa-include-test-spa_param_profiler_h.p/meson-generated_.._spa-include-test-spa_param_profiler_h.c.o [174/505] Linking target spa/tests/spa-include-test-spa_debug_node_h [175/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_format_utils_h.p/meson-generated_.._spa-include-test-spa_param_audio_format_utils_h.c.o [176/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_iec958_h.p/meson-generated_.._spa-include-test-spa_param_audio_iec958_h.c.o [177/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_layout_h.p/meson-generated_.._spa-include-test-spa_param_audio_layout_h.c.o [178/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_raw_h.p/meson-generated_.._spa-include-test-spa_param_audio_raw_h.c.o [179/505] Linking target spa/plugins/audiomixer/libspa-audiomixer.so [180/505] Linking target spa/tests/spa-include-test-spa_debug_format_h [181/505] Linking target spa/tests/spa-include-test-spa_debug_buffer_h [182/505] Linking target spa/tests/spa-include-test-spa_monitor_event_h [183/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_dsd_h.p/meson-generated_.._spa-include-test-spa_param_audio_dsd_h.c.o [184/505] Linking target spa/tests/spa-include-test-spa_monitor_device_h [185/505] Compiling C object spa/plugins/videoconvert/libspa-videoconvert.so.p/videoadapter.c.o [186/505] Compiling C object spa/plugins/volume/libspa-volume.so.p/volume.c.o [187/505] Compiling C object spa/tests/spa-include-test-spa_param_audio_format_h.p/meson-generated_.._spa-include-test-spa_param_audio_format_h.c.o [188/505] Compiling C object spa/tests/spa-include-test-spa_param_bluetooth_audio_h.p/meson-generated_.._spa-include-test-spa_param_bluetooth_audio_h.c.o [189/505] Compiling C object spa/tests/spa-include-test-spa_param_param_h.p/meson-generated_.._spa-include-test-spa_param_param_h.c.o [190/505] Compiling C object spa/tests/spa-include-test-spa_param_format_h.p/meson-generated_.._spa-include-test-spa_param_format_h.c.o [191/505] Compiling C object spa/tests/spa-include-test-spa_param_video_chroma_h.p/meson-generated_.._spa-include-test-spa_param_video_chroma_h.c.o [192/505] Compiling C object spa/tests/spa-include-test-spa_param_video_format_utils_h.p/meson-generated_.._spa-include-test-spa_param_video_format_utils_h.c.o [193/505] Linking target spa/plugins/videotestsrc/libspa-videotestsrc.so [194/505] Linking target spa/tests/spa-include-test-spa_monitor_utils_h [195/505] Linking target spa/tests/spa-include-test-spa_graph_graph_h [196/505] Linking target spa/tests/spa-include-test-spa_param_latency_utils_h [197/505] Linking target spa/tests/spa-include-test-spa_param_format_utils_h [198/505] Linking target spa/tests/spa-include-test-spa_param_props_h [199/505] Linking target spa/tests/spa-include-test-spa_param_profiler_h [200/505] Compiling C object spa/tests/spa-include-test-spa_param_video_raw_h.p/meson-generated_.._spa-include-test-spa_param_video_raw_h.c.o [201/505] Linking target spa/tests/spa-include-test-spa_param_audio_format_utils_h [202/505] Linking target spa/tests/spa-include-test-spa_param_audio_iec958_h [203/505] Linking target spa/tests/spa-include-test-spa_param_audio_layout_h [204/505] Linking target spa/tests/spa-include-test-spa_param_audio_raw_h [205/505] Compiling C object spa/tests/spa-include-test-spa_param_video_multiview_h.p/meson-generated_.._spa-include-test-spa_param_video_multiview_h.c.o [206/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/audioconvert.c.o [207/505] Compiling C object spa/plugins/audiotestsrc/libspa-audiotestsrc.so.p/audiotestsrc.c.o [208/505] Compiling C object spa/tests/spa-include-test-spa_param_video_encoded_h.p/meson-generated_.._spa-include-test-spa_param_video_encoded_h.c.o [209/505] Compiling C object spa/tests/spa-include-test-spa_param_video_format_h.p/meson-generated_.._spa-include-test-spa_param_video_format_h.c.o [210/505] Compiling C object spa/tests/spa-include-test-spa_param_video_color_h.p/meson-generated_.._spa-include-test-spa_param_video_color_h.c.o [211/505] Linking target spa/tests/spa-include-test-spa_param_audio_dsd_h [212/505] Linking target spa/plugins/videoconvert/libspa-videoconvert.so [213/505] Linking target spa/plugins/volume/libspa-volume.so [214/505] Linking target spa/tests/spa-include-test-spa_param_audio_format_h [215/505] Linking target spa/tests/spa-include-test-spa_param_bluetooth_audio_h [216/505] Linking target spa/tests/spa-include-test-spa_param_param_h [217/505] Linking target spa/tests/spa-include-test-spa_param_format_h [218/505] Linking target spa/tests/spa-include-test-spa_param_video_chroma_h [219/505] Linking target spa/tests/spa-include-test-spa_param_video_format_utils_h [220/505] Compiling C object spa/tests/spa-include-test-spa_utils_ringbuffer_h.p/meson-generated_.._spa-include-test-spa_utils_ringbuffer_h.c.o [221/505] Compiling C object spa/tests/spa-include-test-spa_utils_defs_h.p/meson-generated_.._spa-include-test-spa_utils_defs_h.c.o [222/505] Compiling C object spa/tests/spa-include-test-spa_utils_result_h.p/meson-generated_.._spa-include-test-spa_utils_result_h.c.o [223/505] Compiling C object spa/tests/spa-include-test-spa_utils_names_h.p/meson-generated_.._spa-include-test-spa_utils_names_h.c.o [224/505] Compiling C object spa/plugins/audioconvert/libaudioconvert.a.p/channelmix-ops.c.o [225/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/audioadapter.c.o [226/505] Compiling C object spa/plugins/support/libspa-support.so.p/null-audio-sink.c.o [227/505] Compiling C object spa/tests/spa-include-test-spa_utils_type_h.p/meson-generated_.._spa-include-test-spa_utils_type_h.c.o [228/505] Compiling C object spa/tests/spa-include-test-spa_utils_json_pod_h.p/meson-generated_.._spa-include-test-spa_utils_json_pod_h.c.o [229/505] Compiling C object spa/tests/spa-include-test-spa_utils_dll_h.p/meson-generated_.._spa-include-test-spa_utils_dll_h.c.o [230/505] Linking target spa/tests/spa-include-test-spa_param_video_raw_h [231/505] Compiling C object spa/tests/spa-include-test-spa_utils_keys_h.p/meson-generated_.._spa-include-test-spa_utils_keys_h.c.o [232/505] Compiling C object spa/tests/spa-include-test-spa_utils_dict_h.p/meson-generated_.._spa-include-test-spa_utils_dict_h.c.o [233/505] Compiling C object spa/tests/spa-include-test-spa_utils_json_h.p/meson-generated_.._spa-include-test-spa_utils_json_h.c.o [234/505] Compiling C object spa/tests/spa-include-test-spa_utils_list_h.p/meson-generated_.._spa-include-test-spa_utils_list_h.c.o [235/505] Linking target spa/tests/spa-include-test-spa_param_video_multiview_h [236/505] Compiling C object spa/tests/spa-include-test-spa_utils_ansi_h.p/meson-generated_.._spa-include-test-spa_utils_ansi_h.c.o [237/505] Linking target spa/plugins/audiotestsrc/libspa-audiotestsrc.so [238/505] Linking target spa/tests/spa-include-test-spa_param_video_encoded_h [239/505] Linking target spa/tests/spa-include-test-spa_param_video_format_h [240/505] Linking target spa/tests/spa-include-test-spa_param_video_color_h [241/505] Compiling C object spa/tests/spa-include-test-spa_utils_string_h.p/meson-generated_.._spa-include-test-spa_utils_string_h.c.o [242/505] Compiling C object spa/tests/spa-include-test-spa_utils_hook_h.p/meson-generated_.._spa-include-test-spa_utils_hook_h.c.o [243/505] Compiling C object spa/tests/spa-include-test-spa_buffer_meta_h.p/meson-generated_.._spa-include-test-spa_buffer_meta_h.c.o [244/505] Compiling C object spa/plugins/audioconvert/libspa-audioconvert.so.p/merger.c.o [245/505] Compiling C object spa/tests/spa-include-test-spa_control_control_h.p/meson-generated_.._spa-include-test-spa_control_control_h.c.o [246/505] Compiling C object spa/tests/spa-include-test-spa_buffer_alloc_h.p/meson-generated_.._spa-include-test-spa_buffer_alloc_h.c.o [247/505] Compiling C object spa/tests/spa-include-test-spa_buffer_buffer_h.p/meson-generated_.._spa-include-test-spa_buffer_buffer_h.c.o [248/505] Compiling C object spa/tests/spa-include-test-spa_node_io_h.p/meson-generated_.._spa-include-test-spa_node_io_h.c.o [249/505] Compiling C object spa/tests/spa-include-test-spa_node_command_h.p/meson-generated_.._spa-include-test-spa_node_command_h.c.o [250/505] Compiling C object spa/tests/spa-include-test-spa_node_event_h.p/meson-generated_.._spa-include-test-spa_node_event_h.c.o [251/505] Linking target spa/tests/spa-include-test-spa_utils_ringbuffer_h [252/505] Linking target spa/tests/spa-include-test-spa_utils_defs_h [253/505] Linking target spa/tests/spa-include-test-spa_utils_result_h [254/505] Linking target spa/tests/spa-include-test-spa_utils_names_h [255/505] Linking static target spa/plugins/audioconvert/libaudioconvert.a [256/505] Compiling C object spa/tests/spa-include-test-spa_node_keys_h.p/meson-generated_.._spa-include-test-spa_node_keys_h.c.o [257/505] Linking target spa/plugins/support/libspa-support.so [258/505] Linking target spa/tests/spa-include-test-spa_utils_type_h [259/505] Linking target spa/tests/spa-include-test-spa_utils_json_pod_h [260/505] Linking target spa/tests/spa-include-test-spa_utils_dll_h [261/505] Compiling C object spa/tests/spa-include-test-spa_node_node_h.p/meson-generated_.._spa-include-test-spa_node_node_h.c.o [262/505] Linking target spa/tests/spa-include-test-spa_utils_keys_h [263/505] Linking target spa/tests/spa-include-test-spa_utils_dict_h [264/505] Linking target spa/tests/spa-include-test-spa_utils_json_h [265/505] Linking target spa/tests/spa-include-test-spa_utils_list_h [266/505] Linking target spa/tests/spa-include-test-spa_utils_ansi_h [267/505] Compiling C object src/modules/pw-test-protocol-native.p/module-protocol-native_test-connection.c.o [268/505] Compiling C object spa/tests/spa-include-test-spa_node_utils_h.p/meson-generated_.._spa-include-test-spa_node_utils_h.c.o [269/505] Compiling C object spa/tests/spa-stress-ringbuffer.p/stress-ringbuffer.c.o [270/505] Compiling C object spa/tests/spa-benchmark-dict.p/benchmark-dict.c.o [271/505] Linking target spa/tests/spa-include-test-spa_utils_string_h [272/505] Linking target spa/tests/spa-include-test-spa_utils_hook_h [273/505] Linking target spa/tests/spa-include-test-spa_buffer_meta_h [274/505] Linking target spa/tests/spa-include-test-spa_control_control_h [275/505] Linking target spa/tests/spa-include-test-spa_buffer_alloc_h [276/505] Linking target spa/tests/spa-include-test-spa_buffer_buffer_h [277/505] Linking target spa/tests/spa-include-test-spa_node_io_h [278/505] Linking target spa/tests/spa-include-test-spa_node_command_h [279/505] Linking target spa/tests/spa-include-test-spa_node_event_h [280/505] Linking target spa/plugins/audioconvert/libspa-audioconvert.so [281/505] Linking target spa/tests/spa-include-test-spa_node_keys_h [282/505] Linking target spa/tests/spa-include-test-spa_node_node_h [283/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-node.c.o [284/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/control.c.o [285/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/data-loop.c.o [286/505] Linking target spa/tests/spa-include-test-spa_node_utils_h [287/505] Linking target spa/tests/spa-stress-ringbuffer [288/505] Linking target spa/tests/spa-benchmark-dict [289/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/core.c.o [290/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/loop.c.o [291/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-core.c.o [292/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/introspect.c.o [293/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/main-loop.c.o [294/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-client.c.o [295/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/thread.c.o [296/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-factory.c.o [297/505] Compiling C object spa/tests/spa-benchmark-pod.p/benchmark-pod.c.o [298/505] Compiling C object src/daemon/pipewire.p/pipewire.c.o [299/505] Compiling C object src/tools/pw-mididump.p/pw-mididump.c.o [300/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/buffers.c.o [301/505] Compiling C object src/daemon/pipewire-pulse.p/pipewire.c.o [302/505] Linking target spa/tests/spa-benchmark-pod [303/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/log.c.o [304/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/protocol.c.o [305/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/utils.c.o [306/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/work-queue.c.o [307/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/thread-loop.c.o [308/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/global.c.o [309/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/resource.c.o [310/505] Compiling C object src/modules/spa/libpipewire-module-spa-node.so.p/module-node.c.o [311/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/proxy.c.o [312/505] Compiling C object src/tools/pw-cat.p/dsffile.c.o [313/505] Compiling C object src/tools/pw-reserve.p/pw-reserve.c.o [314/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-metadata.c.o [315/505] Compiling C object src/tools/pw-metadata.p/pw-metadata.c.o [316/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/properties.c.o [317/505] Compiling C object src/tools/pw-loopback.p/pw-loopback.c.o [318/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/mem.c.o [319/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/settings.c.o [320/505] Compiling C object src/tools/pw-reserve.p/reserve.c.o [321/505] Compiling C object src/modules/spa/libpipewire-module-spa-device.so.p/module-device.c.o [322/505] Generating symbol file spa/plugins/audioconvert/libspa-audioconvert.so.p/libspa-audioconvert.so.symbols [323/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/conf.c.o [324/505] Compiling C object src/tools/pw-mididump.p/midifile.c.o [325/505] Compiling C object src/modules/spa/libpipewire-module-spa-node-factory.so.p/module-node-factory.c.o [326/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/pipewire.c.o [327/505] Compiling C object src/tools/pw-dot.p/pw-dot.c.o [328/505] Compiling C object src/modules/libpipewire-module-filter-chain.so.p/module-filter-chain_biquad.c.o [329/505] Linking target spa/plugins/audioconvert/benchmark-fmt-ops [330/505] Linking target spa/plugins/audioconvert/benchmark-resample [331/505] Compiling C object src/modules/spa/libpipewire-module-spa-device.so.p/spa-device.c.o [332/505] Compiling C object src/tools/pw-link.p/pw-link.c.o [333/505] Compiling C object src/modules/spa/libpipewire-module-spa-device-factory.so.p/module-device-factory.c.o [334/505] Compiling C object src/modules/libpipewire-module-filter-chain.so.p/module-filter-chain_ladspa_plugin.c.o [335/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-device.c.o [336/505] Compiling C object src/tools/pw-profiler.p/pw-profiler.c.o [337/505] Compiling C object src/tools/pw-cat.p/midifile.c.o [338/505] Compiling C object src/modules/spa/libpipewire-module-spa-device-factory.so.p/spa-device.c.o [339/505] Compiling C object src/modules/spa/libpipewire-module-spa-node.so.p/spa-node.c.o [340/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_portal-screencast.c.o [341/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_local-socket.c.o [342/505] Compiling C object src/modules/libpipewire-module-client-device.so.p/module-client-device_proxy-device.c.o [343/505] Compiling C object src/modules/spa/libpipewire-module-spa-node-factory.so.p/spa-node.c.o [344/505] Compiling C object src/modules/libpipewire-module-client-device.so.p/module-client-device_resource-device.c.o [345/505] Compiling C object src/modules/libpipewire-module-client-device.so.p/module-client-device.c.o [346/505] Compiling C object src/modules/libpipewire-module-filter-chain.so.p/module-filter-chain_convolver.c.o [347/505] Compiling C object src/modules/libpipewire-module-filter-chain.so.p/module-filter-chain_builtin_plugin.c.o [348/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_extensions_ext-device-manager.c.o [349/505] Compiling C object src/modules/libpipewire-module-portal.so.p/module-portal.c.o [350/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse.c.o [351/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_protocol-footer.c.o [352/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_extension.c.o [353/505] Compiling C object src/modules/libpipewire-module-access.so.p/module-access.c.o [354/505] Compiling C object src/modules/libpipewire-module-rt.so.p/module-rt.c.o In file included from ../src/pipewire/pipewire.h:42, from ../src/pipewire/impl.h:43, from ../src/modules/module-rt.c:69: ../src/modules/module-rt.c: In function 'set_rlimit': ../src/modules/module-rt.c:603:46: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=] 603 | pw_log_debug("clamping rt.time.soft from %ld to %lld because of RTKit", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 604 | rl.rlim_cur, rttime); | ~~~~~~~~~~~ | | | rlim_t {aka long long unsigned int} ../src/pipewire/log.h:152:66: note: in definition of macro 'pw_logt' 152 | pw_log_logt(lev,topic,__FILE__,__LINE__,__func__,__VA_ARGS__); \ | ^~~~~~~~~~~ ../src/pipewire/log.h:160:29: note: in expansion of macro 'pw_log' 160 | #define pw_log_debug(...) pw_log(SPA_LOG_LEVEL_DEBUG,__VA_ARGS__) | ^~~~~~ ../src/modules/module-rt.c:603:33: note: in expansion of macro 'pw_log_debug' 603 | pw_log_debug("clamping rt.time.soft from %ld to %lld because of RTKit", | ^~~~~~~~~~~~ ../src/modules/module-rt.c:603:76: note: format string is defined here 603 | pw_log_debug("clamping rt.time.soft from %ld to %lld because of RTKit", | ~~^ | | | long int | %lld [355/505] Compiling C object src/modules/libpipewire-module-profiler.so.p/module-profiler_protocol-native.c.o [356/505] Compiling C object src/modules/libpipewire-module-link-factory.so.p/module-link-factory.c.o [357/505] Compiling C object src/tools/pw-mon.p/pw-mon.c.o [358/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_client.c.o [359/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_operation.c.o [360/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-link.c.o [361/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/context.c.o [362/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_pending-sample.c.o [363/505] Compiling C object src/modules/libpipewire-module-client-device.so.p/module-client-device_protocol-native.c.o [364/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_reply.c.o [365/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_remap.c.o [366/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_quirks.c.o [367/505] Compiling C object src/modules/libpipewire-module-profiler.so.p/module-profiler.c.o [368/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_extensions_ext-stream-restore.c.o [369/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_sample.c.o [370/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_volume.c.o [371/505] Compiling C object src/tools/pw-dump.p/pw-dump.c.o [372/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_sample-play.c.o [373/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_stream.c.o [374/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_module.c.o [375/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_utils.c.o [376/505] Compiling C object src/modules/libpipewire-module-loopback.so.p/module-loopback.c.o [377/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-always-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-always-sink.c:27: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-always-sink.c:134:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 134 | DEFINE_MODULE_INFO(module_always_sink) = { | ^~~~~~~~~~~~~~~~~~ [378/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_collect.c.o [379/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_connection.c.o [380/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-loopback.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-loopback.c:33: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-loopback.c:253:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 253 | DEFINE_MODULE_INFO(module_loopback) = { | ^~~~~~~~~~~~~~~~~~ [381/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-ladspa-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-ladspa-sink.c:32: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-ladspa-sink.c:262:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 262 | DEFINE_MODULE_INFO(module_ladspa_sink) = { | ^~~~~~~~~~~~~~~~~~ [382/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_extensions_ext-device-restore.c.o [383/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-echo-cancel.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-echo-cancel.c:33: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-echo-cancel.c:261:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 261 | DEFINE_MODULE_INFO(module_echo_cancel) = { | ^~~~~~~~~~~~~~~~~~ [384/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-native-protocol-tcp.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-native-protocol-tcp.c:27: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-native-protocol-tcp.c:124:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 124 | DEFINE_MODULE_INFO(module_native_protocol_tcp) = { | ^~~~~~~~~~~~~~~~~~ [385/505] Compiling C object spa/plugins/audioconvert/libtest_lib.a.p/test-source.c.o [386/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-raop-discover.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-raop-discover.c:30: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-raop-discover.c:129:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 129 | DEFINE_MODULE_INFO(module_raop_discover) = { | ^~~~~~~~~~~~~~~~~~ [387/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-ladspa-source.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-ladspa-source.c:32: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-ladspa-source.c:262:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 262 | DEFINE_MODULE_INFO(module_ladspa_source) = { | ^~~~~~~~~~~~~~~~~~ [388/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-null-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-null-sink.c:28: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-null-sink.c:244:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 244 | DEFINE_MODULE_INFO(module_null_sink) = { | ^~~~~~~~~~~~~~~~~~ [389/505] Linking static target spa/plugins/audioconvert/libtest_lib.a [390/505] Compiling C object src/modules/libpipewire-module-echo-cancel.so.p/module-echo-cancel.c.o [391/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-remap-source.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-remap-source.c:32: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-remap-source.c:259:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 259 | DEFINE_MODULE_INFO(module_remap_source) = { | ^~~~~~~~~~~~~~~~~~ [392/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_message-handler.c.o [393/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_message.c.o [394/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-combine-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-combine-sink.c:32: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-combine-sink.c:577:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 577 | DEFINE_MODULE_INFO(module_combine_sink) = { | ^~~~~~~~~~~~~~~~~~ [395/505] Linking target spa/plugins/audioconvert/test-audioadapter [396/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-roc-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-roc-sink.c:31: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-roc-sink.c:209:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 209 | DEFINE_MODULE_INFO(module_roc_sink) = { | ^~~~~~~~~~~~~~~~~~ [397/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-roc-source.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-roc-source.c:31: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-roc-source.c:213:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 213 | DEFINE_MODULE_INFO(module_roc_source) = { | ^~~~~~~~~~~~~~~~~~ [398/505] Linking target spa/plugins/audioconvert/test-audioconvert [399/505] Linking target spa/plugins/audioconvert/test-channelmix [400/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-remap-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-remap-sink.c:32: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-remap-sink.c:259:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 259 | DEFINE_MODULE_INFO(module_remap_sink) = { | ^~~~~~~~~~~~~~~~~~ [401/505] Linking target spa/plugins/audioconvert/test-fmt-ops [402/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-roc-sink-input.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-roc-sink-input.c:31: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-roc-sink-input.c:208:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 208 | DEFINE_MODULE_INFO(module_roc_sink_input) = { | ^~~~~~~~~~~~~~~~~~ [403/505] Linking target spa/plugins/audioconvert/test-resample [404/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-x11-bell.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-x11-bell.c:27: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-x11-bell.c:143:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 143 | DEFINE_MODULE_INFO(module_x11_bell) = { | ^~~~~~~~~~~~~~~~~~ [405/505] Linking target spa/plugins/audioconvert/spa-resample [406/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-pipe-source.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-pipe-source.c:36: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-pipe-source.c:396:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 396 | DEFINE_MODULE_INFO(module_pipe_source) = { | ^~~~~~~~~~~~~~~~~~ [407/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-simple-protocol-tcp.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-simple-protocol-tcp.c:29: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-simple-protocol-tcp.c:220:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 220 | DEFINE_MODULE_INFO(module_simple_protocol_tcp) = { | ^~~~~~~~~~~~~~~~~~ [408/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_manager.c.o [409/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_dbus-name.c.o [410/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-zeroconf-discover.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-zeroconf-discover.c:30: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-zeroconf-discover.c:129:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 129 | DEFINE_MODULE_INFO(module_zeroconf_discover) = { | ^~~~~~~~~~~~~~~~~~ [411/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native.c.o [412/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_v0_protocol-native.c.o [413/505] Compiling C object src/modules/libpffft_c.a.p/module-filter-chain_pffft.c.o [414/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-switch-on-connect.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-switch-on-connect.c:33: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-switch-on-connect.c:326:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 326 | DEFINE_MODULE_INFO(module_switch_on_connect) = { | ^~~~~~~~~~~~~~~~~~ [415/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-tunnel-source.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-tunnel-source.c:34: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-tunnel-source.c:226:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 226 | DEFINE_MODULE_INFO(module_tunnel_source) = { | ^~~~~~~~~~~~~~~~~~ [416/505] Compiling C object src/tools/pw-cat.p/pw-cat.c.o [417/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-tunnel-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-tunnel-sink.c:34: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-tunnel-sink.c:236:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 236 | DEFINE_MODULE_INFO(module_tunnel_sink) = { | ^~~~~~~~~~~~~~~~~~ [418/505] Compiling C object src/modules/libpipewire-module-metadata.so.p/module-metadata_proxy-metadata.c.o [419/505] Linking static target src/modules/libpffft_c.a [420/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/filter.c.o [421/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_format.c.o [422/505] Compiling C object src/modules/libpipewire-module-metadata.so.p/module-metadata.c.o [423/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager.c.o [424/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_modules_module-pipe-sink.c.o In file included from ../src/modules/module-protocol-pulse/modules/module-pipe-sink.c:36: ../src/modules/module-protocol-pulse/modules/../module.h:53:22: warning: 'retain' attribute ignored [-Wattributes] 53 | const struct module_info name | ^~~~~~~~~~~ ../src/modules/module-protocol-pulse/modules/module-pipe-sink.c:338:1: note: in expansion of macro 'DEFINE_MODULE_INFO' 338 | DEFINE_MODULE_INFO(module_pipe_sink) = { | ^~~~~~~~~~~~~~~~~~ [425/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node.c.o [426/505] Compiling C object src/modules/libpipewire-module-metadata.so.p/module-metadata_metadata.c.o [427/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_v0_transport.c.o [428/505] Compiling C object src/modules/libpipewire-module-adapter.so.p/module-adapter.c.o [429/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-endpoint_client-endpoint.c.o [430/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-session_client-session.c.o [431/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/stream.c.o [432/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_proxy-session-manager.c.o [433/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/spa_spa-node.c.o [434/505] Compiling C object src/modules/libpipewire-module-example-source.so.p/module-example-source.c.o [435/505] Compiling C object src/pipewire/libpipewire-0.3.so.0.351.0.p/impl-port.c.o [436/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_server.c.o [437/505] Linking target src/pipewire/libpipewire-0.3.so.0.351.0 [438/505] Compiling C object src/modules/libpipewire-module-protocol-native.so.p/module-protocol-native_protocol-native.c.o [439/505] Compiling C object src/modules/libpipewire-module-fallback-sink.so.p/module-fallback-sink.c.o [440/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-session_session.c.o [441/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-session_endpoint-link.c.o [442/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_v0_protocol-native.c.o [443/505] Compiling C object src/modules/libpipewire-module-example-sink.so.p/module-example-sink.c.o [444/505] Compiling C object src/modules/libpipewire-module-adapter.so.p/spa_spa-node.c.o [445/505] Compiling C object src/tools/pw-cli.p/pw-cli.c.o [446/505] Compiling C object src/modules/pw-test-protocol-native.p/module-protocol-native_connection.c.o [447/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_session.c.o [448/505] Compiling C object src/modules/libpipewire-module-filter-chain.so.p/module-filter-chain.c.o ../src/modules/module-filter-chain.c: In function 'load_graph': ../src/modules/module-filter-chain.c:1139:51: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 64 [-Wformat-truncation=] 1139 | snprintf(hndl->type, sizeof(hndl->type), "%s", type); | ^~ ...... 1477 | if ((desc = descriptor_load(graph->impl, type, plugin, label)) == NULL) | ~~~~ ../src/modules/module-filter-chain.c:1139:9: note: 'snprintf' output between 1 and 256 bytes into a destination of size 64 1139 | snprintf(hndl->type, sizeof(hndl->type), "%s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [449/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_remote-node.c.o [450/505] Compiling C object src/modules/libpipewire-module-metadata.so.p/module-metadata_protocol-native.c.o [451/505] Compiling C object src/modules/libpipewire-module-raop-sink.so.p/module-raop_rtsp-client.c.o [452/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-endpoint_endpoint.c.o [453/505] Compiling C object src/modules/libpipewire-module-protocol-simple.so.p/module-protocol-simple.c.o [454/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_endpoint.c.o [455/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_client-endpoint_endpoint-stream.c.o [456/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_endpoint-stream.c.o [457/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_protocol-native.c.o [458/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_endpoint-link.c.o [459/505] Compiling C object src/modules/libpipewire-module-adapter.so.p/module-adapter_adapter.c.o [460/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_v0_client-node.c.o [461/505] Generating symbol file src/pipewire/libpipewire-0.3.so.0.351.0.p/libpipewire-0.3.so.0.351.0.symbols [462/505] Compiling C object src/modules/libpipewire-module-raop-sink.so.p/module-raop-sink.c.o [463/505] Linking target src/tools/pw-mon [464/505] Linking target src/daemon/pipewire [465/505] Linking target src/daemon/pipewire-pulse [466/505] Linking target src/tools/pw-dot [467/505] Linking target src/tools/pw-dump [468/505] Linking target src/tools/pw-profiler [469/505] Linking target src/tools/pw-mididump [470/505] Linking target src/tools/pw-metadata [471/505] Linking target src/tools/pw-loopback [472/505] Linking target src/tools/pw-link [473/505] Linking target src/tools/pw-cli [474/505] Linking target src/tools/pw-cat [475/505] Linking target src/tools/pw-reserve [476/505] Linking target src/modules/spa/libpipewire-module-spa-node.so [477/505] Linking target src/modules/spa/libpipewire-module-spa-device.so [478/505] Linking target src/modules/spa/libpipewire-module-spa-node-factory.so [479/505] Linking target src/modules/spa/libpipewire-module-spa-device-factory.so [480/505] Linking target src/modules/libpipewire-module-access.so [481/505] Linking target src/modules/libpipewire-module-loopback.so [482/505] Linking target src/modules/libpipewire-module-filter-chain.so [483/505] Linking target src/modules/libpipewire-module-echo-cancel.so [484/505] Linking target src/modules/libpipewire-module-profiler.so [485/505] Linking target src/modules/libpipewire-module-rt.so [486/505] Linking target src/modules/libpipewire-module-portal.so [487/505] Linking target src/modules/libpipewire-module-client-device.so [488/505] Linking target src/modules/libpipewire-module-link-factory.so [489/505] Linking target src/modules/libpipewire-module-example-sink.so [490/505] Generating src/daemon/pipewire-uninstalled with a custom command [491/505] Linking target src/modules/libpipewire-module-protocol-simple.so [492/505] Linking target src/modules/libpipewire-module-example-source.so [493/505] Linking target src/modules/libpipewire-module-protocol-native.so [494/505] Linking target src/modules/libpipewire-module-adapter.so [495/505] Linking target src/modules/pw-test-protocol-native [496/505] Linking target src/modules/libpipewire-module-fallback-sink.so [497/505] Compiling C object src/modules/libpipewire-module-client-node.so.p/module-client-node_client-node.c.o [498/505] Linking target src/modules/libpipewire-module-raop-sink.so [499/505] Compiling C object src/modules/libpipewire-module-session-manager.so.p/module-session-manager_protocol-native.c.o [500/505] Linking target src/modules/libpipewire-module-session-manager.so [501/505] Generating symbol file src/modules/libpipewire-module-protocol-native.so.p/libpipewire-module-protocol-native.so.symbols [502/505] Linking target src/modules/libpipewire-module-client-node.so [503/505] Linking target src/modules/libpipewire-module-metadata.so [504/505] Compiling C object src/modules/libpipewire-module-protocol-pulse.so.p/module-protocol-pulse_pulse-server.c.o [505/505] Linking target src/modules/libpipewire-module-protocol-pulse.so >>> pipewire 0.3.51 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build install ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build' [0/1] Installing files. Installing subdir /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/compare.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/dynamic.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/parser.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/command.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/builder.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/event.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/vararg.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/filter.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/iter.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/pod.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/interfaces/audio/aec.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/interfaces/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/thread.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/system.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/cpu.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/plugin-loader.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/loop.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/log.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/log-impl.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/i18n.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/dbus.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/plugin.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/dict.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/pod.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/log.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/types.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/mem.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/node.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/format.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/buffer.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/event.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/device.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/graph/graph.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/graph Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/latency-utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/format-utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/props.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/profiler.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/param.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/format.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/format-utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/iec958.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/layout.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/raw.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/dsd.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/format.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/bluetooth/audio.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/bluetooth Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/bluetooth/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/bluetooth Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/chroma.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/format-utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/raw.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/encoded.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/multiview.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/format.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/color.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/type.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/ringbuffer.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/defs.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/json-pod.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/result.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/dll.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/names.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/keys.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/dict.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/json.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/list.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/ansi.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/string.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/hook.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/control/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/control Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/control/control.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/control Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/alloc.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/meta.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/buffer.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/io.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/command.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/event.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/keys.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/type-info.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/node.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/spa-0.2/spa/node Installing po/af/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/af/LC_MESSAGES Installing po/as/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/as/LC_MESSAGES Installing po/be/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/be/LC_MESSAGES Installing po/bg/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/bg/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/bn_IN/LC_MESSAGES Installing po/ca/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ca/LC_MESSAGES Installing po/cs/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/cs/LC_MESSAGES Installing po/da/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/da/LC_MESSAGES Installing po/de_CH/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/de_CH/LC_MESSAGES Installing po/de/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/de/LC_MESSAGES Installing po/el/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/el/LC_MESSAGES Installing po/es/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/es/LC_MESSAGES Installing po/fi/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/fr/LC_MESSAGES Installing po/gl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/id/LC_MESSAGES Installing po/it/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ja/LC_MESSAGES Installing po/kk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/kk/LC_MESSAGES Installing po/kn/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ko/LC_MESSAGES Installing po/lt/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/lt/LC_MESSAGES Installing po/ml/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ml/LC_MESSAGES Installing po/mr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/mr/LC_MESSAGES Installing po/my/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/my/LC_MESSAGES Installing po/nl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pl/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pt_BR/LC_MESSAGES Installing po/pt/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pt/LC_MESSAGES Installing po/ro/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ro/LC_MESSAGES Installing po/ru/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ru/LC_MESSAGES Installing po/sk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sk/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sr@latin/LC_MESSAGES Installing po/sr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sr/LC_MESSAGES Installing po/sv/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/te/LC_MESSAGES Installing po/tr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/tr/LC_MESSAGES Installing po/uk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/uk/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/zh_CN/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/zh_TW/LC_MESSAGES Installing po/eo/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/eo/LC_MESSAGES Installing po/si/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/si/LC_MESSAGES Installing spa/plugins/audioconvert/libspa-audioconvert.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/audioconvert Installing spa/plugins/audioconvert/spa-resample to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing spa/plugins/audiomixer/libspa-audiomixer.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/audiomixer Installing spa/plugins/control/libspa-control.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/control Installing spa/plugins/audiotestsrc/libspa-audiotestsrc.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/audiotestsrc Installing spa/plugins/ffmpeg/libspa-ffmpeg.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/ffmpeg Installing spa/plugins/support/libspa-support.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/support Installing spa/plugins/support/libspa-dbus.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/support Installing spa/plugins/videoconvert/libspa-videoconvert.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/videoconvert Installing spa/plugins/videotestsrc/libspa-videotestsrc.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/videotestsrc Installing spa/plugins/volume/libspa-volume.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/volume Installing spa/plugins/aec/libspa-aec-null.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/spa-0.2/aec Installing spa/tools/spa-inspect to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing spa/tools/spa-monitor to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing spa/tools/spa-json-dump to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/pipewire/libpipewire-0.3.so.0.351.0 to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib Installing src/daemon/pipewire to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/daemon/pipewire-pulse to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-mon to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-dot to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-dump to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-profiler to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-mididump to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-metadata to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-loopback to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-link to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-cli to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-cat to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/tools/pw-reserve to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/modules/spa/libpipewire-module-spa-node.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-device.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-node-factory.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-device-factory.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-access.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-loopback.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-filter-chain.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-echo-cancel.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-profiler.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-rt.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-portal.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-client-device.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-link-factory.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-native.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-pulse.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-simple.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-client-node.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-metadata.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-adapter.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-session-manager.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-raop-sink.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-fallback-sink.so to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pipewire-0.3 Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/array.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/buffers.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-core.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-client.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/client.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/conf.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/context.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/control.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/core.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/device.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-device.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/data-loop.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/factory.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-factory.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/filter.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/global.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/keys.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/i18n.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-link.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/link.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/log.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/loop.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/main-loop.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/map.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/mem.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-metadata.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-module.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/module.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-node.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/node.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/permission.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/pipewire.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-port.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/port.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/properties.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/protocol.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/proxy.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/resource.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/stream.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/thread.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/thread-loop.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/type.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/utils.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/work-queue.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/impl-interfaces.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/interfaces.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/introspect.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/introspect-funcs.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/keys.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/client-node.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/metadata.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/profiler.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/protocol-native.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/meson-private/libspa-0.2.pc to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/pipewire/version.h to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/meson-private/libpipewire-0.3.pc to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/pipewire.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/client.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/client-rt.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/jack.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/minimal.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/pipewire-pulse.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/demonic.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/duplicate-FL.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-virtual-surround-5.1-kemar.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-virtual-surround-7.1-hesuvi.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-dolby-surround.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-eq6.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-matrix-spatialiser.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/source-rnnoise.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/filter-chain Installing symlink pointing to libpipewire-0.3.so.0.351.0 to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libpipewire-0.3.so.0 Installing symlink pointing to libpipewire-0.3.so.0 to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libpipewire-0.3.so Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-play' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-record' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-midiplay' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-midirecord' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-dsdplay' >>> pipewire 0.3.51 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> pipewire 0.3.51 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build install ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51//build' [0/1] Installing files. Installing subdir /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/compare.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/dynamic.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/parser.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/command.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/builder.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/event.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/vararg.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/filter.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/iter.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/pod/pod.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/pod Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/interfaces/audio/aec.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/interfaces/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/thread.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/system.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/cpu.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/plugin-loader.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/loop.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/log.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/log-impl.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/i18n.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/dbus.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/support/plugin.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/support Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/dict.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/pod.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/log.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/types.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/mem.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/node.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/format.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/debug/buffer.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/debug Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/event.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/device.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/monitor/utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/monitor Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/graph/graph.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/graph Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/latency-utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/format-utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/props.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/profiler.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/param.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/format.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/format-utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/iec958.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/layout.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/raw.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/dsd.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/audio/format.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/audio Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/bluetooth/audio.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/bluetooth Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/bluetooth/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/bluetooth Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/chroma.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/format-utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/raw.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/encoded.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/multiview.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/format.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/param/video/color.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/param/video Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/type.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/ringbuffer.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/defs.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/json-pod.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/result.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/dll.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/names.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/keys.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/dict.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/json.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/list.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/ansi.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/string.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/utils/hook.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/utils Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/control/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/control Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/control/control.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/control Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/alloc.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/meta.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/buffer/buffer.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/buffer Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/io.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/command.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/event.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/keys.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/type-info.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/node.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/spa/include/spa/node/utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/spa-0.2/spa/node Installing po/af/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/af/LC_MESSAGES Installing po/as/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/as/LC_MESSAGES Installing po/be/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/be/LC_MESSAGES Installing po/bg/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/bg/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/bn_IN/LC_MESSAGES Installing po/ca/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ca/LC_MESSAGES Installing po/cs/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/cs/LC_MESSAGES Installing po/da/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/da/LC_MESSAGES Installing po/de_CH/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/de_CH/LC_MESSAGES Installing po/de/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/de/LC_MESSAGES Installing po/el/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/el/LC_MESSAGES Installing po/es/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/es/LC_MESSAGES Installing po/fi/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/fr/LC_MESSAGES Installing po/gl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/id/LC_MESSAGES Installing po/it/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ja/LC_MESSAGES Installing po/kk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/kk/LC_MESSAGES Installing po/kn/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ko/LC_MESSAGES Installing po/lt/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/lt/LC_MESSAGES Installing po/ml/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ml/LC_MESSAGES Installing po/mr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/mr/LC_MESSAGES Installing po/my/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/my/LC_MESSAGES Installing po/nl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pl/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pt_BR/LC_MESSAGES Installing po/pt/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pt/LC_MESSAGES Installing po/ro/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ro/LC_MESSAGES Installing po/ru/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ru/LC_MESSAGES Installing po/sk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sk/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sr@latin/LC_MESSAGES Installing po/sr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sr/LC_MESSAGES Installing po/sv/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/te/LC_MESSAGES Installing po/tr/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/tr/LC_MESSAGES Installing po/uk/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/uk/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/zh_CN/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/zh_TW/LC_MESSAGES Installing po/eo/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/eo/LC_MESSAGES Installing po/si/LC_MESSAGES/pipewire.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/si/LC_MESSAGES Installing spa/plugins/audioconvert/libspa-audioconvert.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/audioconvert Installing spa/plugins/audioconvert/spa-resample to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing spa/plugins/audiomixer/libspa-audiomixer.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/audiomixer Installing spa/plugins/control/libspa-control.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/control Installing spa/plugins/audiotestsrc/libspa-audiotestsrc.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/audiotestsrc Installing spa/plugins/ffmpeg/libspa-ffmpeg.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/ffmpeg Installing spa/plugins/support/libspa-support.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/support Installing spa/plugins/support/libspa-dbus.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/support Installing spa/plugins/videoconvert/libspa-videoconvert.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/videoconvert Installing spa/plugins/videotestsrc/libspa-videotestsrc.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/videotestsrc Installing spa/plugins/volume/libspa-volume.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/volume Installing spa/plugins/aec/libspa-aec-null.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/spa-0.2/aec Installing spa/tools/spa-inspect to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing spa/tools/spa-monitor to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing spa/tools/spa-json-dump to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/pipewire/libpipewire-0.3.so.0.351.0 to /nvmedata/autobuild/instance-25/output-1/target/usr/lib Installing src/daemon/pipewire to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/daemon/pipewire-pulse to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-mon to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-dot to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-dump to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-profiler to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-mididump to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-metadata to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-loopback to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-link to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-cli to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-cat to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/tools/pw-reserve to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing src/modules/spa/libpipewire-module-spa-node.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-device.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-node-factory.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/spa/libpipewire-module-spa-device-factory.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-access.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-loopback.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-filter-chain.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-echo-cancel.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-profiler.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-rt.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-portal.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-client-device.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-link-factory.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-native.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-pulse.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-protocol-simple.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-client-node.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-metadata.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-adapter.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-session-manager.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-raop-sink.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing src/modules/libpipewire-module-fallback-sink.so to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pipewire-0.3 Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/array.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/buffers.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-core.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-client.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/client.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/conf.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/context.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/control.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/core.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/device.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-device.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/data-loop.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/factory.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-factory.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/filter.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/global.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/keys.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/i18n.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-link.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/link.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/log.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/loop.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/main-loop.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/map.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/mem.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-metadata.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-module.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/module.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-node.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/node.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/permission.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/pipewire.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/impl-port.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/port.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/properties.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/protocol.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/proxy.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/resource.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/stream.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/thread.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/thread-loop.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/type.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/utils.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/work-queue.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/impl-interfaces.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/interfaces.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/introspect.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/introspect-funcs.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager/keys.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions/session-manager Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/client-node.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/metadata.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/profiler.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/protocol-native.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/src/pipewire/extensions/session-manager.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire/extensions Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/meson-private/libspa-0.2.pc to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/pipewire/version.h to /nvmedata/autobuild/instance-25/output-1/target/usr/include/pipewire-0.3/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/meson-private/libpipewire-0.3.pc to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/pipewire.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/client.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/client-rt.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/jack.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/minimal.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/pipewire-pulse.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/demonic.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/duplicate-FL.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-virtual-surround-5.1-kemar.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-virtual-surround-7.1-hesuvi.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-dolby-surround.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-eq6.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/sink-matrix-spatialiser.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-0.3.51/build/src/daemon/filter-chain/source-rnnoise.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/filter-chain Installing symlink pointing to libpipewire-0.3.so.0.351.0 to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libpipewire-0.3.so.0 Installing symlink pointing to libpipewire-0.3.so.0 to /nvmedata/autobuild/instance-25/output-1/target/usr/lib/libpipewire-0.3.so Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-play' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-record' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-midiplay' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-midirecord' Running custom install script '/bin/sh -c ln -fs pw-cat $DESTDIR/usr/bin/pw-dsdplay' >>> pipewire-media-session 0.4.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.media-session-0.4.1.tar.bz2.t8OxPO/output' 'https://gitlab.freedesktop.org/pipewire/media-session/-/archive/0.4.1/media-session-0.4.1.tar.bz2' --2022-06-07 00:17:00-- https://gitlab.freedesktop.org/pipewire/media-session/-/archive/0.4.1/media-session-0.4.1.tar.bz2 Resolving gitlab.freedesktop.org (gitlab.freedesktop.org)... 147.75.198.156 Connecting to gitlab.freedesktop.org (gitlab.freedesktop.org)|147.75.198.156|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.media-session-0.4.1.tar.bz2.t8OxPO/output' 0K .......... .......... .......... .......... .......... 536K 50K .......... .......... .......... ........ 97.3M=0.09s 2022-06-07 00:17:00 (944 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.media-session-0.4.1.tar.bz2.t8OxPO/output' saved [90499] media-session-0.4.1.tar.bz2: OK (sha256: ebdf9f8e389896fdc4b58da5f909afce18441b4b53d5b4f2104dd53586ea8681) >>> pipewire-media-session 0.4.1 Extracting bzcat /nvmedata/autobuild/instance-25/dl/pipewire-media-session/media-session-0.4.1.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1 -xf - >>> pipewire-media-session 0.4.1 Patching Applying 0001-meson-remove-session-managers-option-check.patch using patch: patching file systemd/system/meson.build >>> pipewire-media-session 0.4.1 Configuring rm -rf /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build mkdir -p /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e300c3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-25/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-25/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-25/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build/cross-compilation.conf PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/nvmedata/autobuild/instance-25/output-1/host/lib/cmake -Ddocs=disabled -Dtests=disabled -Dsystemd=disabled -Dsystemd-system-service=disabled -Dsystemd-user-service=disabled -Dwith-module-sets='alsa' /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/ /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build The Meson build system Version: 0.62.1 Source dir: /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1 Build dir: /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build Build type: cross build Project name: media-session Project version: 0.4.1 C compiler for the host machine: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc (gcc 11.3.0 "powerpc-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-80-g6081e7e53d) 11.3.0") C linker for the host machine: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ld.bfd 2.37 C compiler for the build machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: ppc Host machine cpu: e300c3 Target machine cpu family: ppc Target machine cpu: e300c3 Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -Werror=suggest-attribute=format: YES Compiler for C supports arguments -Wsign-compare: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wpointer-sign: YES Compiler for C supports arguments -Wformat: YES Compiler for C supports arguments -Wformat-security: YES Compiler for C supports arguments -Wimplicit-fallthrough: YES Compiler for C supports arguments -Wmissing-braces: YES Compiler for C supports arguments -Wtype-limits: YES Compiler for C supports arguments -Wvariadic-macros: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wno-pedantic: YES Compiler for C supports arguments -Wold-style-declaration: YES Compiler for C supports arguments -Wunused-result: YES Compiler for C supports arguments -D_GNU_SOURCE: YES Found pkg-config: /nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libpipewire-0.3 found: YES 0.3.51 Dependency systemd skipped: feature systemd disabled Dependency libsystemd skipped: feature systemd disabled Library m found: YES Library rt found: YES Library dl found: YES Run-time dependency threads found: YES Run-time dependency dbus-1 found: YES 1.12.22 Run-time dependency intl found: YES ../output-1/build/pipewire-media-session-0.4.1/meson.build:90: WARNING: Project targeting '>= 0.56.0' but tried to use feature introduced in '0.59.0': dep 'intl' custom lookup. consider checking for `ngettext` with and without `find_library('intl')` Run-time dependency alsa found: YES 1.2.6.1 Program msgfmt found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt) Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge) Program xgettext found: YES (/nvmedata/autobuild/instance-25/output-1/host/bin/xgettext) Configuring bluez-monitor.conf using configuration Configuring v4l2-monitor.conf using configuration Configuring media-session.conf using configuration Configuring alsa-monitor.conf using configuration Configuring with-alsa using configuration Configuring config.h using configuration Program doxygen skipped: feature docs disabled Configuring media-session-uninstalled.sh.in using configuration Build targets in project: 57 WARNING: Project specifies a minimum meson_version '>= 0.56.0' but uses features which were added in newer versions: * 0.59.0: {"dep 'intl' custom lookup"} media-session 0.4.1 systemd conf data : NO libsystemd : NO intl support : YES User defined options Cross files : /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build/cross-compilation.conf build.cmake_prefix_path: /nvmedata/autobuild/instance-25/output-1/host/lib/cmake build.pkg_config_path : /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false docs : disabled systemd : disabled systemd-system-service : disabled systemd-user-service : disabled tests : disabled with-module-sets : alsa Found ninja-1.10.2.git.kitware.jobserver-1 at /nvmedata/autobuild/instance-25/output-1/host/bin/ninja >>> pipewire-media-session 0.4.1 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build' [1/79] Generating po/af/LC_MESSAGES/media-session-af.mo with a custom command [2/79] Generating po/as/LC_MESSAGES/media-session-as.mo with a custom command [3/79] Generating po/be/LC_MESSAGES/media-session-be.mo with a custom command [4/79] Generating po/bg/LC_MESSAGES/media-session-bg.mo with a custom command [5/79] Generating po/bn_IN/LC_MESSAGES/media-session-bn_IN.mo with a custom command [6/79] Generating po/ca/LC_MESSAGES/media-session-ca.mo with a custom command [7/79] Generating po/cs/LC_MESSAGES/media-session-cs.mo with a custom command [8/79] Generating po/da/LC_MESSAGES/media-session-da.mo with a custom command [9/79] Generating po/de_CH/LC_MESSAGES/media-session-de_CH.mo with a custom command [10/79] Generating po/de/LC_MESSAGES/media-session-de.mo with a custom command [11/79] Generating po/el/LC_MESSAGES/media-session-el.mo with a custom command [12/79] Generating po/es/LC_MESSAGES/media-session-es.mo with a custom command [13/79] Generating po/fi/LC_MESSAGES/media-session-fi.mo with a custom command [14/79] Generating po/fr/LC_MESSAGES/media-session-fr.mo with a custom command [15/79] Generating po/gl/LC_MESSAGES/media-session-gl.mo with a custom command [16/79] Generating po/gu/LC_MESSAGES/media-session-gu.mo with a custom command [17/79] Generating po/he/LC_MESSAGES/media-session-he.mo with a custom command [18/79] Generating po/hi/LC_MESSAGES/media-session-hi.mo with a custom command [19/79] Generating po/hr/LC_MESSAGES/media-session-hr.mo with a custom command [20/79] Generating po/hu/LC_MESSAGES/media-session-hu.mo with a custom command [21/79] Generating po/id/LC_MESSAGES/media-session-id.mo with a custom command [22/79] Generating po/it/LC_MESSAGES/media-session-it.mo with a custom command [23/79] Generating po/ja/LC_MESSAGES/media-session-ja.mo with a custom command [24/79] Generating po/kk/LC_MESSAGES/media-session-kk.mo with a custom command [25/79] Generating po/kn/LC_MESSAGES/media-session-kn.mo with a custom command [26/79] Generating po/ko/LC_MESSAGES/media-session-ko.mo with a custom command [27/79] Generating po/lt/LC_MESSAGES/media-session-lt.mo with a custom command [28/79] Generating po/mr/LC_MESSAGES/media-session-mr.mo with a custom command [29/79] Generating po/my/LC_MESSAGES/media-session-my.mo with a custom command [30/79] Generating po/nl/LC_MESSAGES/media-session-nl.mo with a custom command [31/79] Generating po/nn/LC_MESSAGES/media-session-nn.mo with a custom command [32/79] Generating po/ml/LC_MESSAGES/media-session-ml.mo with a custom command [33/79] Generating po/oc/LC_MESSAGES/media-session-oc.mo with a custom command [34/79] Generating po/or/LC_MESSAGES/media-session-or.mo with a custom command [35/79] Generating po/pa/LC_MESSAGES/media-session-pa.mo with a custom command [36/79] Generating po/pl/LC_MESSAGES/media-session-pl.mo with a custom command [37/79] Generating po/pt_BR/LC_MESSAGES/media-session-pt_BR.mo with a custom command [38/79] Generating po/pt/LC_MESSAGES/media-session-pt.mo with a custom command [39/79] Generating po/ru/LC_MESSAGES/media-session-ru.mo with a custom command [40/79] Generating po/sk/LC_MESSAGES/media-session-sk.mo with a custom command [41/79] Generating po/sr@latin/LC_MESSAGES/media-session-sr@latin.mo with a custom command [42/79] Generating po/sr/LC_MESSAGES/media-session-sr.mo with a custom command [43/79] Generating po/sv/LC_MESSAGES/media-session-sv.mo with a custom command [44/79] Generating po/ta/LC_MESSAGES/media-session-ta.mo with a custom command [45/79] Generating po/te/LC_MESSAGES/media-session-te.mo with a custom command [46/79] Generating po/tr/LC_MESSAGES/media-session-tr.mo with a custom command [47/79] Generating po/uk/LC_MESSAGES/media-session-uk.mo with a custom command [48/79] Generating po/zh_CN/LC_MESSAGES/media-session-zh_CN.mo with a custom command [49/79] Generating po/zh_TW/LC_MESSAGES/media-session-zh_TW.mo with a custom command [50/79] Generating po/eo/LC_MESSAGES/media-session-eo.mo with a custom command [51/79] Generating po/si/LC_MESSAGES/media-session-si.mo with a custom command [52/79] Compiling C object src/pipewire-media-session.p/alsa-no-dsp.c.o [53/79] Compiling C object src/pipewire-media-session.p/access-flatpak.c.o [54/79] Compiling C object src/pipewire-media-session.p/alsa-midi.c.o [55/79] Compiling C object src/pipewire-media-session.p/default-nodes.c.o [56/79] Compiling C object src/pipewire-media-session.p/metadata.c.o [57/79] Generating media-session-uninstalled with a custom command [58/79] Compiling C object src/pipewire-media-session.p/session-manager.c.o [59/79] Compiling C object src/pipewire-media-session.p/streams-follow-default.c.o [60/79] Compiling C object src/pipewire-media-session.p/access-portal.c.o [61/79] Compiling C object src/pipewire-media-session.p/match-rules.c.o [62/79] Compiling C object src/pipewire-media-session.p/suspend-node.c.o [63/79] Compiling C object src/pipewire-media-session.p/reserve.c.o [64/79] Compiling C object src/pipewire-media-session.p/v4l2-monitor.c.o [65/79] Compiling C object src/pipewire-media-session.p/bluez-monitor.c.o [66/79] Compiling C object src/pipewire-media-session.p/policy-ep.c.o [67/79] Compiling C object src/pipewire-media-session.p/bluez-autoswitch.c.o [68/79] Compiling C object src/pipewire-media-session.p/restore-stream.c.o [69/79] Compiling C object src/pipewire-media-session.p/libcamera-monitor.c.o [70/79] Compiling C object src/pipewire-media-session.p/default-profile.c.o [71/79] Compiling C object src/pipewire-media-session.p/bluez-endpoint.c.o [72/79] Compiling C object src/pipewire-media-session.p/stream-endpoint.c.o [73/79] Compiling C object src/pipewire-media-session.p/v4l2-endpoint.c.o [74/79] Compiling C object src/pipewire-media-session.p/alsa-monitor.c.o [75/79] Compiling C object src/pipewire-media-session.p/alsa-endpoint.c.o [76/79] Compiling C object src/pipewire-media-session.p/default-routes.c.o [77/79] Compiling C object src/pipewire-media-session.p/media-session.c.o [78/79] Compiling C object src/pipewire-media-session.p/policy-node.c.o [79/79] Linking target src/pipewire-media-session >>> pipewire-media-session 0.4.1 Installing to staging directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build install ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build' [0/1] Installing files. Installing po/af/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/af/LC_MESSAGES Installing po/as/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/as/LC_MESSAGES Installing po/be/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/be/LC_MESSAGES Installing po/bg/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/bg/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/bn_IN/LC_MESSAGES Installing po/ca/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ca/LC_MESSAGES Installing po/cs/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/cs/LC_MESSAGES Installing po/da/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/da/LC_MESSAGES Installing po/de_CH/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/de_CH/LC_MESSAGES Installing po/de/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/de/LC_MESSAGES Installing po/el/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/el/LC_MESSAGES Installing po/es/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/es/LC_MESSAGES Installing po/fi/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/fr/LC_MESSAGES Installing po/gl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/id/LC_MESSAGES Installing po/it/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ja/LC_MESSAGES Installing po/kk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/kk/LC_MESSAGES Installing po/kn/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ko/LC_MESSAGES Installing po/lt/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/lt/LC_MESSAGES Installing po/ml/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ml/LC_MESSAGES Installing po/mr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/mr/LC_MESSAGES Installing po/my/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/my/LC_MESSAGES Installing po/nl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pl/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pt_BR/LC_MESSAGES Installing po/pt/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/pt/LC_MESSAGES Installing po/ru/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ru/LC_MESSAGES Installing po/sk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sk/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sr@latin/LC_MESSAGES Installing po/sr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sr/LC_MESSAGES Installing po/sv/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/te/LC_MESSAGES Installing po/tr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/tr/LC_MESSAGES Installing po/uk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/uk/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/zh_CN/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/zh_TW/LC_MESSAGES Installing po/eo/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/eo/LC_MESSAGES Installing po/si/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale/si/LC_MESSAGES Installing src/pipewire-media-session to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/bluez-monitor.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/v4l2-monitor.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/media-session.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/alsa-monitor.conf to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/with-alsa to /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/pipewire/media-session.d >>> pipewire-media-session 0.4.1 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> pipewire-media-session 0.4.1 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-25/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build install ninja: Entering directory `/nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1//build' [0/1] Installing files. Installing po/af/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/af/LC_MESSAGES Installing po/as/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/as/LC_MESSAGES Installing po/be/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/be/LC_MESSAGES Installing po/bg/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/bg/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/bn_IN/LC_MESSAGES Installing po/ca/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ca/LC_MESSAGES Installing po/cs/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/cs/LC_MESSAGES Installing po/da/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/da/LC_MESSAGES Installing po/de_CH/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/de_CH/LC_MESSAGES Installing po/de/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/de/LC_MESSAGES Installing po/el/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/el/LC_MESSAGES Installing po/es/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/es/LC_MESSAGES Installing po/fi/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/fr/LC_MESSAGES Installing po/gl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/id/LC_MESSAGES Installing po/it/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ja/LC_MESSAGES Installing po/kk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/kk/LC_MESSAGES Installing po/kn/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ko/LC_MESSAGES Installing po/lt/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/lt/LC_MESSAGES Installing po/ml/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ml/LC_MESSAGES Installing po/mr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/mr/LC_MESSAGES Installing po/my/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/my/LC_MESSAGES Installing po/nl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pl/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pt_BR/LC_MESSAGES Installing po/pt/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/pt/LC_MESSAGES Installing po/ru/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ru/LC_MESSAGES Installing po/sk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sk/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sr@latin/LC_MESSAGES Installing po/sr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sr/LC_MESSAGES Installing po/sv/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/te/LC_MESSAGES Installing po/tr/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/tr/LC_MESSAGES Installing po/uk/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/uk/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/zh_CN/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/zh_TW/LC_MESSAGES Installing po/eo/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/eo/LC_MESSAGES Installing po/si/LC_MESSAGES/media-session.mo to /nvmedata/autobuild/instance-25/output-1/target/usr/share/locale/si/LC_MESSAGES Installing src/pipewire-media-session to /nvmedata/autobuild/instance-25/output-1/target/usr/bin Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/bluez-monitor.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/v4l2-monitor.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/media-session.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/alsa-monitor.conf to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/media-session.d Installing /nvmedata/autobuild/instance-25/output-1/build/pipewire-media-session-0.4.1/build/media-session.d/with-alsa to /nvmedata/autobuild/instance-25/output-1/target/usr/share/pipewire/media-session.d >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz.uJc4U3/output' 'https://github.com/wiire-a/pixiewps/archive/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz' --2022-06-07 00:17:10-- https://github.com/wiire-a/pixiewps/archive/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/wiire-a/pixiewps/tar.gz/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 [following] --2022-06-07 00:17:10-- https://codeload.github.com/wiire-a/pixiewps/tar.gz/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Resolving codeload.github.com (codeload.github.com)... 140.82.113.10 Connecting to codeload.github.com (codeload.github.com)|140.82.113.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz.uJc4U3/output' 0K .......... .......... .......... .......... .......... 488K 50K .......... .......... .......... .......... .......... 946K 100K .......... .......... .......... .......... .......... 67.5M 150K ......... 73.8M=0.2s 2022-06-07 00:17:11 (1020 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz.uJc4U3/output' saved [162933] pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz: OK (sha256: d3d3cf57851e3e734fb1797aa078239ef161d1cbeffc4438497d58a425ef22a2) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/pixiewps/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 -xf - >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Patching >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Configuring >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_2expt.o src/crypto/tfm/fp_2expt.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_add.o src/crypto/tfm/fp_add.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp.o src/crypto/tfm/fp_cmp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp_d.o src/crypto/tfm/fp_cmp_d.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp_mag.o src/crypto/tfm/fp_cmp_mag.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_count_bits.o src/crypto/tfm/fp_count_bits.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div.o src/crypto/tfm/fp_div.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div_2.o src/crypto/tfm/fp_div_2.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div_2d.o src/crypto/tfm/fp_div_2d.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_exptmod.o src/crypto/tfm/fp_exptmod.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_invmod.o src/crypto/tfm/fp_invmod.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_lshd.o src/crypto/tfm/fp_lshd.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mod.o src/crypto/tfm/fp_mod.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mod_2d.o src/crypto/tfm/fp_mod_2d.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_reduce.o src/crypto/tfm/fp_montgomery_reduce.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_setup.o src/crypto/tfm/fp_montgomery_setup.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_calc_normalization.o src/crypto/tfm/fp_montgomery_calc_normalization.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul.o src/crypto/tfm/fp_mul.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_2.o src/crypto/tfm/fp_mul_2.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_2d.o src/crypto/tfm/fp_mul_2d.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_comba.o src/crypto/tfm/fp_mul_comba.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_d.o src/crypto/tfm/fp_mul_d.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mulmod.o src/crypto/tfm/fp_mulmod.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_read_unsigned_bin.o src/crypto/tfm/fp_read_unsigned_bin.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_reverse.o src/crypto/tfm/fp_reverse.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_rshd.o src/crypto/tfm/fp_rshd.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_set.o src/crypto/tfm/fp_set.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sqr.o src/crypto/tfm/fp_sqr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sqr_comba_generic.o src/crypto/tfm/fp_sqr_comba_generic.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sub.o src/crypto/tfm/fp_sub.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_to_unsigned_bin.o src/crypto/tfm/fp_to_unsigned_bin.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_unsigned_bin_size.o src/crypto/tfm/fp_unsigned_bin_size.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/s_fp_add.o src/crypto/tfm/s_fp_add.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tfm -c -o src/crypto/tfm/s_fp_sub.o src/crypto/tfm/s_fp_sub.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tc -c -o src/crypto/tc/aes_cbc.o src/crypto/tc/aes_cbc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/crypto/tc -c -o src/crypto/tc/aes.o src/crypto/tc/aes.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -std=c99 -I src/crypto/tc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pixiewps src/pixiewps.c -lpthread src/crypto/tfm/fp_2expt.o src/crypto/tfm/fp_add.o src/crypto/tfm/fp_cmp.o src/crypto/tfm/fp_cmp_d.o src/crypto/tfm/fp_cmp_mag.o src/crypto/tfm/fp_count_bits.o src/crypto/tfm/fp_div.o src/crypto/tfm/fp_div_2.o src/crypto/tfm/fp_div_2d.o src/crypto/tfm/fp_exptmod.o src/crypto/tfm/fp_invmod.o src/crypto/tfm/fp_lshd.o src/crypto/tfm/fp_mod.o src/crypto/tfm/fp_mod_2d.o src/crypto/tfm/fp_montgomery_reduce.o src/crypto/tfm/fp_montgomery_setup.o src/crypto/tfm/fp_montgomery_calc_normalization.o src/crypto/tfm/fp_mul.o src/crypto/tfm/fp_mul_2.o src/crypto/tfm/fp_mul_2d.o src/crypto/tfm/fp_mul_comba.o src/crypto/tfm/fp_mul_d.o src/crypto/tfm/fp_mulmod.o src/crypto/tfm/fp_read_unsigned_bin.o src/crypto/tfm/fp_reverse.o src/crypto/tfm/fp_rshd.o src/crypto/tfm/fp_set.o src/crypto/tfm/fp_sqr.o src/crypto/tfm/fp_sqr_comba_generic.o src/crypto/tfm/fp_sub.o src/crypto/tfm/fp_to_unsigned_bin.o src/crypto/tfm/fp_unsigned_bin_size.o src/crypto/tfm/s_fp_add.o src/crypto/tfm/s_fp_sub.o src/crypto/tc/aes_cbc.o src/crypto/tc/aes.o make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59' >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target PREFIX=/usr -C /nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59' install -d /nvmedata/autobuild/instance-25/output-1/target/usr/bin install -m 755 pixiewps /nvmedata/autobuild/instance-25/output-1/target/usr/bin install -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 install -m 644 pixiewps.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59' >>> pngquant 2.17.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pngquant-2.17.0-src.tar.gz.TnWAt6/output' 'https://pngquant.org/pngquant-2.17.0-src.tar.gz' --2022-06-07 00:17:17-- https://pngquant.org/pngquant-2.17.0-src.tar.gz Resolving pngquant.org (pngquant.org)... 83.169.2.68, 2a01:488:66:1000:53a9:244:0:1 Connecting to pngquant.org (pngquant.org)|83.169.2.68|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 149212 (146K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pngquant-2.17.0-src.tar.gz.TnWAt6/output' 0K .......... .......... .......... .......... .......... 34% 195K 0s 50K .......... .......... .......... .......... .......... 68% 379K 0s 100K .......... .......... .......... .......... ..... 100% 143M=0.4s 2022-06-07 00:17:18 (375 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pngquant-2.17.0-src.tar.gz.TnWAt6/output' saved [149212/149212] pngquant-2.17.0-src.tar.gz: OK (sha256: a27cf0e64db499ccb3ddae9b36036e881f78293e46ec27a9e7a86a3802fcda66) >>> pngquant 2.17.0 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/pngquant/pngquant-2.17.0-src.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0 -xf - /nvmedata/autobuild/instance-25/output-1/host/bin/tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.lastuseddate#PS' >>> pngquant 2.17.0 Patching >>> pngquant 2.17.0 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0 && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/usr --with-lcms2 --disable-sse PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ) warning: unknown switch PATH (see ./configure --help for the list) warning: unknown switch AR (see ./configure --help for the list) warning: unknown switch AS (see ./configure --help for the list) warning: unknown switch LD (see ./configure --help for the list) warning: unknown switch NM (see ./configure --help for the list) warning: unknown switch GCC (see ./configure --help for the list) warning: unknown switch CPP (see ./configure --help for the list) warning: unknown switch CXX (see ./configure --help for the list) warning: unknown switch FC (see ./configure --help for the list) warning: unknown switch F77 (see ./configure --help for the list) warning: unknown switch RANLIB (see ./configure --help for the list) warning: unknown switch READELF (see ./configure --help for the list) warning: unknown switch STRIP (see ./configure --help for the list) warning: unknown switch OBJCOPY (see ./configure --help for the list) warning: unknown switch OBJDUMP (see ./configure --help for the list) warning: unknown switch AR_FOR_BUILD (see ./configure --help for the list) warning: unknown switch AS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CC_FOR_BUILD (see ./configure --help for the list) warning: unknown switch GCC_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CXX_FOR_BUILD (see ./configure --help for the list) warning: unknown switch LD_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CPPFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CXXFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch LDFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch FCFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch DEFAULT_ASSEMBLER (see ./configure --help for the list) warning: unknown switch DEFAULT_LINKER (see ./configure --help for the list) warning: unknown switch CPPFLAGS (see ./configure --help for the list) warning: unknown switch CXXFLAGS (see ./configure --help for the list) warning: unknown switch FCFLAGS (see ./configure --help for the list) warning: unknown switch FFLAGS (see ./configure --help for the list) warning: unknown switch PKG_CONFIG (see ./configure --help for the list) warning: unknown switch STAGING_DIR (see ./configure --help for the list) warning: unknown switch INTLTOOL_PERL (see ./configure --help for the list) warning: unknown switch CXX (see ./configure --help for the list) Compiler: /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc Debug: no SSE: no OpenMP: no imagequant: build static libpng: shared (1.6.37) zlib: shared (1.2.11.zlib-ng) lcms2: shared (2.13) >>> pngquant 2.17.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0 make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libpng16 -DUSE_LCMS=1 -fexcess-precision=fast -c -o pngquant.o pngquant.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libpng16 -DUSE_LCMS=1 -fexcess-precision=fast -c -o pngquant_opts.o pngquant_opts.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libpng16 -DUSE_LCMS=1 -fexcess-precision=fast -c -o rwpng.o rwpng.c ( cd './lib'; ./configure '--quiet' '--prefix=/usr' '--disable-sse' 'CC=/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 ' 'LDFLAGS=' ) /usr/bin/make -C './lib' static make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o pam.o pam.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o mediancut.o mediancut.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o blur.o blur.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o mempool.o mempool.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o kmeans.o kmeans.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o nearest.o nearest.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o libimagequant.o libimagequant.c ar rv libimagequant.a pam.o mediancut.o blur.o mempool.o kmeans.o nearest.o libimagequant.o ar: creating libimagequant.a a - pam.o a - mediancut.o a - blur.o a - mempool.o a - kmeans.o a - nearest.o a - libimagequant.o make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0/lib' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc pngquant.o pngquant_opts.o rwpng.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libpng16 -DUSE_LCMS=1 -fexcess-precision=fast ./lib/libimagequant.a -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lpng16 -lz -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -llcms2 -lm -o pngquant make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0' >>> pngquant 2.17.0 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR="/nvmedata/autobuild/instance-25/output-1/target" -C /nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0 install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0' mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1' install -m 0755 -p 'pngquant' '/nvmedata/autobuild/instance-25/output-1/target/usr/bin/pngquant' install -m 0644 -p 'pngquant.1' '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1/' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pngquant-2.17.0' >>> policycoreutils 3.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.policycoreutils-3.2.tar.gz.sK1Npy/output' 'https://github.com/SELinuxProject/selinux/releases/download/3.2/policycoreutils-3.2.tar.gz' --2022-06-07 00:17:26-- https://github.com/SELinuxProject/selinux/releases/download/3.2/policycoreutils-3.2.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/6f954600-7d0e-11eb-8279-4d2703ed4581?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220607%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220607T061727Z&X-Amz-Expires=300&X-Amz-Signature=0be687bdfc7e95edd9a90115e6768451bf0a0a4bb047dc802f4390e260b12799&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dpolicycoreutils-3.2.tar.gz&response-content-type=application%2Foctet-stream [following] --2022-06-07 00:17:27-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/6f954600-7d0e-11eb-8279-4d2703ed4581?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220607%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220607T061727Z&X-Amz-Expires=300&X-Amz-Signature=0be687bdfc7e95edd9a90115e6768451bf0a0a4bb047dc802f4390e260b12799&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dpolicycoreutils-3.2.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2817961 (2.7M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.policycoreutils-3.2.tar.gz.sK1Npy/output' 0K .......... .......... .......... .......... .......... 1% 11.0M 0s 50K .......... .......... .......... .......... .......... 3% 15.5M 0s 100K .......... .......... .......... .......... .......... 5% 11.3M 0s 150K .......... .......... .......... .......... .......... 7% 162M 0s 200K .......... .......... .......... .......... .......... 9% 12.7M 0s 250K .......... .......... .......... .......... .......... 10% 158M 0s 300K .......... .......... .......... .......... .......... 12% 128M 0s 350K .......... .......... .......... .......... .......... 14% 110M 0s 400K .......... .......... .......... .......... .......... 16% 134M 0s 450K .......... .......... .......... .......... .......... 18% 121M 0s 500K .......... .......... .......... .......... .......... 19% 138M 0s 550K .......... .......... .......... .......... .......... 21% 105M 0s 600K .......... .......... .......... .......... .......... 23% 10.4M 0s 650K .......... .......... .......... .......... .......... 25% 107M 0s 700K .......... .......... .......... .......... .......... 27% 117M 0s 750K .......... .......... .......... .......... .......... 29% 107M 0s 800K .......... .......... .......... .......... .......... 30% 4.28M 0s 850K .......... .......... .......... .......... .......... 32% 126M 0s 900K .......... .......... .......... .......... .......... 34% 86.1M 0s 950K .......... .......... .......... .......... .......... 36% 94.1M 0s 1000K .......... .......... .......... .......... .......... 38% 90.1M 0s 1050K .......... .......... .......... .......... .......... 39% 94.0M 0s 1100K .......... .......... .......... .......... .......... 41% 112M 0s 1150K .......... .......... .......... .......... .......... 43% 17.5M 0s 1200K .......... .......... .......... .......... .......... 45% 84.7M 0s 1250K .......... .......... .......... .......... .......... 47% 118M 0s 1300K .......... .......... .......... .......... .......... 49% 89.2M 0s 1350K .......... .......... .......... .......... .......... 50% 93.8M 0s 1400K .......... .......... .......... .......... .......... 52% 85.6M 0s 1450K .......... .......... .......... .......... .......... 54% 119M 0s 1500K .......... .......... .......... .......... .......... 56% 106M 0s 1550K .......... .......... .......... .......... .......... 58% 139M 0s 1600K .......... .......... .......... .......... .......... 59% 155M 0s 1650K .......... .......... .......... .......... .......... 61% 141M 0s 1700K .......... .......... .......... .......... .......... 63% 151M 0s 1750K .......... .......... .......... .......... .......... 65% 136M 0s 1800K .......... .......... .......... .......... .......... 67% 158M 0s 1850K .......... .......... .......... .......... .......... 69% 156M 0s 1900K .......... .......... .......... .......... .......... 70% 166M 0s 1950K .......... .......... .......... .......... .......... 72% 128M 0s 2000K .......... .......... .......... .......... .......... 74% 152M 0s 2050K .......... .......... .......... .......... .......... 76% 142M 0s 2100K .......... .......... .......... .......... .......... 78% 139M 0s 2150K .......... .......... .......... .......... .......... 79% 136M 0s 2200K .......... .......... .......... .......... .......... 81% 154M 0s 2250K .......... .......... .......... .......... .......... 83% 130M 0s 2300K .......... .......... .......... .......... .......... 85% 133M 0s 2350K .......... .......... .......... .......... .......... 87% 119M 0s 2400K .......... .......... .......... .......... .......... 89% 149M 0s 2450K .......... .......... .......... .......... .......... 90% 98.7M 0s 2500K .......... .......... .......... .......... .......... 92% 143M 0s 2550K .......... .......... .......... .......... .......... 94% 133M 0s 2600K .......... .......... .......... .......... .......... 96% 128M 0s 2650K .......... .......... .......... .......... .......... 98% 147M 0s 2700K .......... .......... .......... .......... .......... 99% 149M 0s 2750K . 100% 3653G=0.05s 2022-06-07 00:17:27 (49.9 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.policycoreutils-3.2.tar.gz.sK1Npy/output' saved [2817961/2817961] policycoreutils-3.2.tar.gz: OK (sha256: d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9) >>> policycoreutils 3.2 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/policycoreutils/policycoreutils-3.2.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2 -xf - >>> policycoreutils 3.2 Patching Applying 0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch using patch: patching file setfiles/Makefile Applying 0002-Add-PREFIX-to-host-paths.patch using patch: patching file newrole/Makefile patching file run_init/Makefile >>> policycoreutils 3.2 Configuring >>> policycoreutils 3.2 Building /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale\"" -DPACKAGE="\"policycoreutils\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS load_policy.c -lsepol -lselinux -o load_policy make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DVERSION=\"3.2\" -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -DAUDIT_LOG_PRIV -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o newrole.o newrole.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o newrole newrole.o -lselinux -lcrypt -laudit -lcap-ng make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS open_init_pty.c -ldl -lutil -o open_init_pty /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/locale\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS run_init.c -lselinux -lcrypt -laudit -o run_init make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DVERSION=\"3.2\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o secon.o secon.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc secon.o -lselinux -o secon make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o semodule.o semodule.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc semodule.o -lsepol -lselinux -lsemanage -o semodule ln -sf semodule genhomedircon make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o sestatus.o sestatus.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc sestatus.o -lselinux -o sestatus make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_AUDIT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o setfiles.o setfiles.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_AUDIT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o restore.o restore.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc setfiles.o restore.o -lselinux -lsepol -laudit -o setfiles ln -sf setfiles restorecon /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -DUSE_AUDIT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o restorecon_xattr.o restorecon_xattr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc restorecon_xattr.o restore.o -lselinux -lsepol -laudit -o restorecon_xattr make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -c -o setsebool.o setsebool.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc setsebool.o -lsepol -lselinux -lsemanage -o setsebool make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts' >>> policycoreutils 3.2 Installing to target /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 load_policy /nvmedata/autobuild/instance-25/output-1/target/usr/sbin test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 644 load_policy.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/load_policy' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole' test -d /nvmedata/autobuild/instance-25/output-1/target/usr/bin || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/bin test -d /nvmedata/autobuild/instance-25/output-1/target/etc/pam.d || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/etc/pam.d test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 install -m 4555 newrole /nvmedata/autobuild/instance-25/output-1/target/usr/bin install -m 644 newrole.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1 ; \ install -m 644 ${lang}/*.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/newrole' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init' test -d /nvmedata/autobuild/instance-25/output-1/target/usr/sbin || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/sbin test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 755 run_init /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 open_init_pty /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 644 run_init.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ install -m 644 open_init_pty.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/run_init' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon' install -m 755 secon /nvmedata/autobuild/instance-25/output-1/target/usr/bin; test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 install -m 644 secon.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1 ; \ install -m 644 ${lang}/*.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man1/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/secon' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 semodule /nvmedata/autobuild/instance-25/output-1/target/usr/sbin (cd /nvmedata/autobuild/instance-25/output-1/target/usr/sbin; ln -sf semodule genhomedircon) test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 644 semodule.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ install -m 644 genhomedircon.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/semodule' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus' [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5 mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/bin mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin # Some tools hard code /usr/sbin/sestatus ; add a compatibility symlink # install will overwrite a symlink, so create the symlink before calling # install to allow distributions with BINDIR == SBINDIR ln -sf --relative /nvmedata/autobuild/instance-25/output-1/target/usr/bin/sestatus /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 sestatus /nvmedata/autobuild/instance-25/output-1/target/usr/bin install -m 644 sestatus.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 644 sestatus.conf.5 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5 for lang in ru ; do \ if [ -e ${lang} ] ; then \ [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man5 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man5 ; \ [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.5 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man5/ ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done mkdir -p /nvmedata/autobuild/instance-25/output-1/target/etc install -m 644 sestatus.conf /nvmedata/autobuild/instance-25/output-1/target/etc make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/sestatus' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles' [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 mkdir -p /nvmedata/autobuild/instance-25/output-1/target/sbin install -m 755 setfiles /nvmedata/autobuild/instance-25/output-1/target/sbin (cd /nvmedata/autobuild/instance-25/output-1/target/sbin && ln -sf setfiles restorecon) install -m 755 restorecon_xattr /nvmedata/autobuild/instance-25/output-1/target/sbin install -m 644 setfiles.8.man /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/setfiles.8 install -m 644 restorecon.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/restorecon.8 install -m 644 restorecon_xattr.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/restorecon_xattr.8 for lang in ru ; do \ if [ -e ${lang} ] ; then \ [ -d /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ] || mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setfiles' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 setsebool /nvmedata/autobuild/instance-25/output-1/target/usr/sbin mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 644 setsebool.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/bash-completion/completions install -m 644 setsebool-bash-completion.sh /nvmedata/autobuild/instance-25/output-1/target/usr/share/bash-completion/completions/setsebool make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/setsebool' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts LDLIBS= AUDIT_LOG_PRIV=y USE_AUDIT=y PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -U_FILE_OFFSET_BITS" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS" DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/sbin install -m 755 fixfiles /nvmedata/autobuild/instance-25/output-1/target/usr/sbin mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8 install -m 644 fixfiles.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/policycoreutils-3.2/scripts' >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz.tu4DhX/output' 'https://github.com/ago/pps-tools/archive/e2b25049df9a4da28168b7378016f1650d0dfa6b/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz' --2022-06-07 00:17:31-- https://github.com/ago/pps-tools/archive/e2b25049df9a4da28168b7378016f1650d0dfa6b/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/redlab-i/pps-tools/archive/e2b25049df9a4da28168b7378016f1650d0dfa6b/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz [following] --2022-06-07 00:17:31-- https://github.com/redlab-i/pps-tools/archive/e2b25049df9a4da28168b7378016f1650d0dfa6b/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/redlab-i/pps-tools/tar.gz/e2b25049df9a4da28168b7378016f1650d0dfa6b [following] --2022-06-07 00:17:31-- https://codeload.github.com/redlab-i/pps-tools/tar.gz/e2b25049df9a4da28168b7378016f1650d0dfa6b Resolving codeload.github.com (codeload.github.com)... 140.82.113.10 Connecting to codeload.github.com (codeload.github.com)|140.82.113.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz.tu4DhX/output' 0K .......... .. 53.9M=0s 2022-06-07 00:17:32 (53.9 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz.tu4DhX/output' saved [12746] pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz: OK (sha256: 1168f1474235017af413afdb07288303ad7a7b12a0282f3bf9ed0e22fe0d7d2e) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/pps-tools/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b -xf - >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Patching >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Configuring >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -M ppstest.c ppsctl.c ppswatch.c ppsldisc.c > .depend /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ppstest.c -lm -o ppstest /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ppsctl.c -lm -o ppsctl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ppswatch.c -lm -o ppswatch /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ppsldisc.c -lm -o ppsldisc make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Installing to staging directory mkdir -p /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DESTDIR=/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot -C /nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ppstest.o ppstest.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ppstest.o -lm -o ppstest /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ppsctl.o ppsctl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ppsctl.o -lm -o ppsctl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ppswatch.o ppswatch.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ppswatch.o -lm -o ppswatch /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ppsldisc.o ppsldisc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc ppsldisc.o -lm -o ppsldisc install -m 755 -t /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin ppsfind ppstest ppsctl ppswatch ppsldisc install -m 644 -t /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys timepps.h make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Fixing libtool files for la in $(find /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-25/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-25/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Installing to target mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/include/sys /nvmedata/autobuild/instance-25/output-1/target/usr/bin PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DESTDIR=/nvmedata/autobuild/instance-25/output-1/target -C /nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' install -m 755 -t /nvmedata/autobuild/instance-25/output-1/target/usr/bin ppsfind ppstest ppsctl ppswatch ppsldisc install -m 644 -t /nvmedata/autobuild/instance-25/output-1/target/usr/include/sys timepps.h make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b' >>> pptp-linux 1.10.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pptp-1.10.0.tar.gz.74c5ar/output' 'http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-1.10.0/pptp-1.10.0.tar.gz' --2022-06-07 00:17:35-- http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-1.10.0/pptp-1.10.0.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cytranet.dl.sourceforge.net/project/pptpclient/pptp/pptp-1.10.0/pptp-1.10.0.tar.gz [following] --2022-06-07 00:17:35-- http://cytranet.dl.sourceforge.net/project/pptpclient/pptp/pptp-1.10.0/pptp-1.10.0.tar.gz Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 87007 (85K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pptp-1.10.0.tar.gz.74c5ar/output' 0K .......... .......... .......... .......... .......... 58% 728K 0s 50K .......... .......... .......... .... 100% 38.3M=0.07s 2022-06-07 00:17:35 (1.19 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pptp-1.10.0.tar.gz.74c5ar/output' saved [87007/87007] pptp-1.10.0.tar.gz: OK (md5: 8d25341352fdae5ad5b36b9f18254908) pptp-1.10.0.tar.gz: OK (sha1: 173c9b7d204c89fd1538116f165bba1e9101b51c) pptp-1.10.0.tar.gz: OK (sha256: 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4) >>> pptp-linux 1.10.0 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/pptp-linux/pptp-1.10.0.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pptp-linux-1.10.0 -xf - >>> pptp-linux 1.10.0 Patching Applying 0001-susv3-legacy.patch using patch: patching file pptp_callmgr.c patching file pptp_gre.c Hunk #1 succeeded at 109 (offset 6 lines). Applying 0002-fix-parallel-build.patch using patch: patching file Makefile Hunk #1 succeeded at 42 (offset 5 lines). >>> pptp-linux 1.10.0 Configuring >>> pptp-linux 1.10.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/pptp-linux-1.10.0 OPTIMIZE= DEBUG= CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" IP=/sbin/ip make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pptp-linux-1.10.0' ( \ echo "/* text added by Makefile target config.h */"; \ echo "#define PPTP_LINUX_VERSION \"1.10.0\""; \ echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \ echo "#define IP_BINARY \"/sbin/ip\"" \ ) > config.h /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp.o pptp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp_gre.o pptp_gre.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o ppp_fcs.o ppp_fcs.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp_ctrl.o pptp_ctrl.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o dirutil.o dirutil.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o vector.o vector.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o util.o util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o version.o version.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o test-redirections.o test-redirections.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp_quirks.o pptp_quirks.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o orckit_quirks.o orckit_quirks.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pqueue.o pqueue.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp_callmgr.o pptp_callmgr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o routing.o routing.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o pptp_compat.o pptp_compat.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o util.o version.o test-redirections.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o -lutil pod2man --section=8 pptpsetup > pptpsetup.8 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pptp-linux-1.10.0' >>> pptp-linux 1.10.0 Installing to target /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/pptp-linux-1.10.0/pptp /nvmedata/autobuild/instance-25/output-1/target/usr/sbin/pptp >>> pure-ftpd 1.0.50 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pure-ftpd-1.0.50.tar.bz2.Hy1WLK/output' 'https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.50.tar.bz2' --2022-06-07 00:17:38-- https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.50.tar.bz2 Resolving download.pureftpd.org (download.pureftpd.org)... 37.59.238.213 Connecting to download.pureftpd.org (download.pureftpd.org)|37.59.238.213|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 520167 (508K) [application/bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pure-ftpd-1.0.50.tar.bz2.Hy1WLK/output' 0K .......... .......... .......... .......... .......... 9% 330K 1s 50K .......... .......... .......... .......... .......... 19% 328K 1s 100K .......... .......... .......... .......... .......... 29% 330K 1s 150K .......... .......... .......... .......... .......... 39% 332K 1s 200K .......... .......... .......... .......... .......... 49% 71.8M 1s 250K .......... .......... .......... .......... .......... 59% 55.3M 0s 300K .......... .......... .......... .......... .......... 68% 1.28M 0s 350K .......... .......... .......... .......... .......... 78% 437K 0s 400K .......... .......... .......... .......... .......... 88% 42.4M 0s 450K .......... .......... .......... .......... .......... 98% 56.2M 0s 500K ....... 100% 181M=0.8s 2022-06-07 00:17:40 (666 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pure-ftpd-1.0.50.tar.bz2.Hy1WLK/output' saved [520167/520167] pure-ftpd-1.0.50.tar.bz2: OK (sha256: 6722c7fd09fe3c9ebbd572f3d097087ec7b32aacb3df8fa3400d4c07e4f377d7) >>> pure-ftpd 1.0.50 Extracting bzcat /nvmedata/autobuild/instance-25/dl/pure-ftpd/pure-ftpd-1.0.50.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50 -xf - >>> pure-ftpd 1.0.50 Patching >>> pure-ftpd 1.0.50 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pure-ftpd 1.0.50 Patching libtool >>> pure-ftpd 1.0.50 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes LIBS=`/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config --libs openssl` CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-altlog --with-puredb --with-capabilities --without-mysql --without-ldap --with-tls --without-pgsql --with-quotas --without-pam ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1002' is supported by ustar format... yes checking whether GID '1002' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/param.h... yes checking for utime.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for powerpc-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar) interface... ar checking for powerpc-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... (cached) none checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for library containing strerror... none required checking whether C compiler accepts -fPIC... yes checking whether the linker accepts -fPIC... yes checking whether C compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether C compiler accepts -fwrapv... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -fstack-protector-all... no checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wdiv-by-zero... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wno-unused-command-line-argument... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wall -Wextra... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/param.h... (cached) yes checking for ioctl.h... no checking for sys/ioctl.h... yes checking for sys/vfs.h... yes checking for sys/statvfs.h... yes checking for sys/sendfile.h... yes checking for sys/uio.h... yes checking for sys/time.h... (cached) yes checking for sys/resource.h... yes checking for sys/capability.h... yes checking for shadow.h... yes checking for getopt.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for netinet/in_systm.h... yes checking for netinet/in.h... yes checking for sys/pstat.h... no checking for sys/file.h... yes checking for sys/mount.h... yes checking for fcntl.h... yes checking for sys/fcntl.h... yes checking for sys/loadavg.h... no checking for sys/ptrace.h... yes checking for security/pam_appl.h... no checking for security/pam_misc.h... no checking for security/pam_modules.h... no checking for security/pam_filter.h... no checking for pam/pam_appl.h... no checking for pam/pam_misc.h... no checking for pam/pam_modules.h... no checking for pam/pam_filter.h... no checking for sgtty.h... yes checking for termio.h... yes checking for locale.h... yes checking for stdarg.h... yes checking for varargs.h... no checking for windows.h... no checking for io.h... no checking for crypt.h... yes checking for utime.h... (cached) yes checking for openssl/ssl.h... yes checking for openssl/ec.h... yes checking for CoreFoundation/CoreFoundation.h... no checking POSIX termios... yes checking whether byte ordering is bigendian... (cached) yes checking for size_t... yes checking for ssize_t... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for egrep... /bin/grep -E checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for mode_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether timezone is scalar... yes checking for nlink_t... yes checking for dev_t... yes checking for ino_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of mode_t... 4 checking for connect... yes checking for gethostbyname... yes checking for gethostbyname... (cached) yes checking for sendfile in -lsendfile... no checking for socklen_t... yes checking for in_port_t... yes checking for sig_atomic_t... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline checking if malloc debugging is wanted... no checking for cap_init in -lcap... yes checking for getspnam... yes checking whether syslog names are available... yes checking whether struct addrinfo is defined... yes checking whether sin_len is defined... no checking whether __ss_family is defined... no checking whether ss_len is defined... no checking whether __ss_len is defined... no checking if a linuxish sendfile is available... yes checking if a linuxish sendfile64 is available... yes checking if a freebsdish sendfile is available... no checking if a hpuxish sendfile is available... no checking for sendfilev... no checking for sendfilev in -lsendfile... no checking if a solarisish sendfilev is available... no checking for crypt in -lcrypt... yes checking for crypto_pwhash_scryptsalsa208sha256_str in -lsodium... yes checking for working alloca.h... yes checking for alloca... yes checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking for getpagesize... yes checking for vprintf... yes checking for setlocale... yes checking for alarm... yes checking for fork... yes checking for vfork... yes checking for working mmap... (cached) yes checking for working memcmp... (cached) yes checking for strftime... yes checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking for locale.h... (cached) yes checking for unistd.h... (cached) yes checking for mach/mach.h... no checking for fcntl.h... (cached) yes checking for setlocale... (cached) yes checking for getloadavg... no checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for elf_begin in -lelf... no checking for kvm_open in -lkvm... no checking for getloadavg in -lutil... no checking for getloadavg in -lgetloadavg... no checking for getloadavg... no checking for sys/dg_sys_info.h... no checking for inq_stats/cpustats.h... no checking for sys/cpustats.h... no checking for mach/mach.h... (cached) no checking for nlist.h... no checking whether getloadavg requires setgid... no checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... guessing no checking whether utime accepts a null argument... guessing yes checking for working strtod... no checking for pow... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for working mktime... no checking whether lstat accepts an empty string... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for error_at_line... yes checking whether closedir returns void... no checking for working chown... no checking for working volatile... yes checking for initgroups... yes checking for setrlimit... yes checking for waitpid... yes checking for setproctitle... no checking for getopt_long... yes checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for statvfs... yes checking for statfs... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking for getpagesize... (cached) yes checking for realpath... yes checking for pread... yes checking for posix_fadvise... yes checking for ptrace... yes checking for strtoull... yes checking for strtoq... yes checking for strlcpy... yes checking for strlcat... yes checking for memset... yes checking for munmap... yes checking for strdup... yes checking for fileno... yes checking for mapviewoffile... no checking for madvise... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for inet_ntop... yes checking for inet_pton... yes checking for setusershell... yes checking for setgroups... yes checking for snprintf... yes checking for vsnprintf... yes checking for vfprintf... yes checking for gethostname... yes checking for setlocale... (cached) yes checking for timegm... yes checking for tzset... yes checking for utime... yes checking for utimes... yes checking for mknod... yes checking for mkfifo... yes checking for random... yes checking for srandomdev... no checking for arc4random... no checking for arc4random_stir... no checking for arc4random_addrandom... no checking for closefrom... no checking for explicit_bzero... no checking for getpwnam_shadow... no checking whether statvfs64() is defined... yes checking whether snprintf is C99 conformant... done checking whether getgroups 0 is sane... suppose that it doesnt checking whether realpath likes unreadable directories... no checking whether we are inside a Virtuozzo virtual host... no checking default TCP send buffer size... 65536 checking default TCP receive buffer size... 65536 checking for DH_new in -lcrypto... yes checking for SSL_accept in -lssl... yes checking for DH_get_2048_256... yes checking for TLS_server_method... yes configure: You have /dev/urandom - Great configure: You have /dev/random - Great checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating pam/Makefile config.status: creating man/Makefile config.status: creating gui/Makefile config.status: creating m4/Makefile config.status: creating pure-ftpd.conf config.status: creating puredb/Makefile config.status: creating puredb/src/Makefile config.status: creating man/pure-ftpd.8 config.status: creating man/pure-ftpwho.8 config.status: creating man/pure-mrtginfo.8 config.status: creating man/pure-uploadscript.8 config.status: creating man/pure-statsdecode.8 config.status: creating man/pure-quotacheck.8 config.status: creating man/pure-pw.8 config.status: creating man/pure-pwconvert.8 config.status: creating man/pure-authd.8 config.status: creating man/pure-certd.8 config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> pure-ftpd 1.0.50 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' Making all in puredb make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' Making all in src make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' CC example_read.o CC puredb_read.o AR libpuredb_read.a CCLD example_read CC example_write.o CC puredb_write.o AR libpuredb_write.a CCLD example_write CC regression.o CCLD regression make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' CC fakesnprintf.o CC mysnprintf.o CC pure-statsdecode.o CCLD pure-statsdecode CC alt_arc4random.o CC bsd-getopt_long.o CC pure-pw.o CC safe_rw.o CC utils.o CCLD pure-pw CC pure-pwconvert.o CCLD pure-pwconvert CC ptracetest.o CCLD ptracetest CC pure-authd.o CCLD pure-authd CC pure-certd.o CCLD pure-certd CC main.o CC libpureftpd_a-altlog.o CC libpureftpd_a-alt_arc4random.o CC libpureftpd_a-bonjour.o CC libpureftpd_a-bsd-glob.o CC libpureftpd_a-bsd-realpath.o CC libpureftpd_a-bsd-getopt_long.o CC libpureftpd_a-caps.o CC libpureftpd_a-crypto.o CC libpureftpd_a-daemons.o CC libpureftpd_a-diraliases.o CC libpureftpd_a-dynamic.o CC libpureftpd_a-fakesnprintf.o CC libpureftpd_a-fakechroot.o CC libpureftpd_a-ftp_parser.o CC libpureftpd_a-ftpd.o CC libpureftpd_a-ftpwho-update.o CC libpureftpd_a-ftpwho-read.o CC libpureftpd_a-getloadavg.o CC libpureftpd_a-ipstack.o CC libpureftpd_a-log_unix.o CC libpureftpd_a-log_mysql.o CC libpureftpd_a-log_pgsql.o CC libpureftpd_a-log_pam.o CC libpureftpd_a-log_ldap.o CC libpureftpd_a-log_puredb.o CC libpureftpd_a-log_extauth.o CC libpureftpd_a-ls.o CC libpureftpd_a-mysnprintf.o CC libpureftpd_a-parser.o CC libpureftpd_a-privsep.o CC libpureftpd_a-quotas.o CC libpureftpd_a-safe_rw.o CC libpureftpd_a-simpleconf.o CC libpureftpd_a-tls_extcert.o CC libpureftpd_a-tls.o CC libpureftpd_a-upload-pipe.o CC libpureftpd_a-utils.o AR libpureftpd.a CCLD pure-ftpd CC ipstack.o CC pure-ftpwho.o CCLD pure-ftpwho CC pure_mrtginfo-daemons.o CC pure_mrtginfo-fakesnprintf.o CC pure_mrtginfo-pure-mrtginfo.o CC pure_mrtginfo-mysnprintf.o CCLD pure-mrtginfo CC pure-quotacheck.o CCLD pure-quotacheck CC pure-uploadscript.o CCLD pure-uploadscript make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' Making all in pam make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' Making all in gui make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' Making all in m4 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' >>> pure-ftpd 1.0.50 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' Making install in puredb make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' Making install in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/puredb' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c pure-statsdecode pure-pw pure-pwconvert '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c pure-authd pure-certd pure-ftpd pure-ftpwho pure-mrtginfo pure-quotacheck pure-uploadscript '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/src' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 pure-statsdecode.8 pure-quotacheck.8 pure-pw.8 pure-pwconvert.8 pure-authd.8 pure-certd.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/man' Making install in pam make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/pam' Making install in gui make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/gui' Making install in m4 make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50/m4' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/pure-ftpd' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 FAQ README.LDAP README.MySQL README.PGSQL README.Configuration-File README.Virtual-Users README.Authentication-Modules README.TLS README.MacOS-X pure-ftpd.conf pureftpd.schema pureftpd-ldap.conf pureftpd-mysql.conf pureftpd-pgsql.conf '/nvmedata/autobuild/instance-25/output-1/target/usr/share/doc/pure-ftpd' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pure-ftpd-1.0.50' >>> pv 1.6.20 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pv-1.6.20.tar.bz2.lH5Z5u/output' 'http://www.ivarch.com/programs/sources/pv-1.6.20.tar.bz2' --2022-06-07 00:18:16-- http://www.ivarch.com/programs/sources/pv-1.6.20.tar.bz2 Resolving www.ivarch.com (www.ivarch.com)... 185.10.200.180 Connecting to www.ivarch.com (www.ivarch.com)|185.10.200.180|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 115310 (113K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pv-1.6.20.tar.bz2.lH5Z5u/output' 0K .......... .......... .......... .......... .......... 44% 85.0K 1s 50K .......... .......... .......... .......... .......... 88% 426K 0s 100K .......... .. 100% 127M=0.7s 2022-06-07 00:18:17 (160 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pv-1.6.20.tar.bz2.lH5Z5u/output' saved [115310/115310] pv-1.6.20.tar.bz2: OK (sha256: e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603) >>> pv 1.6.20 Extracting bzcat /nvmedata/autobuild/instance-25/dl/pv/pv-1.6.20.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20 -xf - >>> pv 1.6.20 Patching >>> pv 1.6.20 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pv 1.6.20 Patching libtool >>> pv 1.6.20 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --enable-static, --enable-shared configure: loading site script /dev/null checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for getopt_long... yes checking for getopt... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for open64... yes checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for memcpy... yes checking for basename... yes checking for snprintf... yes checking for stat64... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for splice... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'autoconf/Makefile.in' 'autoconf/make/vars.mk' 'autoconf/make/package.mk' 'autoconf/make/filelist.mk~' 'autoconf/make/unreal.mk' 'autoconf/make/modules.mk~' 'autoconf/make/rules.mk' 'autoconf/make/link.mk' 'autoconf/make/depend.mk~' seems to ignore the --datarootdir setting config.status: creating doc/lsm config.status: creating doc/quickref.1 config.status: creating doc/pv.spec config.status: creating src/.dummy config.status: creating src/include/config.h config.status: executing default commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --enable-static, --enable-shared >>> pv 1.6.20 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" LDFLAGS="-Wl,-r -nostdlib " -C /nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/debug.o src/main/debug.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/help.o src/main/help.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/main.o src/main/main.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/options.o src/main/options.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/remote.o src/main/remote.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/version.o src/main/version.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wl,-r -nostdlib -o src/main.o src/main/debug.o src/main/help.o src/main/main.o src/main/options.o src/main/remote.o src/main/version.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/library/getopt.o src/library/getopt.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/library/gettext.o src/library/gettext.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wl,-r -nostdlib -o src/library.o src/library/getopt.o src/library/gettext.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/cursor.o src/pv/cursor.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/display.o src/pv/display.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/file.o src/pv/file.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/loop.o src/pv/loop.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/number.o src/pv/number.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/signal.o src/pv/signal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/state.o src/pv/state.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/transfer.o src/pv/transfer.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/watchpid.o src/pv/watchpid.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -Wl,-r -nostdlib -o src/pv.o src/pv/cursor.o src/pv/display.o src/pv/file.o src/pv/loop.o src/pv/number.o src/pv/signal.o src/pv/state.o src/pv/transfer.o src/pv/watchpid.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o pv src/main.o src/library.o src/pv.o make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20' >>> pv 1.6.20 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20' : ./autoconf/scripts/mkinstalldirs \ "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" ./autoconf/scripts/mkinstalldirs \ "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1" /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 pv \ "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/pv" /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 doc/quickref.1 \ "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1/pv.1" if test -n ""; then \ catalogs=''; \ for cat in $catalogs; do \ name=`echo $cat | sed 's,^.*/,,g'`; \ if test "`echo $name | sed 's/.*\(\..*\)/\1/'`" = ".gmo"; then \ destdir=/usr/share/locale; \ else \ destdir=/usr/share/locale; \ fi; \ lang=`echo $name | sed 's/$//'`; \ dir=/nvmedata/autobuild/instance-25/output-1/target$destdir/$lang/LC_MESSAGES; \ ./autoconf/scripts/mkinstalldirs $dir; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $cat $dir/pv; \ done; \ fi make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pv-1.6.20' >>> pwgen 2.08 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.pwgen-2.08.tar.gz.RVD4bl/output' 'http://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz' --2022-06-07 00:18:23-- http://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://versaweb.dl.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz [following] --2022-06-07 00:18:23-- http://versaweb.dl.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173 Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54884 (54K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.pwgen-2.08.tar.gz.RVD4bl/output' 0K .......... .......... .......... .......... .......... 93% 703K 0s 50K ... 100% 1.48M=0.07s 2022-06-07 00:18:23 (729 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.pwgen-2.08.tar.gz.RVD4bl/output' saved [54884/54884] pwgen-2.08.tar.gz: OK (md5: 6cfba450ac6ff72d11e88a6b0b049165) pwgen-2.08.tar.gz: OK (sha1: 6406deba61297784888c2ec0c14e3c735a85a2b6) >>> pwgen 2.08 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/pwgen/pwgen-2.08.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08 -xf - >>> pwgen 2.08 Patching >>> pwgen 2.08 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pwgen 2.08 Patching libtool >>> pwgen 2.08 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for mv... /nvmedata/autobuild/instance-25/output-1/host/bin/mv checking for rm... /nvmedata/autobuild/instance-25/output-1/host/bin/rm checking for sed... /bin/sed checking for perl... /usr/bin/perl checking for getopt_long... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> pwgen 2.08 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pwgen.c -o pwgen.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_phonemes.c -o pw_phonemes.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_rand.c -o pw_rand.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic randnum.c -o randnum.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1.c -o sha1.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1num.c -o sha1num.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o pwgen pwgen.o pw_phonemes.o pw_rand.o randnum.o sha1.o sha1num.o make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08' >>> pwgen 2.08 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08' mkdir -p /nvmedata/autobuild/instance-25/output-1/target/usr/bin /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1 /nvmedata/autobuild/instance-25/output-1/host/bin/install -c pwgen /nvmedata/autobuild/instance-25/output-1/target/usr/bin/pwgen /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./pwgen.1 /nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man1/pwgen.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/pwgen-2.08' >>> radvd 2.19 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.radvd-2.19.tar.gz.d9m7Az/output' 'http://www.litech.org/radvd/dist/radvd-2.19.tar.gz' --2022-06-07 00:18:26-- http://www.litech.org/radvd/dist/radvd-2.19.tar.gz Resolving www.litech.org (www.litech.org)... 204.16.242.132, 2001:470:8:6f::229 Connecting to www.litech.org (www.litech.org)|204.16.242.132|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://radvd-project.github.io/dist/radvd-2.19.tar.gz [following] --2022-06-07 00:18:26-- http://radvd-project.github.io/dist/radvd-2.19.tar.gz Resolving radvd-project.github.io (radvd-project.github.io)... 185.199.108.153, 185.199.109.153, 185.199.110.153, ... Connecting to radvd-project.github.io (radvd-project.github.io)|185.199.108.153|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://radvd.litech.org/dist/radvd-2.19.tar.gz [following] --2022-06-07 00:18:27-- https://radvd.litech.org/dist/radvd-2.19.tar.gz Resolving radvd.litech.org (radvd.litech.org)... 185.199.111.153, 185.199.110.153, 185.199.109.153, ... Connecting to radvd.litech.org (radvd.litech.org)|185.199.111.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 222794 (218K) [application/gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.radvd-2.19.tar.gz.d9m7Az/output' 0K .......... .......... .......... .......... .......... 22% 15.8M 0s 50K .......... .......... .......... .......... .......... 45% 14.1M 0s 100K .......... .......... .......... .......... .......... 68% 141M 0s 150K .......... .......... .......... .......... .......... 91% 155M 0s 200K .......... ....... 100% 184M=0.007s 2022-06-07 00:18:27 (29.2 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.radvd-2.19.tar.gz.d9m7Az/output' saved [222794/222794] radvd-2.19.tar.gz: OK (sha512: caa621fd77e34ff6858d60a41b0ee02aff967ac14f2b84c402359744f4bece5c1563419860431c328adc0385e9893ed1f2421d652247a3aa0dfc0aaad1e01233) >>> radvd 2.19 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/radvd/radvd-2.19.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/radvd-2.19 -xf - >>> radvd 2.19 Patching >>> radvd 2.19 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/radvd-2.19 -name $file); do cp support/gnuconfig/$file $i; done; done >>> radvd 2.19 Patching libtool >>> radvd 2.19 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/radvd-2.19/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_prog_cc_c99='-std=gnu99' ac_cv_header_linux_if_arp_h=no CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --without-stack-protector ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... powerpc-buildroot-linux-uclibc checking target system type... powerpc-buildroot-linux-uclibc checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking architecture... linux checking for style of include used by make... GNU checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C99... (cached) -std=gnu99 checking for powerpc-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib checking pkg-config is at least version 0.9.0... yes checking netlink... yes checking for library containing clock_gettime... none required checking for rm... /nvmedata/autobuild/instance-25/output-1/host/bin/rm checking for sed... /bin/sed checking for ln... /nvmedata/autobuild/instance-25/output-1/host/bin/ln checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for tar... /nvmedata/autobuild/instance-25/output-1/host/bin/tar checking for gzip... /nvmedata/autobuild/instance-25/output-1/host/bin/gzip checking where to put logfile... /var/log/radvd.log checking where to put pidfile... /var/run/radvd.pid checking where to find configfile... /etc/radvd.conf checking which syslog facility to use... LOG_DAEMON checking for inet_ntop in -lc... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for linux/if_arp.h... (cached) no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking net/if_types.h usability... no checking net/if_types.h presence... no checking for net/if_types.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct sockaddr_in6 has sin6_scope_id... yes checking whether struct in6_addr has u6_addrXX and defines s6_addrXX... yes checking for getopt_long... yes checking for ppoll... yes checking for sysctl... yes checking pkg-config is at least version 0.9.0... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating radvd.service config.status: creating redhat/systemd/radvd.spec config.status: creating redhat/SysV/radvd.spec config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared Your build configuration: CPPFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 LDFLAGS = Arch = linux Extras: privsep-linux.o device-linux.o netlink.o prefix: /usr PID file: /var/run/radvd.pid Log file: /var/log/radvd.log Config file: /etc/radvd.conf Radvd version: 2.19 >>> radvd 2.19 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/radvd-2.19/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' YACC gram.c updating gram.h CC libradvd_parser_a-gram.o LEX scanner.c CC libradvd_parser_a-scanner.o AR libradvd-parser.a ar: `u' modifier ignored since `D' is the default (see `U') CC log.o CC recv.o CC socket.o CC util.o CC device-common.o CC interface.o CC process.o CC radvd.o CC send.o CC timer.o CC privsep-linux.o CC device-linux.o CC netlink.o CCLD radvd CC radvdump.o CCLD radvdump GEN radvd.8 GEN radvd.conf.5 GEN radvdump.8 make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' >>> radvd 2.19 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/radvd-2.19/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c radvd radvdump '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 radvd.conf.5 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man5' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 radvd.8 radvdump.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/radvd-2.19' /usr/bin/install -D -m 0755 package/radvd/S50radvd /nvmedata/autobuild/instance-25/output-1/target/etc/init.d/S50radvd >>> reaver 1.6.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.reaver-1.6.6.tar.gz.bx9r4G/output' 'https://github.com/t6x/reaver-wps-fork-t6x/archive/v1.6.6/reaver-1.6.6.tar.gz' --2022-06-07 00:18:36-- https://github.com/t6x/reaver-wps-fork-t6x/archive/v1.6.6/reaver-1.6.6.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/t6x/reaver-wps-fork-t6x/tar.gz/refs/tags/v1.6.6 [following] --2022-06-07 00:18:36-- https://codeload.github.com/t6x/reaver-wps-fork-t6x/tar.gz/refs/tags/v1.6.6 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.reaver-1.6.6.tar.gz.bx9r4G/output' 0K .......... .......... .......... .......... .......... 484K 50K .......... .......... .......... .......... .......... 995K 100K .......... .......... .......... .......... .......... 943K 150K .......... .......... .......... .......... .......... 82.6M 200K .......... .......... .......... .......... .......... 1015K 250K .......... .......... .......... .......... .......... 67.6M 300K .......... .......... .......... .......... .......... 101M 350K .......... .......... .......... .......... .......... 151M 400K .......... .......... .......... .......... .......... 83.2M 450K .......... .......... .... 145M=0.3s 2022-06-07 00:18:37 (1.79 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.reaver-1.6.6.tar.gz.bx9r4G/output' saved [485854] reaver-1.6.6.tar.gz: OK (sha256: 73189782b208d12b8dddc4f29d32e1f72b1f3609e573c9ea9510deebec394583) >>> reaver 1.6.6 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/reaver/reaver-1.6.6.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6 -xf - >>> reaver 1.6.6 Patching >>> reaver 1.6.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> reaver 1.6.6 Patching libtool >>> reaver 1.6.6 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for pcap_open_live in -lpcap... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking to see if compiler understands -Werror-unknown-warning-option... no checking to see if compiler understands -Wno-unused-but-set-variable... yes configure: creating ./config.status config.status: creating config.mak configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> reaver 1.6.6 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src' cp lwe/wireless.21.h lwe/wireless.h /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o globule.o globule.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o init.o init.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o sigint.o sigint.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o iface.o iface.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o sigalrm.o sigalrm.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o misc.o misc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o session.o session.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o send.o send.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o pins.o pins.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o 80211.o 80211.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o builder.o builder.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o keys.o keys.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o crc.o crc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o pixie.o pixie.c In file included from pixie.c:16: pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys/types.h:26, from pixie.c:1: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | printf '#define R_VERSION "%s"\n' "$(cd .; sh version.sh)" > version.h /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o version.o version.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o pcapfile.o pcapfile.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o exchange.o exchange.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o argsparser.o argsparser.c In file included from argsparser.c:42: pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:27, from argsparser.c:34: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o wpscrack.o wpscrack.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o wpsmon.o wpsmon.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o cracker.o cracker.c In file included from cracker.c:35: pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:27, from defs.h:37, from cracker.h:37, from cracker.c:34: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o main.o main.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o libwps/libwps.o libwps/libwps.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_attr_build.o wps/wps_attr_build.c In file included from wps/wps_attr_build.c:23: ./pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:24, from utils/includes.h:25, from wps/wps_attr_build.c:15: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_attr_parse.o wps/wps_attr_parse.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_attr_process.o wps/wps_attr_process.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps.o wps/wps.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_common.o wps/wps_common.c In file included from wps/wps_common.c:26: ./pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:24, from utils/includes.h:25, from wps/wps_common.c:15: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_dev_attr.o wps/wps_dev_attr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_enrollee.o wps/wps_enrollee.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_registrar.o wps/wps_registrar.c In file included from wps/wps_registrar.c:28: ./pixie.h:5: warning: "_POSIX_SOURCE" redefined 5 | #define _POSIX_SOURCE 200809L | In file included from /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:24, from ./utils/includes.h:25, from wps/wps_registrar.c:15: /nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/features.h:250: note: this is the location of the previous definition 250 | # define _POSIX_SOURCE 1 | /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -c -o wps/wps_ufd.o wps/wps_ufd.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/base64.o utils/base64.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/common.o utils/common.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/ip_addr.o utils/ip_addr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/radiotap.o utils/radiotap.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/trace.o utils/trace.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/uuid.o utils/uuid.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/wpa_debug.o utils/wpa_debug.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/wpabuf.o utils/wpabuf.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/os_unix.o utils/os_unix.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/vendor.o utils/vendor.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o utils/eloop.o utils/eloop.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/asn1.o tls/asn1.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/bignum.o tls/bignum.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/pkcs1.o tls/pkcs1.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/pkcs5.o tls/pkcs5.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/pkcs8.o tls/pkcs8.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/rsa.o tls/rsa.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_client.o tls/tlsv1_client.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_client_read.o tls/tlsv1_client_read.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_client_write.o tls/tlsv1_client_write.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_common.o tls/tlsv1_common.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_cred.o tls/tlsv1_cred.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_record.o tls/tlsv1_record.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_server.o tls/tlsv1_server.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_server_read.o tls/tlsv1_server_read.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/tlsv1_server_write.o tls/tlsv1_server_write.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_INTERNAL_LIBTOMMATH -DCONFIG_CRYPTO_INTERNAL -c -o tls/x509v3.o tls/x509v3.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-cbc.o crypto/aes-cbc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-ctr.o crypto/aes-ctr.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-eax.o crypto/aes-eax.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-encblock.o crypto/aes-encblock.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-internal.o crypto/aes-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-internal-dec.o crypto/aes-internal-dec.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-internal-enc.o crypto/aes-internal-enc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-omac1.o crypto/aes-omac1.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-unwrap.o crypto/aes-unwrap.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/aes-wrap.o crypto/aes-wrap.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/des-internal.o crypto/des-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/dh_group5.o crypto/dh_group5.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/dh_groups.o crypto/dh_groups.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/md4-internal.o crypto/md4-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/md5.o crypto/md5.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/md5-internal.o crypto/md5-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/milenage.o crypto/milenage.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/ms_funcs.o crypto/ms_funcs.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/rc4.o crypto/rc4.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha1.o crypto/sha1.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha1-internal.o crypto/sha1-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha1-pbkdf2.o crypto/sha1-pbkdf2.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha1-tlsprf.o crypto/sha1-tlsprf.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha1-tprf.o crypto/sha1-tprf.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha256.o crypto/sha256.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/sha256-internal.o crypto/sha256-internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/crypto_internal.o crypto/crypto_internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/crypto_internal-cipher.o crypto/crypto_internal-cipher.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/crypto_internal-modexp.o crypto/crypto_internal-modexp.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/crypto_internal-rsa.o crypto/crypto_internal-rsa.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/tls_internal.o crypto/tls_internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -I. -Iutils -DCONFIG_TLS_INTERNAL_CLIENT -DCONFIG_TLS_INTERNAL_SERVER -fno-strict-aliasing -c -o crypto/fips_prf_internal.o crypto/fips_prf_internal.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -c -o lwe/iwlib.o lwe/iwlib.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DCONF_DIR='"/var/lib/reaver"' -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -Wno-pointer-sign -Ilibwps -I. -Ilwe -DCONFIG_IPV6 -Ilibwps -I. -Ilwe globule.o init.o sigint.o iface.o sigalrm.o misc.o session.o send.o pins.o 80211.o builder.o keys.o crc.o pixie.o version.o pcapfile.o exchange.o argsparser.o wpscrack.o wpsmon.o cracker.o main.o libwps/libwps.o wps/wps_attr_build.o wps/wps_attr_parse.o wps/wps_attr_process.o wps/wps.o wps/wps_common.o wps/wps_dev_attr.o wps/wps_enrollee.o wps/wps_registrar.o wps/wps_ufd.o utils/base64.o utils/common.o utils/ip_addr.o utils/radiotap.o utils/trace.o utils/uuid.o utils/wpa_debug.o utils/wpabuf.o utils/os_unix.o utils/vendor.o utils/eloop.o tls/asn1.o tls/bignum.o tls/pkcs1.o tls/pkcs5.o tls/pkcs8.o tls/rsa.o tls/tlsv1_client.o tls/tlsv1_client_read.o tls/tlsv1_client_write.o tls/tlsv1_common.o tls/tlsv1_cred.o tls/tlsv1_record.o tls/tlsv1_server.o tls/tlsv1_server_read.o tls/tlsv1_server_write.o tls/x509v3.o crypto/aes-cbc.o crypto/aes-ctr.o crypto/aes-eax.o crypto/aes-encblock.o crypto/aes-internal.o crypto/aes-internal-dec.o crypto/aes-internal-enc.o crypto/aes-omac1.o crypto/aes-unwrap.o crypto/aes-wrap.o crypto/des-internal.o crypto/dh_group5.o crypto/dh_groups.o crypto/md4-internal.o crypto/md5.o crypto/md5-internal.o crypto/milenage.o crypto/ms_funcs.o crypto/rc4.o crypto/sha1.o crypto/sha1-internal.o crypto/sha1-pbkdf2.o crypto/sha1-tlsprf.o crypto/sha1-tprf.o crypto/sha256.o crypto/sha256-internal.o crypto/crypto_internal.o crypto/crypto_internal-cipher.o crypto/crypto_internal-modexp.o crypto/crypto_internal-rsa.o crypto/tls_internal.o crypto/fips_prf_internal.o lwe/iwlib.o -lm -lpcap -lpthread -o reaver ln -sf ./reaver wash make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src' >>> reaver 1.6.6 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src' ./install.sh -D -m 755 wash /nvmedata/autobuild/instance-25/output-1/target/usr/bin/wash ./install.sh -D -m 755 reaver /nvmedata/autobuild/instance-25/output-1/target/usr/bin/reaver mkdir -p /nvmedata/autobuild/instance-25/output-1/target/var/lib/reaver make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/reaver-1.6.6/src' >>> host-boost 1.79.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.boost_1_79_0.tar.bz2.WXkvpR/output' 'https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2' --2022-06-07 00:18:54-- https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2 Resolving boostorg.jfrog.io (boostorg.jfrog.io)... 52.39.150.48, 52.39.121.184, 34.208.83.168, ... Connecting to boostorg.jfrog.io (boostorg.jfrog.io)|52.39.150.48|:443... connected. HTTP request sent, awaiting response... 302 Location: https://jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com/aol-boostorg/filestore/31/31209dcff292bd6a64e5e08ceb3ce44a33615dc0?X-Artifactory-repositoryKey=main&X-Artifactory-projectKey=default&x-jf-traceId=90dfe922653636d3&response-content-disposition=attachment%3Bfilename%3D%22boost_1_79_0.tar.bz2%22&response-content-type=application%2Fx-bzip2&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220607T061854Z&X-Amz-SignedHeaders=host&X-Amz-Expires=60&X-Amz-Credential=AKIASG3IHPL63WBBRCUD%2F20220607%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Signature=5b103b514058a938f1d9aabeee67de2316e380c926b1a6539028be129ba3d021 [following] --2022-06-07 00:18:54-- https://jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com/aol-boostorg/filestore/31/31209dcff292bd6a64e5e08ceb3ce44a33615dc0?X-Artifactory-repositoryKey=main&X-Artifactory-projectKey=default&x-jf-traceId=90dfe922653636d3&response-content-disposition=attachment%3Bfilename%3D%22boost_1_79_0.tar.bz2%22&response-content-type=application%2Fx-bzip2&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220607T061854Z&X-Amz-SignedHeaders=host&X-Amz-Expires=60&X-Amz-Credential=AKIASG3IHPL63WBBRCUD%2F20220607%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Signature=5b103b514058a938f1d9aabeee67de2316e380c926b1a6539028be129ba3d021 Resolving jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com (jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com)... 52.92.128.137 Connecting to jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com (jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com)|52.92.128.137|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 113456811 (108M) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.boost_1_79_0.tar.bz2.WXkvpR/output' 0K .......... .......... .......... .......... .......... 0% 2.24M 48s 50K .......... .......... .......... .......... .......... 0% 1.06M 75s 100K .......... .......... .......... .......... .......... 0% 97.2M 51s 150K .......... .......... .......... .......... .......... 0% 2.05M 51s 200K .......... .......... .......... .......... .......... 0% 128M 41s 250K .......... .......... .......... .......... .......... 0% 122M 34s 300K .......... .......... .......... .......... .......... 0% 2.18M 36s 350K .......... .......... .......... .......... .......... 0% 125M 32s 400K .......... .......... .......... .......... .......... 0% 135M 29s 450K .......... .......... .......... .......... .......... 0% 154M 26s 500K .......... .......... .......... .......... .......... 0% 88.9M 24s 550K .......... .......... .......... .......... .......... 0% 86.9M 22s 600K .......... .......... .......... .......... .......... 0% 1.88M 24s 650K .......... .......... .......... .......... .......... 0% 133M 23s 700K .......... .......... .......... .......... .......... 0% 134M 21s 750K .......... .......... .......... .......... .......... 0% 92.9M 20s 800K .......... .......... .......... .......... .......... 0% 150M 19s 850K .......... .......... .......... .......... .......... 0% 167M 18s 900K .......... .......... .......... .......... .......... 0% 2.56M 19s 950K .......... .......... .......... .......... .......... 0% 132M 18s 1000K .......... .......... .......... .......... .......... 0% 124M 17s 1050K .......... .......... .......... .......... .......... 0% 160M 17s 1100K .......... .......... .......... .......... .......... 1% 142M 16s 1150K .......... .......... .......... .......... .......... 1% 131M 15s 1200K .......... .......... .......... .......... .......... 1% 149M 15s 1250K .......... .......... .......... .......... .......... 1% 153M 14s 1300K .......... .......... .......... .......... .......... 1% 158M 14s 1350K .......... .......... .......... .......... .......... 1% 151M 13s 1400K .......... .......... .......... .......... .......... 1% 155M 13s 1450K .......... .......... .......... .......... .......... 1% 157M 12s 1500K .......... .......... .......... .......... .......... 1% 157M 12s 1550K .......... .......... .......... .......... .......... 1% 2.74M 13s 1600K .......... .......... .......... .......... .......... 1% 8.56M 13s 1650K .......... .......... .......... .......... .......... 1% 132M 12s 1700K .......... .......... .......... .......... .......... 1% 158M 12s 1750K .......... .......... .......... .......... .......... 1% 180M 12s 1800K .......... .......... .......... .......... .......... 1% 162M 11s 1850K .......... .......... .......... .......... .......... 1% 2.08M 12s 1900K .......... .......... .......... .......... .......... 1% 144M 12s 1950K .......... .......... .......... .......... .......... 1% 174M 12s 2000K .......... .......... .......... .......... .......... 1% 3.19M 12s 2050K .......... .......... .......... .......... .......... 1% 150M 12s 2100K .......... .......... .......... .......... .......... 1% 161M 12s 2150K .......... .......... .......... .......... .......... 1% 180M 12s 2200K .......... .......... .......... .......... .......... 2% 168M 11s 2250K .......... .......... .......... .......... .......... 2% 178M 11s 2300K .......... .......... .......... .......... .......... 2% 169M 11s 2350K .......... .......... .......... .......... .......... 2% 13.3M 11s 2400K .......... .......... .......... .......... .......... 2% 65.3M 11s 2450K .......... .......... .......... .......... .......... 2% 56.9M 10s 2500K .......... .......... .......... .......... .......... 2% 35.6M 10s 2550K .......... .......... .......... .......... .......... 2% 26.1M 10s 2600K .......... .......... .......... .......... .......... 2% 3.76M 10s 2650K .......... .......... .......... .......... .......... 2% 8.52M 10s 2700K .......... .......... .......... .......... .......... 2% 122M 10s 2750K .......... .......... .......... .......... .......... 2% 93.1M 10s 2800K .......... .......... .......... .......... .......... 2% 68.1M 10s 2850K .......... .......... .......... .......... .......... 2% 59.3M 10s 2900K .......... .......... .......... .......... .......... 2% 173M 10s 2950K .......... .......... .......... .......... .......... 2% 2.31M 10s 3000K .......... .......... .......... .......... .......... 2% 152M 10s 3050K .......... .......... .......... .......... .......... 2% 173M 10s 3100K .......... .......... .......... .......... .......... 2% 92.9M 10s 3150K .......... .......... .......... .......... .......... 2% 130M 10s 3200K .......... .......... .......... .......... .......... 2% 69.2M 10s 3250K .......... .......... .......... .......... .......... 2% 2.35M 10s 3300K .......... .......... .......... .......... .......... 3% 128M 10s 3350K .......... .......... .......... .......... .......... 3% 96.3M 10s 3400K .......... .......... .......... .......... .......... 3% 83.9M 10s 3450K .......... .......... .......... .......... .......... 3% 89.7M 10s 3500K .......... .......... .......... .......... .......... 3% 131M 9s 3550K .......... .......... .......... .......... .......... 3% 2.31M 10s 3600K .......... .......... .......... .......... .......... 3% 121M 10s 3650K .......... .......... .......... .......... .......... 3% 104M 10s 3700K .......... .......... .......... .......... .......... 3% 88.4M 10s 3750K .......... .......... .......... .......... .......... 3% 131M 9s 3800K .......... .......... .......... .......... .......... 3% 79.8M 9s 3850K .......... .......... .......... .......... .......... 3% 134M 9s 3900K .......... .......... .......... .......... .......... 3% 2.27M 10s 3950K .......... .......... .......... .......... .......... 3% 155M 10s 4000K .......... .......... .......... .......... .......... 3% 142M 9s 4050K .......... .......... .......... .......... .......... 3% 173M 9s 4100K .......... .......... .......... .......... .......... 3% 87.9M 9s 4150K .......... .......... .......... .......... .......... 3% 128M 9s 4200K .......... .......... .......... .......... .......... 3% 2.15M 10s 4250K .......... .......... .......... .......... .......... 3% 135M 9s 4300K .......... .......... .......... .......... .......... 3% 149M 9s 4350K .......... .......... .......... .......... .......... 3% 161M 9s 4400K .......... .......... .......... .......... .......... 4% 130M 9s 4450K .......... .......... .......... .......... .......... 4% 183M 9s 4500K .......... .......... .......... .......... .......... 4% 2.22M 9s 4550K .......... .......... .......... .......... .......... 4% 102M 9s 4600K .......... .......... .......... .......... .......... 4% 88.5M 9s 4650K .......... .......... .......... .......... .......... 4% 130M 9s 4700K .......... .......... .......... .......... .......... 4% 38.4M 9s 4750K .......... .......... .......... .......... .......... 4% 2.03M 10s 4800K .......... .......... .......... .......... .......... 4% 142M 9s 4850K .......... .......... .......... .......... .......... 4% 169M 9s 4900K .......... .......... .......... .......... .......... 4% 180M 9s 4950K .......... .......... .......... .......... .......... 4% 182M 9s 5000K .......... .......... .......... .......... .......... 4% 128M 9s 5050K .......... .......... .......... .......... .......... 4% 2.29M 9s 5100K .......... .......... .......... .......... .......... 4% 146M 9s 5150K .......... .......... .......... .......... .......... 4% 163M 9s 5200K .......... .......... .......... .......... .......... 4% 133M 9s 5250K .......... .......... .......... .......... .......... 4% 1.93M 10s 5300K .......... .......... .......... .......... .......... 4% 125M 9s 5350K .......... .......... .......... .......... .......... 4% 179M 9s 5400K .......... .......... .......... .......... .......... 4% 160M 9s 5450K .......... .......... .......... .......... .......... 4% 170M 9s 5500K .......... .......... .......... .......... .......... 5% 2.18M 10s 5550K .......... .......... .......... .......... .......... 5% 67.2M 9s 5600K .......... .......... .......... .......... .......... 5% 131M 9s 5650K .......... .......... .......... .......... .......... 5% 2.05M 10s 5700K .......... .......... .......... .......... .......... 5% 4.30M 10s 5750K .......... .......... .......... .......... .......... 5% 147M 10s 5800K .......... .......... .......... .......... .......... 5% 98.3M 10s 5850K .......... .......... .......... .......... .......... 5% 130M 10s 5900K .......... .......... .......... .......... .......... 5% 4.60M 10s 5950K .......... .......... .......... .......... .......... 5% 101M 10s 6000K .......... .......... .......... .......... .......... 5% 86.5M 10s 6050K .......... .......... .......... .......... .......... 5% 2.12M 10s 6100K .......... .......... .......... .......... .......... 5% 147M 10s 6150K .......... .......... .......... .......... .......... 5% 153M 10s 6200K .......... .......... .......... .......... .......... 5% 2.12M 10s 6250K .......... .......... .......... .......... .......... 5% 103M 10s 6300K .......... .......... .......... .......... .......... 5% 112M 10s 6350K .......... .......... .......... .......... .......... 5% 4.55M 10s 6400K .......... .......... .......... .......... .......... 5% 3.92M 10s 6450K .......... .......... .......... .......... .......... 5% 42.8M 10s 6500K .......... .......... .......... .......... .......... 5% 5.03M 10s 6550K .......... .......... .......... .......... .......... 5% 3.92M 10s 6600K .......... .......... .......... .......... .......... 6% 79.5M 10s 6650K .......... .......... .......... .......... .......... 6% 76.8M 10s 6700K .......... .......... .......... .......... .......... 6% 2.16M 10s 6750K .......... .......... .......... .......... .......... 6% 163M 10s 6800K .......... .......... .......... .......... .......... 6% 39.7M 10s 6850K .......... .......... .......... .......... .......... 6% 2.14M 10s 6900K .......... .......... .......... .......... .......... 6% 167M 10s 6950K .......... .......... .......... .......... .......... 6% 166M 10s 7000K .......... .......... .......... .......... .......... 6% 2.02M 11s 7050K .......... .......... .......... .......... .......... 6% 154M 11s 7100K .......... .......... .......... .......... .......... 6% 115M 10s 7150K .......... .......... .......... .......... .......... 6% 5.63M 11s 7200K .......... .......... .......... .......... .......... 6% 3.32M 11s 7250K .......... .......... .......... .......... .......... 6% 30.1M 11s 7300K .......... .......... .......... .......... .......... 6% 6.74M 11s 7350K .......... .......... .......... .......... .......... 6% 3.29M 11s 7400K .......... .......... .......... .......... .......... 6% 60.4M 11s 7450K .......... .......... .......... .......... .......... 6% 30.2M 11s 7500K .......... .......... .......... .......... .......... 6% 2.26M 11s 7550K .......... .......... .......... .......... .......... 6% 163M 11s 7600K .......... .......... .......... .......... .......... 6% 34.5M 11s 7650K .......... .......... .......... .......... .......... 6% 2.13M 11s 7700K .......... .......... .......... .......... .......... 6% 109M 11s 7750K .......... .......... .......... .......... .......... 7% 169M 11s 7800K .......... .......... .......... .......... .......... 7% 2.63M 11s 7850K .......... .......... .......... .......... .......... 7% 10.2M 11s 7900K .......... .......... .......... .......... .......... 7% 103M 11s 7950K .......... .......... .......... .......... .......... 7% 10.6M 11s 8000K .......... .......... .......... .......... .......... 7% 2.63M 11s 8050K .......... .......... .......... .......... .......... 7% 87.9M 11s 8100K .......... .......... .......... .......... .......... 7% 10.5M 11s 8150K .......... .......... .......... .......... .......... 7% 2.13M 11s 8200K .......... .......... .......... .......... .......... 7% 95.9M 11s 8250K .......... .......... .......... .......... .......... 7% 131M 11s 8300K .......... .......... .......... .......... .......... 7% 33.1M 11s 8350K .......... .......... .......... .......... .......... 7% 2.19M 11s 8400K .......... .......... .......... .......... .......... 7% 125M 11s 8450K .......... .......... .......... .......... .......... 7% 53.7M 11s 8500K .......... .......... .......... .......... .......... 7% 2.27M 11s 8550K .......... .......... .......... .......... .......... 7% 64.9M 11s 8600K .......... .......... .......... .......... .......... 7% 117M 11s 8650K .......... .......... .......... .......... .......... 7% 2.20M 11s 8700K .......... .......... .......... .......... .......... 7% 96.4M 11s 8750K .......... .......... .......... .......... .......... 7% 76.7M 11s 8800K .......... .......... .......... .......... .......... 7% 2.19M 11s 8850K .......... .......... .......... .......... .......... 8% 89.3M 11s 8900K .......... .......... .......... .......... .......... 8% 128M 11s 8950K .......... .......... .......... .......... .......... 8% 87.9M 11s 9000K .......... .......... .......... .......... .......... 8% 2.19M 11s 9050K .......... .......... .......... .......... .......... 8% 87.8M 11s 9100K .......... .......... .......... .......... .......... 8% 85.9M 11s 9150K .......... .......... .......... .......... .......... 8% 2.21M 11s 9200K .......... .......... .......... .......... .......... 8% 75.6M 11s 9250K .......... .......... .......... .......... .......... 8% 86.0M 11s 9300K .......... .......... .......... .......... .......... 8% 130M 11s 9350K .......... .......... .......... .......... .......... 8% 2.19M 11s 9400K .......... .......... .......... .......... .......... 8% 36.5M 11s 9450K .......... .......... .......... .......... .......... 8% 63.3M 11s 9500K .......... .......... .......... .......... .......... 8% 1.31M 12s 9550K .......... .......... .......... .......... .......... 8% 131M 12s 9600K .......... .......... .......... .......... .......... 8% 129M 12s 9650K .......... .......... .......... .......... .......... 8% 6.15M 12s 9700K .......... .......... .......... .......... .......... 8% 84.8M 11s 9750K .......... .......... .......... .......... .......... 8% 2.21M 12s 9800K .......... .......... .......... .......... .......... 8% 44.5M 12s 9850K .......... .......... .......... .......... .......... 8% 77.2M 12s 9900K .......... .......... .......... .......... .......... 8% 2.14M 12s 9950K .......... .......... .......... .......... .......... 9% 136M 12s 10000K .......... .......... .......... .......... .......... 9% 2.08M 12s 10050K .......... .......... .......... .......... .......... 9% 129M 12s 10100K .......... .......... .......... .......... .......... 9% 2.09M 12s 10150K .......... .......... .......... .......... .......... 9% 121M 12s 10200K .......... .......... .......... .......... .......... 9% 137M 12s 10250K .......... .......... .......... .......... .......... 9% 2.09M 12s 10300K .......... .......... .......... .......... .......... 9% 146M 12s 10350K .......... .......... .......... .......... .......... 9% 2.10M 12s 10400K .......... .......... .......... .......... .......... 9% 95.7M 12s 10450K .......... .......... .......... .......... .......... 9% 94.9M 12s 10500K .......... .......... .......... .......... .......... 9% 2.08M 12s 10550K .......... .......... .......... .......... .......... 9% 201M 12s 10600K .......... .......... .......... .......... .......... 9% 2.08M 12s 10650K .......... .......... .......... .......... .......... 9% 99.7M 12s 10700K .......... .......... .......... .......... .......... 9% 126M 12s 10750K .......... .......... .......... .......... .......... 9% 2.09M 12s 10800K .......... .......... .......... .......... .......... 9% 139M 12s 10850K .......... .......... .......... .......... .......... 9% 2.11M 12s 10900K .......... .......... .......... .......... .......... 9% 71.6M 12s 10950K .......... .......... .......... .......... .......... 9% 115M 12s 11000K .......... .......... .......... .......... .......... 9% 2.05M 12s 11050K .......... .......... .......... .......... .......... 10% 179M 12s 11100K .......... .......... .......... .......... .......... 10% 1.84M 12s 11150K .......... .......... .......... .......... .......... 10% 167M 12s 11200K .......... .......... .......... .......... .......... 10% 129M 12s 11250K .......... .......... .......... .......... .......... 10% 2.10M 13s 11300K .......... .......... .......... .......... .......... 10% 84.7M 12s 11350K .......... .......... .......... .......... .......... 10% 2.03M 13s 11400K .......... .......... .......... .......... .......... 10% 131M 13s 11450K .......... .......... .......... .......... .......... 10% 168M 12s 11500K .......... .......... .......... .......... .......... 10% 2.07M 13s 11550K .......... .......... .......... .......... .......... 10% 12.2M 13s 11600K .......... .......... .......... .......... .......... 10% 3.91M 13s 11650K .......... .......... .......... .......... .......... 10% 5.48M 13s 11700K .......... .......... .......... .......... .......... 10% 19.0M 13s 11750K .......... .......... .......... .......... .......... 10% 2.46M 13s 11800K .......... .......... .......... .......... .......... 10% 12.0M 13s 11850K .......... .......... .......... .......... .......... 10% 9.77M 13s 11900K .......... .......... .......... .......... .......... 10% 3.23M 13s 11950K .......... .......... .......... .......... .......... 10% 14.9M 13s 12000K .......... .......... .......... .......... .......... 10% 2.42M 13s 12050K .......... .......... .......... .......... .......... 10% 12.4M 13s 12100K .......... .......... .......... .......... .......... 10% 7.00M 13s 12150K .......... .......... .......... .......... .......... 11% 3.85M 13s 12200K .......... .......... .......... .......... .......... 11% 12.0M 13s 12250K .......... .......... .......... .......... .......... 11% 7.02M 13s 12300K .......... .......... .......... .......... .......... 11% 3.78M 13s 12350K .......... .......... .......... .......... .......... 11% 12.1M 13s 12400K .......... .......... .......... .......... .......... 11% 2.35M 13s 12450K .......... .......... .......... .......... .......... 11% 19.5M 13s 12500K .......... .......... .......... .......... .......... 11% 7.23M 13s 12550K .......... .......... .......... .......... .......... 11% 3.35M 13s 12600K .......... .......... .......... .......... .......... 11% 17.7M 13s 12650K .......... .......... .......... .......... .......... 11% 4.22M 13s 12700K .......... .......... .......... .......... .......... 11% 4.90M 13s 12750K .......... .......... .......... .......... .......... 11% 20.3M 13s 12800K .......... .......... .......... .......... .......... 11% 2.26M 13s 12850K .......... .......... .......... .......... .......... 11% 29.4M 13s 12900K .......... .......... .......... .......... .......... 11% 4.77M 13s 12950K .......... .......... .......... .......... .......... 11% 4.02M 13s 13000K .......... .......... .......... .......... .......... 11% 28.1M 13s 13050K .......... .......... .......... .......... .......... 11% 4.43M 13s 13100K .......... .......... .......... .......... .......... 11% 4.47M 13s 13150K .......... .......... .......... .......... .......... 11% 37.5M 13s 13200K .......... .......... .......... .......... .......... 11% 2.22M 13s 13250K .......... .......... .......... .......... .......... 12% 67.6M 13s 13300K .......... .......... .......... .......... .......... 12% 13.5M 13s 13350K .......... .......... .......... .......... .......... 12% 2.54M 13s 13400K .......... .......... .......... .......... .......... 12% 79.2M 13s 13450K .......... .......... .......... .......... .......... 12% 5.93M 13s 13500K .......... .......... .......... .......... .......... 12% 3.34M 13s 13550K .......... .......... .......... .......... .......... 12% 85.0M 13s 13600K .......... .......... .......... .......... .......... 12% 3.88M 13s 13650K .......... .......... .......... .......... .......... 12% 4.55M 13s 13700K .......... .......... .......... .......... .......... 12% 94.4M 13s 13750K .......... .......... .......... .......... .......... 12% 2.65M 13s 13800K .......... .......... .......... .......... .......... 12% 10.1M 13s 13850K .......... .......... .......... .......... .......... 12% 183M 13s 13900K .......... .......... .......... .......... .......... 12% 2.63M 13s 13950K .......... .......... .......... .......... .......... 12% 11.0M 13s 14000K .......... .......... .......... .......... .......... 12% 5.62M 13s 14050K .......... .......... .......... .......... .......... 12% 3.40M 13s 14100K .......... .......... .......... .......... .......... 12% 58.7M 13s 14150K .......... .......... .......... .......... .......... 12% 3.52M 13s 14200K .......... .......... .......... .......... .......... 12% 5.46M 13s 14250K .......... .......... .......... .......... .......... 12% 67.5M 13s 14300K .......... .......... .......... .......... .......... 12% 3.46M 13s 14350K .......... .......... .......... .......... .......... 12% 5.31M 13s 14400K .......... .......... .......... .......... .......... 13% 127M 13s 14450K .......... .......... .......... .......... .......... 13% 2.81M 13s 14500K .......... .......... .......... .......... .......... 13% 7.71M 13s 14550K .......... .......... .......... .......... .......... 13% 100M 13s 14600K .......... .......... .......... .......... .......... 13% 2.11M 13s 14650K .......... .......... .......... .......... .......... 13% 101M 13s 14700K .......... .......... .......... .......... .......... 13% 130M 13s 14750K .......... .......... .......... .......... .......... 13% 2.23M 13s 14800K .......... .......... .......... .......... .......... 13% 34.5M 13s 14850K .......... .......... .......... .......... .......... 13% 6.22M 13s 14900K .......... .......... .......... .......... .......... 13% 3.35M 13s 14950K .......... .......... .......... .......... .......... 13% 53.2M 13s 15000K .......... .......... .......... .......... .......... 13% 12.2M 13s 15050K .......... .......... .......... .......... .......... 13% 2.69M 13s 15100K .......... .......... .......... .......... .......... 13% 45.6M 13s 15150K .......... .......... .......... .......... .......... 13% 12.3M 13s 15200K .......... .......... .......... .......... .......... 13% 2.60M 13s 15250K .......... .......... .......... .......... .......... 13% 67.3M 13s 15300K .......... .......... .......... .......... .......... 13% 3.84M 13s 15350K .......... .......... .......... .......... .......... 13% 5.00M 13s 15400K .......... .......... .......... .......... .......... 13% 66.2M 13s 15450K .......... .......... .......... .......... .......... 13% 3.66M 13s 15500K .......... .......... .......... .......... .......... 14% 5.16M 13s 15550K .......... .......... .......... .......... .......... 14% 66.4M 13s 15600K .......... .......... .......... .......... .......... 14% 3.43M 13s 15650K .......... .......... .......... .......... .......... 14% 5.61M 13s 15700K .......... .......... .......... .......... .......... 14% 26.5M 13s 15750K .......... .......... .......... .......... .......... 14% 3.72M 13s 15800K .......... .......... .......... .......... .......... 14% 5.76M 13s 15850K .......... .......... .......... .......... .......... 14% 19.8M 13s 15900K .......... .......... .......... .......... .......... 14% 3.79M 13s 15950K .......... .......... .......... .......... .......... 14% 5.40M 13s 16000K .......... .......... .......... .......... .......... 14% 25.5M 13s 16050K .......... .......... .......... .......... .......... 14% 3.92M 13s 16100K .......... .......... .......... .......... .......... 14% 5.52M 13s 16150K .......... .......... .......... .......... .......... 14% 22.3M 13s 16200K .......... .......... .......... .......... .......... 14% 3.88M 13s 16250K .......... .......... .......... .......... .......... 14% 5.02M 13s 16300K .......... .......... .......... .......... .......... 14% 22.0M 13s 16350K .......... .......... .......... .......... .......... 14% 9.22M 13s 16400K .......... .......... .......... .......... .......... 14% 3.18M 13s 16450K .......... .......... .......... .......... .......... 14% 18.1M 13s 16500K .......... .......... .......... .......... .......... 14% 4.24M 13s 16550K .......... .......... .......... .......... .......... 14% 5.10M 13s 16600K .......... .......... .......... .......... .......... 15% 21.1M 13s 16650K .......... .......... .......... .......... .......... 15% 12.2M 13s 16700K .......... .......... .......... .......... .......... 15% 2.83M 13s 16750K .......... .......... .......... .......... .......... 15% 84.9M 13s 16800K .......... .......... .......... .......... .......... 15% 4.88M 13s 16850K .......... .......... .......... .......... .......... 15% 3.30M 13s 16900K .......... .......... .......... .......... .......... 15% 165M 13s 16950K .......... .......... .......... .......... .......... 15% 13.7M 13s 17000K .......... .......... .......... .......... .......... 15% 2.46M 13s 17050K .......... .......... .......... .......... .......... 15% 167M 13s 17100K .......... .......... .......... .......... .......... 15% 117M 13s 17150K .......... .......... .......... .......... .......... 15% 2.60M 13s 17200K .......... .......... .......... .......... .......... 15% 8.50M 13s 17250K .......... .......... .......... .......... .......... 15% 117M 13s 17300K .......... .......... .......... .......... .......... 15% 2.85M 13s 17350K .......... .......... .......... .......... .......... 15% 6.62M 13s 17400K .......... .......... .......... .......... .......... 15% 142M 13s 17450K .......... .......... .......... .......... .......... 15% 3.52M 13s 17500K .......... .......... .......... .......... .......... 15% 4.86M 13s 17550K .......... .......... .......... .......... .......... 15% 173M 13s 17600K .......... .......... .......... .......... .......... 15% 3.72M 13s 17650K .......... .......... .......... .......... .......... 15% 4.61M 13s 17700K .......... .......... .......... .......... .......... 16% 178M 13s 17750K .......... .......... .......... .......... .......... 16% 4.47M 13s 17800K .......... .......... .......... .......... .......... 16% 4.03M 13s 17850K .......... .......... .......... .......... .......... 16% 140M 13s 17900K .......... .......... .......... .......... .......... 16% 19.7M 13s 17950K .......... .......... .......... .......... .......... 16% 3.43M 13s 18000K .......... .......... .......... .......... .......... 16% 6.80M 13s 18050K .......... .......... .......... .......... .......... 16% 33.9M 13s 18100K .......... .......... .......... .......... .......... 16% 3.26M 13s 18150K .......... .......... .......... .......... .......... 16% 7.00M 13s 18200K .......... .......... .......... .......... .......... 16% 109M 13s 18250K .......... .......... .......... .......... .......... 16% 3.49M 13s 18300K .......... .......... .......... .......... .......... 16% 5.34M 13s 18350K .......... .......... .......... .......... .......... 16% 77.2M 13s 18400K .......... .......... .......... .......... .......... 16% 3.55M 13s 18450K .......... .......... .......... .......... .......... 16% 4.99M 13s 18500K .......... .......... .......... .......... .......... 16% 166M 13s 18550K .......... .......... .......... .......... .......... 16% 15.1M 13s 18600K .......... .......... .......... .......... .......... 16% 2.45M 13s 18650K .......... .......... .......... .......... .......... 16% 151M 13s 18700K .......... .......... .......... .......... .......... 16% 171M 13s 18750K .......... .......... .......... .......... .......... 16% 2.65M 13s 18800K .......... .......... .......... .......... .......... 17% 9.96M 13s 18850K .......... .......... .......... .......... .......... 17% 87.3M 13s 18900K .......... .......... .......... .......... .......... 17% 2.88M 13s 18950K .......... .......... .......... .......... .......... 17% 4.14M 13s 19000K .......... .......... .......... .......... .......... 17% 144M 13s 19050K .......... .......... .......... .......... .......... 17% 10.2M 13s 19100K .......... .......... .......... .......... .......... 17% 2.66M 13s 19150K .......... .......... .......... .......... .......... 17% 101M 13s 19200K .......... .......... .......... .......... .......... 17% 9.47M 13s 19250K .......... .......... .......... .......... .......... 17% 2.74M 13s 19300K .......... .......... .......... .......... .......... 17% 15.6M 13s 19350K .......... .......... .......... .......... .......... 17% 133M 13s 19400K .......... .......... .......... .......... .......... 17% 5.67M 13s 19450K .......... .......... .......... .......... .......... 17% 3.44M 13s 19500K .......... .......... .......... .......... .......... 17% 73.7M 13s 19550K .......... .......... .......... .......... .......... 17% 31.5M 13s 19600K .......... .......... .......... .......... .......... 17% 2.61M 13s 19650K .......... .......... .......... .......... .......... 17% 13.0M 13s 19700K .......... .......... .......... .......... .......... 17% 146M 13s 19750K .......... .......... .......... .......... .......... 17% 3.60M 13s 19800K .......... .......... .......... .......... .......... 17% 5.16M 13s 19850K .......... .......... .......... .......... .......... 17% 147M 13s 19900K .......... .......... .......... .......... .......... 18% 16.2M 13s 19950K .......... .......... .......... .......... .......... 18% 2.64M 13s 20000K .......... .......... .......... .......... .......... 18% 32.3M 13s 20050K .......... .......... .......... .......... .......... 18% 39.9M 13s 20100K .......... .......... .......... .......... .......... 18% 2.54M 13s 20150K .......... .......... .......... .......... .......... 18% 16.9M 13s 20200K .......... .......... .......... .......... .......... 18% 118M 13s 20250K .......... .......... .......... .......... .......... 18% 3.60M 13s 20300K .......... .......... .......... .......... .......... 18% 5.57M 13s 20350K .......... .......... .......... .......... .......... 18% 114M 13s 20400K .......... .......... .......... .......... .......... 18% 10.9M 13s 20450K .......... .......... .......... .......... .......... 18% 2.57M 13s 20500K .......... .......... .......... .......... .......... 18% 158M 13s 20550K .......... .......... .......... .......... .......... 18% 34.6M 13s 20600K .......... .......... .......... .......... .......... 18% 3.84M 13s 20650K .......... .......... .......... .......... .......... 18% 5.27M 13s 20700K .......... .......... .......... .......... .......... 18% 173M 13s 20750K .......... .......... .......... .......... .......... 18% 17.5M 13s 20800K .......... .......... .......... .......... .......... 18% 2.32M 13s 20850K .......... .......... .......... .......... .......... 18% 152M 13s 20900K .......... .......... .......... .......... .......... 18% 32.6M 13s 20950K .......... .......... .......... .......... .......... 18% 2.53M 13s 21000K .......... .......... .......... .......... .......... 18% 20.4M 13s 21050K .......... .......... .......... .......... .......... 19% 23.9M 13s 21100K .......... .......... .......... .......... .......... 19% 13.3M 13s 21150K .......... .......... .......... .......... .......... 19% 2.87M 13s 21200K .......... .......... .......... .......... .......... 19% 20.0M 13s 21250K .......... .......... .......... .......... .......... 19% 91.0M 13s 21300K .......... .......... .......... .......... .......... 19% 2.42M 13s 21350K .......... .......... .......... .......... .......... 19% 24.0M 13s 21400K .......... .......... .......... .......... .......... 19% 90.5M 13s 21450K .......... .......... .......... .......... .......... 19% 11.8M 13s 21500K .......... .......... .......... .......... .......... 19% 2.79M 13s 21550K .......... .......... .......... .......... .......... 19% 13.5M 13s 21600K .......... .......... .......... .......... .......... 19% 110M 13s 21650K .......... .......... .......... .......... .......... 19% 2.55M 13s 21700K .......... .......... .......... .......... .......... 19% 19.1M 13s 21750K .......... .......... .......... .......... .......... 19% 21.8M 13s 21800K .......... .......... .......... .......... .......... 19% 12.5M 13s 21850K .......... .......... .......... .......... .......... 19% 3.03M 13s 21900K .......... .......... .......... .......... .......... 19% 12.6M 13s 21950K .......... .......... .......... .......... .......... 19% 182M 13s 22000K .......... .......... .......... .......... .......... 19% 2.70M 13s 22050K .......... .......... .......... .......... .......... 19% 13.4M 13s 22100K .......... .......... .......... .......... .......... 19% 21.8M 12s 22150K .......... .......... .......... .......... .......... 20% 17.4M 12s 22200K .......... .......... .......... .......... .......... 20% 3.06M 12s 22250K .......... .......... .......... .......... .......... 20% 9.86M 12s 22300K .......... .......... .......... .......... .......... 20% 169M 12s 22350K .......... .......... .......... .......... .......... 20% 12.8M 12s 22400K .......... .......... .......... .......... .......... 20% 3.30M 12s 22450K .......... .......... .......... .......... .......... 20% 9.38M 12s 22500K .......... .......... .......... .......... .......... 20% 8.88M 12s 22550K .......... .......... .......... .......... .......... 20% 4.03M 12s 22600K .......... .......... .......... .......... .......... 20% 16.7M 12s 22650K .......... .......... .......... .......... .......... 20% 16.3M 12s 22700K .......... .......... .......... .......... .......... 20% 7.98M 12s 22750K .......... .......... .......... .......... .......... 20% 4.13M 12s 22800K .......... .......... .......... .......... .......... 20% 8.10M 12s 22850K .......... .......... .......... .......... .......... 20% 150M 12s 22900K .......... .......... .......... .......... .......... 20% 2.88M 12s 22950K .......... .......... .......... .......... .......... 20% 16.5M 12s 23000K .......... .......... .......... .......... .......... 20% 14.2M 12s 23050K .......... .......... .......... .......... .......... 20% 32.8M 12s 23100K .......... .......... .......... .......... .......... 20% 3.06M 12s 23150K .......... .......... .......... .......... .......... 20% 7.97M 12s 23200K .......... .......... .......... .......... .......... 20% 88.1M 12s 23250K .......... .......... .......... .......... .......... 21% 3.16M 12s 23300K .......... .......... .......... .......... .......... 21% 21.3M 12s 23350K .......... .......... .......... .......... .......... 21% 7.39M 12s 23400K .......... .......... .......... .......... .......... 21% 143M 12s 23450K .......... .......... .......... .......... .......... 21% 3.16M 12s 23500K .......... .......... .......... .......... .......... 21% 19.4M 12s 23550K .......... .......... .......... .......... .......... 21% 7.94M 12s 23600K .......... .......... .......... .......... .......... 21% 7.29M 12s 23650K .......... .......... .......... .......... .......... 21% 5.27M 12s 23700K .......... .......... .......... .......... .......... 21% 6.15M 12s 23750K .......... .......... .......... .......... .......... 21% 152M 12s 23800K .......... .......... .......... .......... .......... 21% 4.57M 12s 23850K .......... .......... .......... .......... .......... 21% 10.3M 12s 23900K .......... .......... .......... .......... .......... 21% 5.81M 12s 23950K .......... .......... .......... .......... .......... 21% 161M 12s 24000K .......... .......... .......... .......... .......... 21% 3.53M 12s 24050K .......... .......... .......... .......... .......... 21% 5.78M 12s 24100K .......... .......... .......... .......... .......... 21% 37.5M 12s 24150K .......... .......... .......... .......... .......... 21% 18.1M 12s 24200K .......... .......... .......... .......... .......... 21% 4.37M 12s 24250K .......... .......... .......... .......... .......... 21% 5.62M 12s 24300K .......... .......... .......... .......... .......... 21% 34.1M 12s 24350K .......... .......... .......... .......... .......... 22% 9.22M 12s 24400K .......... .......... .......... .......... .......... 22% 5.69M 12s 24450K .......... .......... .......... .......... .......... 22% 5.97M 12s 24500K .......... .......... .......... .......... .......... 22% 39.9M 12s 24550K .......... .......... .......... .......... .......... 22% 4.21M 12s 24600K .......... .......... .......... .......... .......... 22% 11.7M 12s 24650K .......... .......... .......... .......... .......... 22% 7.43M 12s 24700K .......... .......... .......... .......... .......... 22% 39.3M 12s 24750K .......... .......... .......... .......... .......... 22% 3.76M 12s 24800K .......... .......... .......... .......... .......... 22% 7.20M 12s 24850K .......... .......... .......... .......... .......... 22% 14.7M 12s 24900K .......... .......... .......... .......... .......... 22% 14.7M 12s 24950K .......... .......... .......... .......... .......... 22% 4.66M 12s 25000K .......... .......... .......... .......... .......... 22% 5.57M 12s 25050K .......... .......... .......... .......... .......... 22% 13.8M 12s 25100K .......... .......... .......... .......... .......... 22% 14.2M 12s 25150K .......... .......... .......... .......... .......... 22% 6.38M 12s 25200K .......... .......... .......... .......... .......... 22% 3.77M 12s 25250K .......... .......... .......... .......... .......... 22% 163M 12s 25300K .......... .......... .......... .......... .......... 22% 5.74M 12s 25350K .......... .......... .......... .......... .......... 22% 26.7M 12s 25400K .......... .......... .......... .......... .......... 22% 3.68M 12s 25450K .......... .......... .......... .......... .......... 23% 152M 12s 25500K .......... .......... .......... .......... .......... 23% 5.68M 12s 25550K .......... .......... .......... .......... .......... 23% 24.0M 12s 25600K .......... .......... .......... .......... .......... 23% 3.45M 12s 25650K .......... .......... .......... .......... .......... 23% 156M 12s 25700K .......... .......... .......... .......... .......... 23% 6.04M 12s 25750K .......... .......... .......... .......... .......... 23% 10.1M 12s 25800K .......... .......... .......... .......... .......... 23% 4.79M 12s 25850K .......... .......... .......... .......... .......... 23% 66.2M 12s 25900K .......... .......... .......... .......... .......... 23% 6.03M 12s 25950K .......... .......... .......... .......... .......... 23% 12.9M 12s 26000K .......... .......... .......... .......... .......... 23% 4.21M 12s 26050K .......... .......... .......... .......... .......... 23% 8.10M 12s 26100K .......... .......... .......... .......... .......... 23% 15.3M 12s 26150K .......... .......... .......... .......... .......... 23% 3.54M 12s 26200K .......... .......... .......... .......... .......... 23% 118M 12s 26250K .......... .......... .......... .......... .......... 23% 7.49M 12s 26300K .......... .......... .......... .......... .......... 23% 17.8M 12s 26350K .......... .......... .......... .......... .......... 23% 3.39M 12s 26400K .......... .......... .......... .......... .......... 23% 118M 12s 26450K .......... .......... .......... .......... .......... 23% 6.66M 12s 26500K .......... .......... .......... .......... .......... 23% 34.2M 12s 26550K .......... .......... .......... .......... .......... 24% 3.29M 12s 26600K .......... .......... .......... .......... .......... 24% 133M 12s 26650K .......... .......... .......... .......... .......... 24% 6.40M 12s 26700K .......... .......... .......... .......... .......... 24% 16.4M 12s 26750K .......... .......... .......... .......... .......... 24% 3.98M 12s 26800K .......... .......... .......... .......... .......... 24% 42.4M 12s 26850K .......... .......... .......... .......... .......... 24% 6.52M 12s 26900K .......... .......... .......... .......... .......... 24% 21.8M 12s 26950K .......... .......... .......... .......... .......... 24% 3.81M 12s 27000K .......... .......... .......... .......... .......... 24% 81.2M 12s 27050K .......... .......... .......... .......... .......... 24% 5.54M 12s 27100K .......... .......... .......... .......... .......... 24% 32.3M 12s 27150K .......... .......... .......... .......... .......... 24% 3.82M 12s 27200K .......... .......... .......... .......... .......... 24% 9.86M 12s 27250K .......... .......... .......... .......... .......... 24% 9.12M 12s 27300K .......... .......... .......... .......... .......... 24% 9.58M 12s 27350K .......... .......... .......... .......... .......... 24% 6.44M 12s 27400K .......... .......... .......... .......... .......... 24% 84.3M 12s 27450K .......... .......... .......... .......... .......... 24% 5.00M 12s 27500K .......... .......... .......... .......... .......... 24% 124M 11s 27550K .......... .......... .......... .......... .......... 24% 3.71M 11s 27600K .......... .......... .......... .......... .......... 24% 8.97M 11s 27650K .......... .......... .......... .......... .......... 25% 12.5M 11s 27700K .......... .......... .......... .......... .......... 25% 7.16M 11s 27750K .......... .......... .......... .......... .......... 25% 7.19M 11s 27800K .......... .......... .......... .......... .......... 25% 60.5M 11s 27850K .......... .......... .......... .......... .......... 25% 5.61M 11s 27900K .......... .......... .......... .......... .......... 25% 4.21M 11s 27950K .......... .......... .......... .......... .......... 25% 26.9M 11s 28000K .......... .......... .......... .......... .......... 25% 7.92M 11s 28050K .......... .......... .......... .......... .......... 25% 12.5M 11s 28100K .......... .......... .......... .......... .......... 25% 4.23M 11s 28150K .......... .......... .......... .......... .......... 25% 22.2M 11s 28200K .......... .......... .......... .......... .......... 25% 99.4M 11s 28250K .......... .......... .......... .......... .......... 25% 4.20M 11s 28300K .......... .......... .......... .......... .......... 25% 5.60M 11s 28350K .......... .......... .......... .......... .......... 25% 12.5M 11s 28400K .......... .......... .......... .......... .......... 25% 6.45M 11s 28450K .......... .......... .......... .......... .......... 25% 16.3M 11s 28500K .......... .......... .......... .......... .......... 25% 5.13M 11s 28550K .......... .......... .......... .......... .......... 25% 15.9M 11s 28600K .......... .......... .......... .......... .......... 25% 11.3M 11s 28650K .......... .......... .......... .......... .......... 25% 7.36M 11s 28700K .......... .......... .......... .......... .......... 25% 5.16M 11s 28750K .......... .......... .......... .......... .......... 25% 19.5M 11s 28800K .......... .......... .......... .......... .......... 26% 6.44M 11s 28850K .......... .......... .......... .......... .......... 26% 11.3M 11s 28900K .......... .......... .......... .......... .......... 26% 5.14M 11s 28950K .......... .......... .......... .......... .......... 26% 16.6M 11s 29000K .......... .......... .......... .......... .......... 26% 11.0M 11s 29050K .......... .......... .......... .......... .......... 26% 6.63M 11s 29100K .......... .......... .......... .......... .......... 26% 6.10M 11s 29150K .......... .......... .......... .......... .......... 26% 17.4M 11s 29200K .......... .......... .......... .......... .......... 26% 9.28M 11s 29250K .......... .......... .......... .......... .......... 26% 6.73M 11s 29300K .......... .......... .......... .......... .......... 26% 5.51M 11s 29350K .......... .......... .......... .......... .......... 26% 19.2M 11s 29400K .......... .......... .......... .......... .......... 26% 93.6M 11s 29450K .......... .......... .......... .......... .......... 26% 5.74M 11s 29500K .......... .......... .......... .......... .......... 26% 4.37M 11s 29550K .......... .......... .......... .......... .......... 26% 45.5M 11s 29600K .......... .......... .......... .......... .......... 26% 15.1M 11s 29650K .......... .......... .......... .......... .......... 26% 6.49M 11s 29700K .......... .......... .......... .......... .......... 26% 4.19M 11s 29750K .......... .......... .......... .......... .......... 26% 117M 11s 29800K .......... .......... .......... .......... .......... 26% 11.7M 11s 29850K .......... .......... .......... .......... .......... 26% 6.86M 11s 29900K .......... .......... .......... .......... .......... 27% 10.6M 11s 29950K .......... .......... .......... .......... .......... 27% 6.24M 11s 30000K .......... .......... .......... .......... .......... 27% 11.0M 11s 30050K .......... .......... .......... .......... .......... 27% 6.82M 11s 30100K .......... .......... .......... .......... .......... 27% 11.6M 11s 30150K .......... .......... .......... .......... .......... 27% 6.58M 11s 30200K .......... .......... .......... .......... .......... 27% 18.1M 11s 30250K .......... .......... .......... .......... .......... 27% 5.14M 11s 30300K .......... .......... .......... .......... .......... 27% 15.0M 11s 30350K .......... .......... .......... .......... .......... 27% 5.63M 11s 30400K .......... .......... .......... .......... .......... 27% 22.9M 11s 30450K .......... .......... .......... .......... .......... 27% 5.05M 11s 30500K .......... .......... .......... .......... .......... 27% 13.6M 11s 30550K .......... .......... .......... .......... .......... 27% 5.81M 11s 30600K .......... .......... .......... .......... .......... 27% 12.6M 11s 30650K .......... .......... .......... .......... .......... 27% 147M 11s 30700K .......... .......... .......... .......... .......... 27% 4.62M 11s 30750K .......... .......... .......... .......... .......... 27% 6.43M 11s 30800K .......... .......... .......... .......... .......... 27% 17.1M 11s 30850K .......... .......... .......... .......... .......... 27% 21.1M 11s 30900K .......... .......... .......... .......... .......... 27% 4.64M 11s 30950K .......... .......... .......... .......... .......... 27% 6.29M 11s 31000K .......... .......... .......... .......... .......... 28% 7.94M 11s 31050K .......... .......... .......... .......... .......... 28% 168M 11s 31100K .......... .......... .......... .......... .......... 28% 6.51M 11s 31150K .......... .......... .......... .......... .......... 28% 18.7M 11s 31200K .......... .......... .......... .......... .......... 28% 3.62M 11s 31250K .......... .......... .......... .......... .......... 28% 154M 11s 31300K .......... .......... .......... .......... .......... 28% 8.22M 11s 31350K .......... .......... .......... .......... .......... 28% 14.9M 11s 31400K .......... .......... .......... .......... .......... 28% 3.19M 11s 31450K .......... .......... .......... .......... .......... 28% 142M 11s 31500K .......... .......... .......... .......... .......... 28% 171M 11s 31550K .......... .......... .......... .......... .......... 28% 6.62M 11s 31600K .......... .......... .......... .......... .......... 28% 3.17M 11s 31650K .......... .......... .......... .......... .......... 28% 81.8M 11s 31700K .......... .......... .......... .......... .......... 28% 128M 11s 31750K .......... .......... .......... .......... .......... 28% 6.78M 11s 31800K .......... .......... .......... .......... .......... 28% 4.13M 11s 31850K .......... .......... .......... .......... .......... 28% 12.5M 11s 31900K .......... .......... .......... .......... .......... 28% 32.6M 11s 31950K .......... .......... .......... .......... .......... 28% 7.92M 11s 32000K .......... .......... .......... .......... .......... 28% 5.20M 11s 32050K .......... .......... .......... .......... .......... 28% 6.34M 11s 32100K .......... .......... .......... .......... .......... 29% 166M 11s 32150K .......... .......... .......... .......... .......... 29% 7.80M 11s 32200K .......... .......... .......... .......... .......... 29% 129M 11s 32250K .......... .......... .......... .......... .......... 29% 2.87M 11s 32300K .......... .......... .......... .......... .......... 29% 148M 11s 32350K .......... .......... .......... .......... .......... 29% 166M 11s 32400K .......... .......... .......... .......... .......... 29% 7.83M 11s 32450K .......... .......... .......... .......... .......... 29% 2.94M 11s 32500K .......... .......... .......... .......... .......... 29% 101M 11s 32550K .......... .......... .......... .......... .......... 29% 50.8M 11s 32600K .......... .......... .......... .......... .......... 29% 10.4M 11s 32650K .......... .......... .......... .......... .......... 29% 6.53M 11s 32700K .......... .......... .......... .......... .......... 29% 5.13M 11s 32750K .......... .......... .......... .......... .......... 29% 54.3M 10s 32800K .......... .......... .......... .......... .......... 29% 7.90M 10s 32850K .......... .......... .......... .......... .......... 29% 6.91M 10s 32900K .......... .......... .......... .......... .......... 29% 5.36M 10s 32950K .......... .......... .......... .......... .......... 29% 51.7M 10s 33000K .......... .......... .......... .......... .......... 29% 34.6M 10s 33050K .......... .......... .......... .......... .......... 29% 6.17M 10s 33100K .......... .......... .......... .......... .......... 29% 3.86M 10s 33150K .......... .......... .......... .......... .......... 29% 47.2M 10s 33200K .......... .......... .......... .......... .......... 30% 12.9M 10s 33250K .......... .......... .......... .......... .......... 30% 18.0M 10s 33300K .......... .......... .......... .......... .......... 30% 4.45M 10s 33350K .......... .......... .......... .......... .......... 30% 8.72M 10s 33400K .......... .......... .......... .......... .......... 30% 18.3M 10s 33450K .......... .......... .......... .......... .......... 30% 9.39M 10s 33500K .......... .......... .......... .......... .......... 30% 17.1M 10s 33550K .......... .......... .......... .......... .......... 30% 3.57M 10s 33600K .......... .......... .......... .......... .......... 30% 28.9M 10s 33650K .......... .......... .......... .......... .......... 30% 22.6M 10s 33700K .......... .......... .......... .......... .......... 30% 7.65M 10s 33750K .......... .......... .......... .......... .......... 30% 6.13M 10s 33800K .......... .......... .......... .......... .......... 30% 7.33M 10s 33850K .......... .......... .......... .......... .......... 30% 23.8M 10s 33900K .......... .......... .......... .......... .......... 30% 7.36M 10s 33950K .......... .......... .......... .......... .......... 30% 11.9M 10s 34000K .......... .......... .......... .......... .......... 30% 4.03M 10s 34050K .......... .......... .......... .......... .......... 30% 136M 10s 34100K .......... .......... .......... .......... .......... 30% 16.2M 10s 34150K .......... .......... .......... .......... .......... 30% 9.28M 10s 34200K .......... .......... .......... .......... .......... 30% 3.95M 10s 34250K .......... .......... .......... .......... .......... 30% 19.2M 10s 34300K .......... .......... .......... .......... .......... 31% 116M 10s 34350K .......... .......... .......... .......... .......... 31% 7.01M 10s 34400K .......... .......... .......... .......... .......... 31% 9.25M 10s 34450K .......... .......... .......... .......... .......... 31% 4.06M 10s 34500K .......... .......... .......... .......... .......... 31% 149M 10s 34550K .......... .......... .......... .......... .......... 31% 13.4M 10s 34600K .......... .......... .......... .......... .......... 31% 11.5M 10s 34650K .......... .......... .......... .......... .......... 31% 3.93M 10s 34700K .......... .......... .......... .......... .......... 31% 6.49M 10s 34750K .......... .......... .......... .......... .......... 31% 183M 10s 34800K .......... .......... .......... .......... .......... 31% 15.2M 10s 34850K .......... .......... .......... .......... .......... 31% 6.65M 10s 34900K .......... .......... .......... .......... .......... 31% 5.34M 10s 34950K .......... .......... .......... .......... .......... 31% 11.3M 10s 35000K .......... .......... .......... .......... .......... 31% 125M 10s 35050K .......... .......... .......... .......... .......... 31% 9.84M 10s 35100K .......... .......... .......... .......... .......... 31% 8.82M 10s 35150K .......... .......... .......... .......... .......... 31% 3.99M 10s 35200K .......... .......... .......... .......... .......... 31% 109M 10s 35250K .......... .......... .......... .......... .......... 31% 14.9M 10s 35300K .......... .......... .......... .......... .......... 31% 6.88M 10s 35350K .......... .......... .......... .......... .......... 31% 5.01M 10s 35400K .......... .......... .......... .......... .......... 31% 5.95M 10s 35450K .......... .......... .......... .......... .......... 32% 177M 10s 35500K .......... .......... .......... .......... .......... 32% 187M 10s 35550K .......... .......... .......... .......... .......... 32% 5.02M 10s 35600K .......... .......... .......... .......... .......... 32% 3.59M 10s 35650K .......... .......... .......... .......... .......... 32% 123M 10s 35700K .......... .......... .......... .......... .......... 32% 63.9M 10s 35750K .......... .......... .......... .......... .......... 32% 13.7M 10s 35800K .......... .......... .......... .......... .......... 32% 4.46M 10s 35850K .......... .......... .......... .......... .......... 32% 4.08M 10s 35900K .......... .......... .......... .......... .......... 32% 152M 10s 35950K .......... .......... .......... .......... .......... 32% 170M 10s 36000K .......... .......... .......... .......... .......... 32% 5.57M 10s 36050K .......... .......... .......... .......... .......... 32% 3.44M 10s 36100K .......... .......... .......... .......... .......... 32% 36.6M 10s 36150K .......... .......... .......... .......... .......... 32% 122M 10s 36200K .......... .......... .......... .......... .......... 32% 139M 10s 36250K .......... .......... .......... .......... .......... 32% 5.13M 10s 36300K .......... .......... .......... .......... .......... 32% 3.98M 10s 36350K .......... .......... .......... .......... .......... 32% 44.8M 10s 36400K .......... .......... .......... .......... .......... 32% 133M 10s 36450K .......... .......... .......... .......... .......... 32% 10.2M 10s 36500K .......... .......... .......... .......... .......... 32% 3.96M 10s 36550K .......... .......... .......... .......... .......... 33% 9.13M 10s 36600K .......... .......... .......... .......... .......... 33% 76.2M 10s 36650K .......... .......... .......... .......... .......... 33% 93.9M 10s 36700K .......... .......... .......... .......... .......... 33% 6.72M 10s 36750K .......... .......... .......... .......... .......... 33% 3.29M 10s 36800K .......... .......... .......... .......... .......... 33% 100M 10s 36850K .......... .......... .......... .......... .......... 33% 131M 10s 36900K .......... .......... .......... .......... .......... 33% 59.1M 10s 36950K .......... .......... .......... .......... .......... 33% 4.46M 10s 37000K .......... .......... .......... .......... .......... 33% 4.52M 10s 37050K .......... .......... .......... .......... .......... 33% 67.0M 10s 37100K .......... .......... .......... .......... .......... 33% 124M 10s 37150K .......... .......... .......... .......... .......... 33% 17.9M 10s 37200K .......... .......... .......... .......... .......... 33% 2.55M 10s 37250K .......... .......... .......... .......... .......... 33% 64.8M 10s 37300K .......... .......... .......... .......... .......... 33% 63.7M 10s 37350K .......... .......... .......... .......... .......... 33% 154M 10s 37400K .......... .......... .......... .......... .......... 33% 5.05M 10s 37450K .......... .......... .......... .......... .......... 33% 3.94M 10s 37500K .......... .......... .......... .......... .......... 33% 67.3M 10s 37550K .......... .......... .......... .......... .......... 33% 19.6M 10s 37600K .......... .......... .......... .......... .......... 33% 22.7M 10s 37650K .......... .......... .......... .......... .......... 34% 3.47M 10s 37700K .......... .......... .......... .......... .......... 34% 10.9M 10s 37750K .......... .......... .......... .......... .......... 34% 172M 10s 37800K .......... .......... .......... .......... .......... 34% 18.0M 10s 37850K .......... .......... .......... .......... .......... 34% 19.0M 10s 37900K .......... .......... .......... .......... .......... 34% 2.81M 10s 37950K .......... .......... .......... .......... .......... 34% 71.5M 10s 38000K .......... .......... .......... .......... .......... 34% 16.7M 10s 38050K .......... .......... .......... .......... .......... 34% 31.4M 9s 38100K .......... .......... .......... .......... .......... 34% 6.64M 9s 38150K .......... .......... .......... .......... .......... 34% 4.32M 9s 38200K .......... .......... .......... .......... .......... 34% 81.9M 9s 38250K .......... .......... .......... .......... .......... 34% 18.0M 9s 38300K .......... .......... .......... .......... .......... 34% 22.6M 9s 38350K .......... .......... .......... .......... .......... 34% 3.56M 9s 38400K .......... .......... .......... .......... .......... 34% 10.8M 9s 38450K .......... .......... .......... .......... .......... 34% 86.1M 9s 38500K .......... .......... .......... .......... .......... 34% 17.5M 9s 38550K .......... .......... .......... .......... .......... 34% 6.92M 9s 38600K .......... .......... .......... .......... .......... 34% 3.77M 9s 38650K .......... .......... .......... .......... .......... 34% 143M 9s 38700K .......... .......... .......... .......... .......... 34% 19.0M 9s 38750K .......... .......... .......... .......... .......... 35% 98.7M 9s 38800K .......... .......... .......... .......... .......... 35% 3.08M 9s 38850K .......... .......... .......... .......... .......... 35% 9.85M 9s 38900K .......... .......... .......... .......... .......... 35% 128M 9s 38950K .......... .......... .......... .......... .......... 35% 22.5M 9s 39000K .......... .......... .......... .......... .......... 35% 6.66M 9s 39050K .......... .......... .......... .......... .......... 35% 4.99M 9s 39100K .......... .......... .......... .......... .......... 35% 11.6M 9s 39150K .......... .......... .......... .......... .......... 35% 158M 9s 39200K .......... .......... .......... .......... .......... 35% 24.7M 9s 39250K .......... .......... .......... .......... .......... 35% 7.04M 9s 39300K .......... .......... .......... .......... .......... 35% 3.50M 9s 39350K .......... .......... .......... .......... .......... 35% 124M 9s 39400K .......... .......... .......... .......... .......... 35% 21.5M 9s 39450K .......... .......... .......... .......... .......... 35% 138M 9s 39500K .......... .......... .......... .......... .......... 35% 7.59M 9s 39550K .......... .......... .......... .......... .......... 35% 3.40M 9s 39600K .......... .......... .......... .......... .......... 35% 30.4M 9s 39650K .......... .......... .......... .......... .......... 35% 103M 9s 39700K .......... .......... .......... .......... .......... 35% 19.6M 9s 39750K .......... .......... .......... .......... .......... 35% 5.29M 9s 39800K .......... .......... .......... .......... .......... 35% 4.80M 9s 39850K .......... .......... .......... .......... .......... 36% 84.1M 9s 39900K .......... .......... .......... .......... .......... 36% 48.3M 9s 39950K .......... .......... .......... .......... .......... 36% 20.0M 9s 40000K .......... .......... .......... .......... .......... 36% 3.73M 9s 40050K .......... .......... .......... .......... .......... 36% 7.67M 9s 40100K .......... .......... .......... .......... .......... 36% 68.6M 9s 40150K .......... .......... .......... .......... .......... 36% 51.7M 9s 40200K .......... .......... .......... .......... .......... 36% 6.08M 9s 40250K .......... .......... .......... .......... .......... 36% 5.18M 9s 40300K .......... .......... .......... .......... .......... 36% 11.5M 9s 40350K .......... .......... .......... .......... .......... 36% 64.6M 9s 40400K .......... .......... .......... .......... .......... 36% 33.6M 9s 40450K .......... .......... .......... .......... .......... 36% 6.56M 9s 40500K .......... .......... .......... .......... .......... 36% 3.52M 9s 40550K .......... .......... .......... .......... .......... 36% 110M 9s 40600K .......... .......... .......... .......... .......... 36% 28.4M 9s 40650K .......... .......... .......... .......... .......... 36% 139M 9s 40700K .......... .......... .......... .......... .......... 36% 6.66M 9s 40750K .......... .......... .......... .......... .......... 36% 3.30M 9s 40800K .......... .......... .......... .......... .......... 36% 146M 9s 40850K .......... .......... .......... .......... .......... 36% 39.5M 9s 40900K .......... .......... .......... .......... .......... 36% 20.6M 9s 40950K .......... .......... .......... .......... .......... 37% 6.10M 9s 41000K .......... .......... .......... .......... .......... 37% 4.08M 9s 41050K .......... .......... .......... .......... .......... 37% 170M 9s 41100K .......... .......... .......... .......... .......... 37% 58.9M 9s 41150K .......... .......... .......... .......... .......... 37% 24.7M 9s 41200K .......... .......... .......... .......... .......... 37% 3.98M 9s 41250K .......... .......... .......... .......... .......... 37% 5.82M 9s 41300K .......... .......... .......... .......... .......... 37% 155M 9s 41350K .......... .......... .......... .......... .......... 37% 111M 9s 41400K .......... .......... .......... .......... .......... 37% 6.43M 9s 41450K .......... .......... .......... .......... .......... 37% 7.14M 9s 41500K .......... .......... .......... .......... .......... 37% 5.72M 9s 41550K .......... .......... .......... .......... .......... 37% 139M 9s 41600K .......... .......... .......... .......... .......... 37% 108M 9s 41650K .......... .......... .......... .......... .......... 37% 6.24M 9s 41700K .......... .......... .......... .......... .......... 37% 4.44M 9s 41750K .......... .......... .......... .......... .......... 37% 12.9M 9s 41800K .......... .......... .......... .......... .......... 37% 123M 9s 41850K .......... .......... .......... .......... .......... 37% 56.0M 9s 41900K .......... .......... .......... .......... .......... 37% 6.52M 9s 41950K .......... .......... .......... .......... .......... 37% 6.84M 9s 42000K .......... .......... .......... .......... .......... 37% 6.07M 9s 42050K .......... .......... .......... .......... .......... 37% 116M 9s 42100K .......... .......... .......... .......... .......... 38% 24.6M 9s 42150K .......... .......... .......... .......... .......... 38% 8.09M 9s 42200K .......... .......... .......... .......... .......... 38% 3.39M 9s 42250K .......... .......... .......... .......... .......... 38% 118M 9s 42300K .......... .......... .......... .......... .......... 38% 93.2M 9s 42350K .......... .......... .......... .......... .......... 38% 22.3M 9s 42400K .......... .......... .......... .......... .......... 38% 5.60M 9s 42450K .......... .......... .......... .......... .......... 38% 4.06M 9s 42500K .......... .......... .......... .......... .......... 38% 137M 9s 42550K .......... .......... .......... .......... .......... 38% 28.4M 9s 42600K .......... .......... .......... .......... .......... 38% 51.3M 9s 42650K .......... .......... .......... .......... .......... 38% 5.67M 9s 42700K .......... .......... .......... .......... .......... 38% 5.74M 9s 42750K .......... .......... .......... .......... .......... 38% 14.2M 9s 42800K .......... .......... .......... .......... .......... 38% 22.7M 9s 42850K .......... .......... .......... .......... .......... 38% 7.65M 9s 42900K .......... .......... .......... .......... .......... 38% 15.6M 9s 42950K .......... .......... .......... .......... .......... 38% 3.99M 9s 43000K .......... .......... .......... .......... .......... 38% 141M 9s 43050K .......... .......... .......... .......... .......... 38% 27.1M 9s 43100K .......... .......... .......... .......... .......... 38% 152M 9s 43150K .......... .......... .......... .......... .......... 38% 5.76M 9s 43200K .......... .......... .......... .......... .......... 39% 3.85M 9s 43250K .......... .......... .......... .......... .......... 39% 93.6M 9s 43300K .......... .......... .......... .......... .......... 39% 20.3M 9s 43350K .......... .......... .......... .......... .......... 39% 172M 9s 43400K .......... .......... .......... .......... .......... 39% 6.18M 9s 43450K .......... .......... .......... .......... .......... 39% 4.08M 9s 43500K .......... .......... .......... .......... .......... 39% 37.8M 9s 43550K .......... .......... .......... .......... .......... 39% 21.5M 9s 43600K .......... .......... .......... .......... .......... 39% 10.0M 8s 43650K .......... .......... .......... .......... .......... 39% 16.0M 8s 43700K .......... .......... .......... .......... .......... 39% 4.28M 8s 43750K .......... .......... .......... .......... .......... 39% 32.9M 8s 43800K .......... .......... .......... .......... .......... 39% 18.3M 8s 43850K .......... .......... .......... .......... .......... 39% 57.5M 8s 43900K .......... .......... .......... .......... .......... 39% 11.2M 8s 43950K .......... .......... .......... .......... .......... 39% 4.29M 8s 44000K .......... .......... .......... .......... .......... 39% 11.6M 8s 44050K .......... .......... .......... .......... .......... 39% 20.2M 8s 44100K .......... .......... .......... .......... .......... 39% 65.7M 8s 44150K .......... .......... .......... .......... .......... 39% 6.64M 8s 44200K .......... .......... .......... .......... .......... 39% 4.22M 8s 44250K .......... .......... .......... .......... .......... 39% 72.9M 8s 44300K .......... .......... .......... .......... .......... 40% 14.4M 8s 44350K .......... .......... .......... .......... .......... 40% 103M 8s 44400K .......... .......... .......... .......... .......... 40% 6.95M 8s 44450K .......... .......... .......... .......... .......... 40% 4.22M 8s 44500K .......... .......... .......... .......... .......... 40% 38.7M 8s 44550K .......... .......... .......... .......... .......... 40% 15.8M 8s 44600K .......... .......... .......... .......... .......... 40% 89.5M 8s 44650K .......... .......... .......... .......... .......... 40% 11.2M 8s 44700K .......... .......... .......... .......... .......... 40% 4.29M 8s 44750K .......... .......... .......... .......... .......... 40% 13.8M 8s 44800K .......... .......... .......... .......... .......... 40% 12.3M 8s 44850K .......... .......... .......... .......... .......... 40% 102M 8s 44900K .......... .......... .......... .......... .......... 40% 7.69M 8s 44950K .......... .......... .......... .......... .......... 40% 5.37M 8s 45000K .......... .......... .......... .......... .......... 40% 13.9M 8s 45050K .......... .......... .......... .......... .......... 40% 12.7M 8s 45100K .......... .......... .......... .......... .......... 40% 114M 8s 45150K .......... .......... .......... .......... .......... 40% 11.1M 8s 45200K .......... .......... .......... .......... .......... 40% 4.16M 8s 45250K .......... .......... .......... .......... .......... 40% 16.3M 8s 45300K .......... .......... .......... .......... .......... 40% 10.0M 8s 45350K .......... .......... .......... .......... .......... 40% 137M 8s 45400K .......... .......... .......... .......... .......... 41% 15.5M 8s 45450K .......... .......... .......... .......... .......... 41% 4.09M 8s 45500K .......... .......... .......... .......... .......... 41% 16.5M 8s 45550K .......... .......... .......... .......... .......... 41% 9.23M 8s 45600K .......... .......... .......... .......... .......... 41% 155M 8s 45650K .......... .......... .......... .......... .......... 41% 17.0M 8s 45700K .......... .......... .......... .......... .......... 41% 4.08M 8s 45750K .......... .......... .......... .......... .......... 41% 11.3M 8s 45800K .......... .......... .......... .......... .......... 41% 16.0M 8s 45850K .......... .......... .......... .......... .......... 41% 27.8M 8s 45900K .......... .......... .......... .......... .......... 41% 22.4M 8s 45950K .......... .......... .......... .......... .......... 41% 5.11M 8s 46000K .......... .......... .......... .......... .......... 41% 7.00M 8s 46050K .......... .......... .......... .......... .......... 41% 18.9M 8s 46100K .......... .......... .......... .......... .......... 41% 24.7M 8s 46150K .......... .......... .......... .......... .......... 41% 25.6M 8s 46200K .......... .......... .......... .......... .......... 41% 4.67M 8s 46250K .......... .......... .......... .......... .......... 41% 7.62M 8s 46300K .......... .......... .......... .......... .......... 41% 131M 8s 46350K .......... .......... .......... .......... .......... 41% 14.2M 8s 46400K .......... .......... .......... .......... .......... 41% 20.3M 8s 46450K .......... .......... .......... .......... .......... 41% 4.57M 8s 46500K .......... .......... .......... .......... .......... 42% 7.58M 8s 46550K .......... .......... .......... .......... .......... 42% 16.0M 8s 46600K .......... .......... .......... .......... .......... 42% 51.1M 8s 46650K .......... .......... .......... .......... .......... 42% 22.1M 8s 46700K .......... .......... .......... .......... .......... 42% 5.93M 8s 46750K .......... .......... .......... .......... .......... 42% 5.27M 8s 46800K .......... .......... .......... .......... .......... 42% 46.6M 8s 46850K .......... .......... .......... .......... .......... 42% 19.7M 8s 46900K .......... .......... .......... .......... .......... 42% 19.7M 8s 46950K .......... .......... .......... .......... .......... 42% 4.73M 8s 47000K .......... .......... .......... .......... .......... 42% 7.42M 8s 47050K .......... .......... .......... .......... .......... 42% 38.2M 8s 47100K .......... .......... .......... .......... .......... 42% 20.2M 8s 47150K .......... .......... .......... .......... .......... 42% 14.7M 8s 47200K .......... .......... .......... .......... .......... 42% 5.91M 8s 47250K .......... .......... .......... .......... .......... 42% 5.51M 8s 47300K .......... .......... .......... .......... .......... 42% 70.5M 8s 47350K .......... .......... .......... .......... .......... 42% 15.6M 8s 47400K .......... .......... .......... .......... .......... 42% 19.2M 8s 47450K .......... .......... .......... .......... .......... 42% 11.6M 8s 47500K .......... .......... .......... .......... .......... 42% 6.28M 8s 47550K .......... .......... .......... .......... .......... 42% 9.45M 8s 47600K .......... .......... .......... .......... .......... 43% 13.0M 8s 47650K .......... .......... .......... .......... .......... 43% 19.1M 8s 47700K .......... .......... .......... .......... .......... 43% 109M 8s 47750K .......... .......... .......... .......... .......... 43% 4.34M 8s 47800K .......... .......... .......... .......... .......... 43% 8.36M 8s 47850K .......... .......... .......... .......... .......... 43% 20.3M 8s 47900K .......... .......... .......... .......... .......... 43% 44.0M 8s 47950K .......... .......... .......... .......... .......... 43% 19.0M 8s 48000K .......... .......... .......... .......... .......... 43% 6.13M 8s 48050K .......... .......... .......... .......... .......... 43% 5.29M 8s 48100K .......... .......... .......... .......... .......... 43% 134M 8s 48150K .......... .......... .......... .......... .......... 43% 14.2M 8s 48200K .......... .......... .......... .......... .......... 43% 19.2M 8s 48250K .......... .......... .......... .......... .......... 43% 9.70M 8s 48300K .......... .......... .......... .......... .......... 43% 4.37M 8s 48350K .......... .......... .......... .......... .......... 43% 28.8M 8s 48400K .......... .......... .......... .......... .......... 43% 17.0M 8s 48450K .......... .......... .......... .......... .......... 43% 18.1M 8s 48500K .......... .......... .......... .......... .......... 43% 38.8M 8s 48550K .......... .......... .......... .......... .......... 43% 3.79M 8s 48600K .......... .......... .......... .......... .......... 43% 11.4M 8s 48650K .......... .......... .......... .......... .......... 43% 35.3M 8s 48700K .......... .......... .......... .......... .......... 43% 30.8M 8s 48750K .......... .......... .......... .......... .......... 44% 5.62M 8s 48800K .......... .......... .......... .......... .......... 44% 7.80M 8s 48850K .......... .......... .......... .......... .......... 44% 10.1M 8s 48900K .......... .......... .......... .......... .......... 44% 22.6M 8s 48950K .......... .......... .......... .......... .......... 44% 16.1M 8s 49000K .......... .......... .......... .......... .......... 44% 7.21M 8s 49050K .......... .......... .......... .......... .......... 44% 85.6M 8s 49100K .......... .......... .......... .......... .......... 44% 4.56M 8s 49150K .......... .......... .......... .......... .......... 44% 34.5M 8s 49200K .......... .......... .......... .......... .......... 44% 18.5M 8s 49250K .......... .......... .......... .......... .......... 44% 11.1M 8s 49300K .......... .......... .......... .......... .......... 44% 10.2M 8s 49350K .......... .......... .......... .......... .......... 44% 4.97M 8s 49400K .......... .......... .......... .......... .......... 44% 61.0M 8s 49450K .......... .......... .......... .......... .......... 44% 23.0M 8s 49500K .......... .......... .......... .......... .......... 44% 15.5M 7s 49550K .......... .......... .......... .......... .......... 44% 7.02M 7s 49600K .......... .......... .......... .......... .......... 44% 6.28M 7s 49650K .......... .......... .......... .......... .......... 44% 14.9M 7s 49700K .......... .......... .......... .......... .......... 44% 18.2M 7s 49750K .......... .......... .......... .......... .......... 44% 20.5M 7s 49800K .......... .......... .......... .......... .......... 44% 9.86M 7s 49850K .......... .......... .......... .......... .......... 45% 14.4M 7s 49900K .......... .......... .......... .......... .......... 45% 3.93M 7s 49950K .......... .......... .......... .......... .......... 45% 167M 7s 50000K .......... .......... .......... .......... .......... 45% 16.0M 7s 50050K .......... .......... .......... .......... .......... 45% 11.2M 7s 50100K .......... .......... .......... .......... .......... 45% 17.2M 7s 50150K .......... .......... .......... .......... .......... 45% 3.80M 7s 50200K .......... .......... .......... .......... .......... 45% 90.2M 7s 50250K .......... .......... .......... .......... .......... 45% 12.0M 7s 50300K .......... .......... .......... .......... .......... 45% 164M 7s 50350K .......... .......... .......... .......... .......... 45% 8.75M 7s 50400K .......... .......... .......... .......... .......... 45% 4.21M 7s 50450K .......... .......... .......... .......... .......... 45% 16.1M 7s 50500K .......... .......... .......... .......... .......... 45% 129M 7s 50550K .......... .......... .......... .......... .......... 45% 13.1M 7s 50600K .......... .......... .......... .......... .......... 45% 9.53M 7s 50650K .......... .......... .......... .......... .......... 45% 130M 7s 50700K .......... .......... .......... .......... .......... 45% 3.52M 7s 50750K .......... .......... .......... .......... .......... 45% 127M 7s 50800K .......... .......... .......... .......... .......... 45% 11.5M 7s 50850K .......... .......... .......... .......... .......... 45% 11.4M 7s 50900K .......... .......... .......... .......... .......... 45% 21.1M 7s 50950K .......... .......... .......... .......... .......... 46% 3.63M 7s 51000K .......... .......... .......... .......... .......... 46% 112M 7s 51050K .......... .......... .......... .......... .......... 46% 13.1M 7s 51100K .......... .......... .......... .......... .......... 46% 101M 7s 51150K .......... .......... .......... .......... .......... 46% 9.52M 7s 51200K .......... .......... .......... .......... .......... 46% 4.88M 7s 51250K .......... .......... .......... .......... .......... 46% 10.2M 7s 51300K .......... .......... .......... .......... .......... 46% 51.0M 7s 51350K .......... .......... .......... .......... .......... 46% 17.0M 7s 51400K .......... .......... .......... .......... .......... 46% 11.6M 7s 51450K .......... .......... .......... .......... .......... 46% 96.9M 7s 51500K .......... .......... .......... .......... .......... 46% 3.20M 7s 51550K .......... .......... .......... .......... .......... 46% 42.3M 7s 51600K .......... .......... .......... .......... .......... 46% 24.7M 7s 51650K .......... .......... .......... .......... .......... 46% 12.5M 7s 51700K .......... .......... .......... .......... .......... 46% 23.1M 7s 51750K .......... .......... .......... .......... .......... 46% 5.25M 7s 51800K .......... .......... .......... .......... .......... 46% 8.68M 7s 51850K .......... .......... .......... .......... .......... 46% 68.2M 7s 51900K .......... .......... .......... .......... .......... 46% 25.4M 7s 51950K .......... .......... .......... .......... .......... 46% 8.45M 7s 52000K .......... .......... .......... .......... .......... 46% 5.39M 7s 52050K .......... .......... .......... .......... .......... 47% 7.61M 7s 52100K .......... .......... .......... .......... .......... 47% 159M 7s 52150K .......... .......... .......... .......... .......... 47% 31.2M 7s 52200K .......... .......... .......... .......... .......... 47% 83.0M 7s 52250K .......... .......... .......... .......... .......... 47% 8.76M 7s 52300K .......... .......... .......... .......... .......... 47% 3.57M 7s 52350K .......... .......... .......... .......... .......... 47% 21.8M 7s 52400K .......... .......... .......... .......... .......... 47% 18.6M 7s 52450K .......... .......... .......... .......... .......... 47% 175M 7s 52500K .......... .......... .......... .......... .......... 47% 11.2M 7s 52550K .......... .......... .......... .......... .......... 47% 106M 7s 52600K .......... .......... .......... .......... .......... 47% 3.14M 7s 52650K .......... .......... .......... .......... .......... 47% 83.7M 7s 52700K .......... .......... .......... .......... .......... 47% 19.9M 7s 52750K .......... .......... .......... .......... .......... 47% 51.0M 7s 52800K .......... .......... .......... .......... .......... 47% 9.72M 7s 52850K .......... .......... .......... .......... .......... 47% 3.28M 7s 52900K .......... .......... .......... .......... .......... 47% 128M 7s 52950K .......... .......... .......... .......... .......... 47% 23.1M 7s 53000K .......... .......... .......... .......... .......... 47% 23.2M 7s 53050K .......... .......... .......... .......... .......... 47% 11.3M 7s 53100K .......... .......... .......... .......... .......... 47% 95.6M 7s 53150K .......... .......... .......... .......... .......... 48% 3.55M 7s 53200K .......... .......... .......... .......... .......... 48% 66.3M 7s 53250K .......... .......... .......... .......... .......... 48% 18.6M 7s 53300K .......... .......... .......... .......... .......... 48% 26.9M 7s 53350K .......... .......... .......... .......... .......... 48% 11.1M 7s 53400K .......... .......... .......... .......... .......... 48% 4.15M 7s 53450K .......... .......... .......... .......... .......... 48% 21.2M 7s 53500K .......... .......... .......... .......... .......... 48% 26.5M 7s 53550K .......... .......... .......... .......... .......... 48% 42.9M 7s 53600K .......... .......... .......... .......... .......... 48% 8.03M 7s 53650K .......... .......... .......... .......... .......... 48% 16.2M 7s 53700K .......... .......... .......... .......... .......... 48% 3.93M 7s 53750K .......... .......... .......... .......... .......... 48% 144M 7s 53800K .......... .......... .......... .......... .......... 48% 32.1M 7s 53850K .......... .......... .......... .......... .......... 48% 24.9M 7s 53900K .......... .......... .......... .......... .......... 48% 10.4M 7s 53950K .......... .......... .......... .......... .......... 48% 6.80M 7s 54000K .......... .......... .......... .......... .......... 48% 6.14M 7s 54050K .......... .......... .......... .......... .......... 48% 31.8M 7s 54100K .......... .......... .......... .......... .......... 48% 23.6M 7s 54150K .......... .......... .......... .......... .......... 48% 12.9M 7s 54200K .......... .......... .......... .......... .......... 48% 31.1M 7s 54250K .......... .......... .......... .......... .......... 49% 3.74M 7s 54300K .......... .......... .......... .......... .......... 49% 28.6M 7s 54350K .......... .......... .......... .......... .......... 49% 28.7M 7s 54400K .......... .......... .......... .......... .......... 49% 40.2M 7s 54450K .......... .......... .......... .......... .......... 49% 9.62M 7s 54500K .......... .......... .......... .......... .......... 49% 7.24M 7s 54550K .......... .......... .......... .......... .......... 49% 6.25M 7s 54600K .......... .......... .......... .......... .......... 49% 41.5M 7s 54650K .......... .......... .......... .......... .......... 49% 35.2M 7s 54700K .......... .......... .......... .......... .......... 49% 30.1M 7s 54750K .......... .......... .......... .......... .......... 49% 11.1M 7s 54800K .......... .......... .......... .......... .......... 49% 3.39M 7s 54850K .......... .......... .......... .......... .......... 49% 64.0M 7s 54900K .......... .......... .......... .......... .......... 49% 22.7M 7s 54950K .......... .......... .......... .......... .......... 49% 33.5M 7s 55000K .......... .......... .......... .......... .......... 49% 10.8M 7s 55050K .......... .......... .......... .......... .......... 49% 6.54M 7s 55100K .......... .......... .......... .......... .......... 49% 6.46M 7s 55150K .......... .......... .......... .......... .......... 49% 95.1M 7s 55200K .......... .......... .......... .......... .......... 49% 16.9M 7s 55250K .......... .......... .......... .......... .......... 49% 60.3M 7s 55300K .......... .......... .......... .......... .......... 49% 9.67M 7s 55350K .......... .......... .......... .......... .......... 50% 4.13M 7s 55400K .......... .......... .......... .......... .......... 50% 19.2M 7s 55450K .......... .......... .......... .......... .......... 50% 130M 7s 55500K .......... .......... .......... .......... .......... 50% 14.9M 7s 55550K .......... .......... .......... .......... .......... 50% 154M 7s 55600K .......... .......... .......... .......... .......... 50% 9.98M 7s 55650K .......... .......... .......... .......... .......... 50% 3.45M 7s 55700K .......... .......... .......... .......... .......... 50% 122M 7s 55750K .......... .......... .......... .......... .......... 50% 11.5M 7s 55800K .......... .......... .......... .......... .......... 50% 121M 7s 55850K .......... .......... .......... .......... .......... 50% 10.3M 6s 55900K .......... .......... .......... .......... .......... 50% 4.33M 6s 55950K .......... .......... .......... .......... .......... 50% 19.8M 6s 56000K .......... .......... .......... .......... .......... 50% 77.7M 6s 56050K .......... .......... .......... .......... .......... 50% 11.2M 6s 56100K .......... .......... .......... .......... .......... 50% 134M 6s 56150K .......... .......... .......... .......... .......... 50% 11.1M 6s 56200K .......... .......... .......... .......... .......... 50% 4.05M 6s 56250K .......... .......... .......... .......... .......... 50% 26.6M 6s 56300K .......... .......... .......... .......... .......... 50% 95.4M 6s 56350K .......... .......... .......... .......... .......... 50% 11.5M 6s 56400K .......... .......... .......... .......... .......... 50% 12.9M 6s 56450K .......... .......... .......... .......... .......... 50% 34.1M 6s 56500K .......... .......... .......... .......... .......... 51% 2.87M 6s 56550K .......... .......... .......... .......... .......... 51% 143M 6s 56600K .......... .......... .......... .......... .......... 51% 71.9M 6s 56650K .......... .......... .......... .......... .......... 51% 96.3M 6s 56700K .......... .......... .......... .......... .......... 51% 13.3M 6s 56750K .......... .......... .......... .......... .......... 51% 66.1M 6s 56800K .......... .......... .......... .......... .......... 51% 2.74M 6s 56850K .......... .......... .......... .......... .......... 51% 99.8M 6s 56900K .......... .......... .......... .......... .......... 51% 38.9M 6s 56950K .......... .......... .......... .......... .......... 51% 170M 6s 57000K .......... .......... .......... .......... .......... 51% 11.9M 6s 57050K .......... .......... .......... .......... .......... 51% 4.02M 6s 57100K .......... .......... .......... .......... .......... 51% 9.10M 6s 57150K .......... .......... .......... .......... .......... 51% 66.3M 6s 57200K .......... .......... .......... .......... .......... 51% 50.6M 6s 57250K .......... .......... .......... .......... .......... 51% 16.9M 6s 57300K .......... .......... .......... .......... .......... 51% 27.0M 6s 57350K .......... .......... .......... .......... .......... 51% 2.94M 6s 57400K .......... .......... .......... .......... .......... 51% 83.9M 6s 57450K .......... .......... .......... .......... .......... 51% 107M 6s 57500K .......... .......... .......... .......... .......... 51% 57.6M 6s 57550K .......... .......... .......... .......... .......... 51% 10.5M 6s 57600K .......... .......... .......... .......... .......... 52% 4.26M 6s 57650K .......... .......... .......... .......... .......... 52% 8.32M 6s 57700K .......... .......... .......... .......... .......... 52% 125M 6s 57750K .......... .......... .......... .......... .......... 52% 87.7M 6s 57800K .......... .......... .......... .......... .......... 52% 58.4M 6s 57850K .......... .......... .......... .......... .......... 52% 10.7M 6s 57900K .......... .......... .......... .......... .......... 52% 4.30M 6s 57950K .......... .......... .......... .......... .......... 52% 8.41M 6s 58000K .......... .......... .......... .......... .......... 52% 90.2M 6s 58050K .......... .......... .......... .......... .......... 52% 42.8M 6s 58100K .......... .......... .......... .......... .......... 52% 16.3M 6s 58150K .......... .......... .......... .......... .......... 52% 16.3M 6s 58200K .......... .......... .......... .......... .......... 52% 3.14M 6s 58250K .......... .......... .......... .......... .......... 52% 105M 6s 58300K .......... .......... .......... .......... .......... 52% 83.5M 6s 58350K .......... .......... .......... .......... .......... 52% 130M 6s 58400K .......... .......... .......... .......... .......... 52% 9.84M 6s 58450K .......... .......... .......... .......... .......... 52% 29.1M 6s 58500K .......... .......... .......... .......... .......... 52% 3.12M 6s 58550K .......... .......... .......... .......... .......... 52% 92.9M 6s 58600K .......... .......... .......... .......... .......... 52% 43.6M 6s 58650K .......... .......... .......... .......... .......... 52% 159M 6s 58700K .......... .......... .......... .......... .......... 53% 11.5M 6s 58750K .......... .......... .......... .......... .......... 53% 28.3M 6s 58800K .......... .......... .......... .......... .......... 53% 2.99M 6s 58850K .......... .......... .......... .......... .......... 53% 170M 6s 58900K .......... .......... .......... .......... .......... 53% 153M 6s 58950K .......... .......... .......... .......... .......... 53% 60.9M 6s 59000K .......... .......... .......... .......... .......... 53% 11.3M 6s 59050K .......... .......... .......... .......... .......... 53% 4.21M 6s 59100K .......... .......... .......... .......... .......... 53% 7.29M 6s 59150K .......... .......... .......... .......... .......... 53% 179M 6s 59200K .......... .......... .......... .......... .......... 53% 54.7M 6s 59250K .......... .......... .......... .......... .......... 53% 21.3M 6s 59300K .......... .......... .......... .......... .......... 53% 20.1M 6s 59350K .......... .......... .......... .......... .......... 53% 2.85M 6s 59400K .......... .......... .......... .......... .......... 53% 134M 6s 59450K .......... .......... .......... .......... .......... 53% 79.7M 6s 59500K .......... .......... .......... .......... .......... 53% 45.2M 6s 59550K .......... .......... .......... .......... .......... 53% 20.7M 6s 59600K .......... .......... .......... .......... .......... 53% 23.5M 6s 59650K .......... .......... .......... .......... .......... 53% 2.90M 6s 59700K .......... .......... .......... .......... .......... 53% 98.4M 6s 59750K .......... .......... .......... .......... .......... 53% 87.6M 6s 59800K .......... .......... .......... .......... .......... 54% 42.2M 6s 59850K .......... .......... .......... .......... .......... 54% 11.9M 6s 59900K .......... .......... .......... .......... .......... 54% 155M 6s 59950K .......... .......... .......... .......... .......... 54% 3.02M 6s 60000K .......... .......... .......... .......... .......... 54% 40.7M 6s 60050K .......... .......... .......... .......... .......... 54% 35.6M 6s 60100K .......... .......... .......... .......... .......... 54% 112M 6s 60150K .......... .......... .......... .......... .......... 54% 6.43M 6s 60200K .......... .......... .......... .......... .......... 54% 5.80M 6s 60250K .......... .......... .......... .......... .......... 54% 8.41M 6s 60300K .......... .......... .......... .......... .......... 54% 156M 6s 60350K .......... .......... .......... .......... .......... 54% 153M 6s 60400K .......... .......... .......... .......... .......... 54% 79.0M 6s 60450K .......... .......... .......... .......... .......... 54% 6.23M 6s 60500K .......... .......... .......... .......... .......... 54% 4.50M 6s 60550K .......... .......... .......... .......... .......... 54% 12.6M 6s 60600K .......... .......... .......... .......... .......... 54% 130M 6s 60650K .......... .......... .......... .......... .......... 54% 85.5M 6s 60700K .......... .......... .......... .......... .......... 54% 135M 6s 60750K .......... .......... .......... .......... .......... 54% 6.72M 6s 60800K .......... .......... .......... .......... .......... 54% 4.20M 6s 60850K .......... .......... .......... .......... .......... 54% 14.6M 6s 60900K .......... .......... .......... .......... .......... 55% 69.0M 6s 60950K .......... .......... .......... .......... .......... 55% 174M 6s 61000K .......... .......... .......... .......... .......... 55% 26.4M 6s 61050K .......... .......... .......... .......... .......... 55% 7.07M 6s 61100K .......... .......... .......... .......... .......... 55% 4.11M 6s 61150K .......... .......... .......... .......... .......... 55% 24.0M 6s 61200K .......... .......... .......... .......... .......... 55% 70.4M 6s 61250K .......... .......... .......... .......... .......... 55% 155M 6s 61300K .......... .......... .......... .......... .......... 55% 169M 6s 61350K .......... .......... .......... .......... .......... 55% 4.64M 6s 61400K .......... .......... .......... .......... .......... 55% 4.11M 6s 61450K .......... .......... .......... .......... .......... 55% 167M 6s 61500K .......... .......... .......... .......... .......... 55% 139M 6s 61550K .......... .......... .......... .......... .......... 55% 31.0M 6s 61600K .......... .......... .......... .......... .......... 55% 141M 6s 61650K .......... .......... .......... .......... .......... 55% 5.42M 6s 61700K .......... .......... .......... .......... .......... 55% 4.19M 6s 61750K .......... .......... .......... .......... .......... 55% 88.7M 6s 61800K .......... .......... .......... .......... .......... 55% 54.0M 6s 61850K .......... .......... .......... .......... .......... 55% 45.8M 6s 61900K .......... .......... .......... .......... .......... 55% 92.9M 6s 61950K .......... .......... .......... .......... .......... 55% 5.61M 6s 62000K .......... .......... .......... .......... .......... 56% 4.15M 6s 62050K .......... .......... .......... .......... .......... 56% 90.6M 6s 62100K .......... .......... .......... .......... .......... 56% 20.2M 6s 62150K .......... .......... .......... .......... .......... 56% 147M 6s 62200K .......... .......... .......... .......... .......... 56% 152M 6s 62250K .......... .......... .......... .......... .......... 56% 5.92M 6s 62300K .......... .......... .......... .......... .......... 56% 4.20M 6s 62350K .......... .......... .......... .......... .......... 56% 139M 6s 62400K .......... .......... .......... .......... .......... 56% 15.9M 6s 62450K .......... .......... .......... .......... .......... 56% 158M 6s 62500K .......... .......... .......... .......... .......... 56% 159M 6s 62550K .......... .......... .......... .......... .......... 56% 6.10M 6s 62600K .......... .......... .......... .......... .......... 56% 4.13M 6s 62650K .......... .......... .......... .......... .......... 56% 159M 6s 62700K .......... .......... .......... .......... .......... 56% 13.4M 5s 62750K .......... .......... .......... .......... .......... 56% 82.8M 5s 62800K .......... .......... .......... .......... .......... 56% 152M 5s 62850K .......... .......... .......... .......... .......... 56% 7.34M 5s 62900K .......... .......... .......... .......... .......... 56% 3.91M 5s 62950K .......... .......... .......... .......... .......... 56% 95.2M 5s 63000K .......... .......... .......... .......... .......... 56% 20.9M 5s 63050K .......... .......... .......... .......... .......... 56% 154M 5s 63100K .......... .......... .......... .......... .......... 56% 54.5M 5s 63150K .......... .......... .......... .......... .......... 57% 6.91M 5s 63200K .......... .......... .......... .......... .......... 57% 3.80M 5s 63250K .......... .......... .......... .......... .......... 57% 164M 5s 63300K .......... .......... .......... .......... .......... 57% 26.2M 5s 63350K .......... .......... .......... .......... .......... 57% 89.0M 5s 63400K .......... .......... .......... .......... .......... 57% 83.4M 5s 63450K .......... .......... .......... .......... .......... 57% 6.87M 5s 63500K .......... .......... .......... .......... .......... 57% 4.07M 5s 63550K .......... .......... .......... .......... .......... 57% 42.7M 5s 63600K .......... .......... .......... .......... .......... 57% 13.3M 5s 63650K .......... .......... .......... .......... .......... 57% 164M 5s 63700K .......... .......... .......... .......... .......... 57% 172M 5s 63750K .......... .......... .......... .......... .......... 57% 7.94M 5s 63800K .......... .......... .......... .......... .......... 57% 4.11M 5s 63850K .......... .......... .......... .......... .......... 57% 51.0M 5s 63900K .......... .......... .......... .......... .......... 57% 19.6M 5s 63950K .......... .......... .......... .......... .......... 57% 22.8M 5s 64000K .......... .......... .......... .......... .......... 57% 152M 5s 64050K .......... .......... .......... .......... .......... 57% 8.80M 5s 64100K .......... .......... .......... .......... .......... 57% 3.25M 5s 64150K .......... .......... .......... .......... .......... 57% 180M 5s 64200K .......... .......... .......... .......... .......... 57% 166M 5s 64250K .......... .......... .......... .......... .......... 58% 13.9M 5s 64300K .......... .......... .......... .......... .......... 58% 168M 5s 64350K .......... .......... .......... .......... .......... 58% 12.2M 5s 64400K .......... .......... .......... .......... .......... 58% 3.20M 5s 64450K .......... .......... .......... .......... .......... 58% 92.7M 5s 64500K .......... .......... .......... .......... .......... 58% 26.2M 5s 64550K .......... .......... .......... .......... .......... 58% 23.9M 5s 64600K .......... .......... .......... .......... .......... 58% 129M 5s 64650K .......... .......... .......... .......... .......... 58% 9.94M 5s 64700K .......... .......... .......... .......... .......... 58% 3.59M 5s 64750K .......... .......... .......... .......... .......... 58% 99.9M 5s 64800K .......... .......... .......... .......... .......... 58% 77.2M 5s 64850K .......... .......... .......... .......... .......... 58% 15.6M 5s 64900K .......... .......... .......... .......... .......... 58% 104M 5s 64950K .......... .......... .......... .......... .......... 58% 7.57M 5s 65000K .......... .......... .......... .......... .......... 58% 3.74M 5s 65050K .......... .......... .......... .......... .......... 58% 152M 5s 65100K .......... .......... .......... .......... .......... 58% 162M 5s 65150K .......... .......... .......... .......... .......... 58% 17.6M 5s 65200K .......... .......... .......... .......... .......... 58% 86.0M 5s 65250K .......... .......... .......... .......... .......... 58% 7.25M 5s 65300K .......... .......... .......... .......... .......... 58% 3.85M 5s 65350K .......... .......... .......... .......... .......... 59% 142M 5s 65400K .......... .......... .......... .......... .......... 59% 161M 5s 65450K .......... .......... .......... .......... .......... 59% 16.9M 5s 65500K .......... .......... .......... .......... .......... 59% 102M 5s 65550K .......... .......... .......... .......... .......... 59% 12.9M 5s 65600K .......... .......... .......... .......... .......... 59% 3.05M 5s 65650K .......... .......... .......... .......... .......... 59% 93.9M 5s 65700K .......... .......... .......... .......... .......... 59% 96.8M 5s 65750K .......... .......... .......... .......... .......... 59% 19.4M 5s 65800K .......... .......... .......... .......... .......... 59% 147M 5s 65850K .......... .......... .......... .......... .......... 59% 13.3M 5s 65900K .......... .......... .......... .......... .......... 59% 4.07M 5s 65950K .......... .......... .......... .......... .......... 59% 11.2M 5s 66000K .......... .......... .......... .......... .......... 59% 15.1M 5s 66050K .......... .......... .......... .......... .......... 59% 150M 5s 66100K .......... .......... .......... .......... .......... 59% 177M 5s 66150K .......... .......... .......... .......... .......... 59% 13.2M 5s 66200K .......... .......... .......... .......... .......... 59% 4.16M 5s 66250K .......... .......... .......... .......... .......... 59% 10.2M 5s 66300K .......... .......... .......... .......... .......... 59% 12.1M 5s 66350K .......... .......... .......... .......... .......... 59% 159M 5s 66400K .......... .......... .......... .......... .......... 59% 151M 5s 66450K .......... .......... .......... .......... .......... 60% 24.4M 5s 66500K .......... .......... .......... .......... .......... 60% 4.05M 5s 66550K .......... .......... .......... .......... .......... 60% 11.8M 5s 66600K .......... .......... .......... .......... .......... 60% 15.0M 5s 66650K .......... .......... .......... .......... .......... 60% 17.9M 5s 66700K .......... .......... .......... .......... .......... 60% 160M 5s 66750K .......... .......... .......... .......... .......... 60% 89.8M 5s 66800K .......... .......... .......... .......... .......... 60% 7.98M 5s 66850K .......... .......... .......... .......... .......... 60% 3.96M 5s 66900K .......... .......... .......... .......... .......... 60% 143M 5s 66950K .......... .......... .......... .......... .......... 60% 10.8M 5s 67000K .......... .......... .......... .......... .......... 60% 142M 5s 67050K .......... .......... .......... .......... .......... 60% 9.46M 5s 67100K .......... .......... .......... .......... .......... 60% 36.6M 5s 67150K .......... .......... .......... .......... .......... 60% 5.99M 5s 67200K .......... .......... .......... .......... .......... 60% 11.0M 5s 67250K .......... .......... .......... .......... .......... 60% 10.9M 5s 67300K .......... .......... .......... .......... .......... 60% 141M 5s 67350K .......... .......... .......... .......... .......... 60% 7.99M 5s 67400K .......... .......... .......... .......... .......... 60% 119M 5s 67450K .......... .......... .......... .......... .......... 60% 7.57M 5s 67500K .......... .......... .......... .......... .......... 60% 7.02M 5s 67550K .......... .......... .......... .......... .......... 61% 158M 5s 67600K .......... .......... .......... .......... .......... 61% 14.7M 5s 67650K .......... .......... .......... .......... .......... 61% 6.74M 5s 67700K .......... .......... .......... .......... .......... 61% 141M 5s 67750K .......... .......... .......... .......... .......... 61% 10.6M 5s 67800K .......... .......... .......... .......... .......... 61% 7.93M 5s 67850K .......... .......... .......... .......... .......... 61% 24.2M 5s 67900K .......... .......... .......... .......... .......... 61% 13.9M 5s 67950K .......... .......... .......... .......... .......... 61% 103M 5s 68000K .......... .......... .......... .......... .......... 61% 7.34M 5s 68050K .......... .......... .......... .......... .......... 61% 9.73M 5s 68100K .......... .......... .......... .......... .......... 61% 7.60M 5s 68150K .......... .......... .......... .......... .......... 61% 28.3M 5s 68200K .......... .......... .......... .......... .......... 61% 15.3M 5s 68250K .......... .......... .......... .......... .......... 61% 166M 5s 68300K .......... .......... .......... .......... .......... 61% 7.14M 5s 68350K .......... .......... .......... .......... .......... 61% 150M 5s 68400K .......... .......... .......... .......... .......... 61% 5.96M 5s 68450K .......... .......... .......... .......... .......... 61% 11.2M 5s 68500K .......... .......... .......... .......... .......... 61% 13.7M 5s 68550K .......... .......... .......... .......... .......... 61% 102M 5s 68600K .......... .......... .......... .......... .......... 61% 6.95M 5s 68650K .......... .......... .......... .......... .......... 62% 169M 5s 68700K .......... .......... .......... .......... .......... 62% 10.6M 5s 68750K .......... .......... .......... .......... .......... 62% 6.44M 5s 68800K .......... .......... .......... .......... .......... 62% 14.4M 5s 68850K .......... .......... .......... .......... .......... 62% 138M 5s 68900K .......... .......... .......... .......... .......... 62% 10.2M 5s 68950K .......... .......... .......... .......... .......... 62% 22.5M 5s 69000K .......... .......... .......... .......... .......... 62% 10.9M 5s 69050K .......... .......... .......... .......... .......... 62% 5.93M 5s 69100K .......... .......... .......... .......... .......... 62% 42.6M 5s 69150K .......... .......... .......... .......... .......... 62% 9.91M 5s 69200K .......... .......... .......... .......... .......... 62% 134M 5s 69250K .......... .......... .......... .......... .......... 62% 12.1M 5s 69300K .......... .......... .......... .......... .......... 62% 88.4M 5s 69350K .......... .......... .......... .......... .......... 62% 6.01M 5s 69400K .......... .......... .......... .......... .......... 62% 9.13M 5s 69450K .......... .......... .......... .......... .......... 62% 26.4M 5s 69500K .......... .......... .......... .......... .......... 62% 13.2M 5s 69550K .......... .......... .......... .......... .......... 62% 23.5M 5s 69600K .......... .......... .......... .......... .......... 62% 21.6M 5s 69650K .......... .......... .......... .......... .......... 62% 6.09M 5s 69700K .......... .......... .......... .......... .......... 62% 8.96M 5s 69750K .......... .......... .......... .......... .......... 62% 46.7M 5s 69800K .......... .......... .......... .......... .......... 63% 11.2M 5s 69850K .......... .......... .......... .......... .......... 63% 39.0M 5s 69900K .......... .......... .......... .......... .......... 63% 14.8M 5s 69950K .......... .......... .......... .......... .......... 63% 16.1M 5s 70000K .......... .......... .......... .......... .......... 63% 4.81M 5s 70050K .......... .......... .......... .......... .......... 63% 55.9M 4s 70100K .......... .......... .......... .......... .......... 63% 8.97M 4s 70150K .......... .......... .......... .......... .......... 63% 146M 4s 70200K .......... .......... .......... .......... .......... 63% 11.2M 4s 70250K .......... .......... .......... .......... .......... 63% 149M 4s 70300K .......... .......... .......... .......... .......... 63% 6.82M 4s 70350K .......... .......... .......... .......... .......... 63% 8.46M 4s 70400K .......... .......... .......... .......... .......... 63% 10.3M 4s 70450K .......... .......... .......... .......... .......... 63% 38.5M 4s 70500K .......... .......... .......... .......... .......... 63% 13.3M 4s 70550K .......... .......... .......... .......... .......... 63% 131M 4s 70600K .......... .......... .......... .......... .......... 63% 5.55M 4s 70650K .......... .......... .......... .......... .......... 63% 9.71M 4s 70700K .......... .......... .......... .......... .......... 63% 158M 4s 70750K .......... .......... .......... .......... .......... 63% 9.53M 4s 70800K .......... .......... .......... .......... .......... 63% 29.4M 4s 70850K .......... .......... .......... .......... .......... 63% 15.9M 4s 70900K .......... .......... .......... .......... .......... 64% 8.66M 4s 70950K .......... .......... .......... .......... .......... 64% 6.91M 4s 71000K .......... .......... .......... .......... .......... 64% 32.8M 4s 71050K .......... .......... .......... .......... .......... 64% 13.6M 4s 71100K .......... .......... .......... .......... .......... 64% 36.2M 4s 71150K .......... .......... .......... .......... .......... 64% 13.5M 4s 71200K .......... .......... .......... .......... .......... 64% 7.82M 4s 71250K .......... .......... .......... .......... .......... 64% 6.55M 4s 71300K .......... .......... .......... .......... .......... 64% 68.4M 4s 71350K .......... .......... .......... .......... .......... 64% 12.3M 4s 71400K .......... .......... .......... .......... .......... 64% 54.2M 4s 71450K .......... .......... .......... .......... .......... 64% 10.9M 4s 71500K .......... .......... .......... .......... .......... 64% 160M 4s 71550K .......... .......... .......... .......... .......... 64% 6.62M 4s 71600K .......... .......... .......... .......... .......... 64% 7.75M 4s 71650K .......... .......... .......... .......... .......... 64% 31.1M 4s 71700K .......... .......... .......... .......... .......... 64% 14.8M 4s 71750K .......... .......... .......... .......... .......... 64% 14.5M 4s 71800K .......... .......... .......... .......... .......... 64% 12.2M 4s 71850K .......... .......... .......... .......... .......... 64% 153M 4s 71900K .......... .......... .......... .......... .......... 64% 4.60M 4s 71950K .......... .......... .......... .......... .......... 64% 64.2M 4s 72000K .......... .......... .......... .......... .......... 65% 11.8M 4s 72050K .......... .......... .......... .......... .......... 65% 23.9M 4s 72100K .......... .......... .......... .......... .......... 65% 15.3M 4s 72150K .......... .......... .......... .......... .......... 65% 17.9M 4s 72200K .......... .......... .......... .......... .......... 65% 9.35M 4s 72250K .......... .......... .......... .......... .......... 65% 8.54M 4s 72300K .......... .......... .......... .......... .......... 65% 15.2M 4s 72350K .......... .......... .......... .......... .......... 65% 29.8M 4s 72400K .......... .......... .......... .......... .......... 65% 9.22M 4s 72450K .......... .......... .......... .......... .......... 65% 21.6M 4s 72500K .......... .......... .......... .......... .......... 65% 11.1M 4s 72550K .......... .......... .......... .......... .......... 65% 7.40M 4s 72600K .......... .......... .......... .......... .......... 65% 76.3M 4s 72650K .......... .......... .......... .......... .......... 65% 11.6M 4s 72700K .......... .......... .......... .......... .......... 65% 13.2M 4s 72750K .......... .......... .......... .......... .......... 65% 30.6M 4s 72800K .......... .......... .......... .......... .......... 65% 9.06M 4s 72850K .......... .......... .......... .......... .......... 65% 6.17M 4s 72900K .......... .......... .......... .......... .......... 65% 33.6M 4s 72950K .......... .......... .......... .......... .......... 65% 13.7M 4s 73000K .......... .......... .......... .......... .......... 65% 26.2M 4s 73050K .......... .......... .......... .......... .......... 65% 15.9M 4s 73100K .......... .......... .......... .......... .......... 66% 13.3M 4s 73150K .......... .......... .......... .......... .......... 66% 14.9M 4s 73200K .......... .......... .......... .......... .......... 66% 7.02M 4s 73250K .......... .......... .......... .......... .......... 66% 16.7M 4s 73300K .......... .......... .......... .......... .......... 66% 10.8M 4s 73350K .......... .......... .......... .......... .......... 66% 24.1M 4s 73400K .......... .......... .......... .......... .......... 66% 18.7M 4s 73450K .......... .......... .......... .......... .......... 66% 43.6M 4s 73500K .......... .......... .......... .......... .......... 66% 4.71M 4s 73550K .......... .......... .......... .......... .......... 66% 168M 4s 73600K .......... .......... .......... .......... .......... 66% 18.0M 4s 73650K .......... .......... .......... .......... .......... 66% 10.0M 4s 73700K .......... .......... .......... .......... .......... 66% 24.7M 4s 73750K .......... .......... .......... .......... .......... 66% 13.3M 4s 73800K .......... .......... .......... .......... .......... 66% 4.99M 4s 73850K .......... .......... .......... .......... .......... 66% 47.8M 4s 73900K .......... .......... .......... .......... .......... 66% 173M 4s 73950K .......... .......... .......... .......... .......... 66% 8.83M 4s 74000K .......... .......... .......... .......... .......... 66% 17.7M 4s 74050K .......... .......... .......... .......... .......... 66% 8.32M 4s 74100K .......... .......... .......... .......... .......... 66% 151M 4s 74150K .......... .......... .......... .......... .......... 66% 5.84M 4s 74200K .......... .......... .......... .......... .......... 67% 127M 4s 74250K .......... .......... .......... .......... .......... 67% 12.9M 4s 74300K .......... .......... .......... .......... .......... 67% 14.7M 4s 74350K .......... .......... .......... .......... .......... 67% 23.5M 4s 74400K .......... .......... .......... .......... .......... 67% 8.22M 4s 74450K .......... .......... .......... .......... .......... 67% 7.61M 4s 74500K .......... .......... .......... .......... .......... 67% 26.7M 4s 74550K .......... .......... .......... .......... .......... 67% 139M 4s 74600K .......... .......... .......... .......... .......... 67% 7.50M 4s 74650K .......... .......... .......... .......... .......... 67% 70.9M 4s 74700K .......... .......... .......... .......... .......... 67% 25.4M 4s 74750K .......... .......... .......... .......... .......... 67% 7.15M 4s 74800K .......... .......... .......... .......... .......... 67% 6.61M 4s 74850K .......... .......... .......... .......... .......... 67% 121M 4s 74900K .......... .......... .......... .......... .......... 67% 14.4M 4s 74950K .......... .......... .......... .......... .......... 67% 10.4M 4s 75000K .......... .......... .......... .......... .......... 67% 38.5M 4s 75050K .......... .......... .......... .......... .......... 67% 7.58M 4s 75100K .......... .......... .......... .......... .......... 67% 53.2M 4s 75150K .......... .......... .......... .......... .......... 67% 6.99M 4s 75200K .......... .......... .......... .......... .......... 67% 130M 4s 75250K .......... .......... .......... .......... .......... 67% 8.55M 4s 75300K .......... .......... .......... .......... .......... 68% 22.0M 4s 75350K .......... .......... .......... .......... .......... 68% 131M 4s 75400K .......... .......... .......... .......... .......... 68% 7.06M 4s 75450K .......... .......... .......... .......... .......... 68% 7.92M 4s 75500K .......... .......... .......... .......... .......... 68% 29.3M 4s 75550K .......... .......... .......... .......... .......... 68% 89.6M 4s 75600K .......... .......... .......... .......... .......... 68% 6.23M 4s 75650K .......... .......... .......... .......... .......... 68% 56.9M 4s 75700K .......... .......... .......... .......... .......... 68% 43.0M 4s 75750K .......... .......... .......... .......... .......... 68% 8.88M 4s 75800K .......... .......... .......... .......... .......... 68% 6.95M 4s 75850K .......... .......... .......... .......... .......... 68% 45.1M 4s 75900K .......... .......... .......... .......... .......... 68% 10.9M 4s 75950K .......... .......... .......... .......... .......... 68% 13.8M 4s 76000K .......... .......... .......... .......... .......... 68% 36.1M 4s 76050K .......... .......... .......... .......... .......... 68% 8.08M 4s 76100K .......... .......... .......... .......... .......... 68% 9.51M 4s 76150K .......... .......... .......... .......... .......... 68% 27.9M 4s 76200K .......... .......... .......... .......... .......... 68% 52.1M 4s 76250K .......... .......... .......... .......... .......... 68% 7.10M 4s 76300K .......... .......... .......... .......... .......... 68% 32.3M 4s 76350K .......... .......... .......... .......... .......... 68% 48.0M 4s 76400K .......... .......... .......... .......... .......... 68% 7.35M 4s 76450K .......... .......... .......... .......... .......... 69% 6.80M 4s 76500K .......... .......... .......... .......... .......... 69% 158M 4s 76550K .......... .......... .......... .......... .......... 69% 9.59M 4s 76600K .......... .......... .......... .......... .......... 69% 16.2M 4s 76650K .......... .......... .......... .......... .......... 69% 34.5M 4s 76700K .......... .......... .......... .......... .......... 69% 8.40M 4s 76750K .......... .......... .......... .......... .......... 69% 79.0M 4s 76800K .......... .......... .......... .......... .......... 69% 6.31M 4s 76850K .......... .......... .......... .......... .......... 69% 152M 4s 76900K .......... .......... .......... .......... .......... 69% 8.05M 4s 76950K .......... .......... .......... .......... .......... 69% 18.5M 4s 77000K .......... .......... .......... .......... .......... 69% 150M 4s 77050K .......... .......... .......... .......... .......... 69% 7.79M 4s 77100K .......... .......... .......... .......... .......... 69% 9.75M 4s 77150K .......... .......... .......... .......... .......... 69% 16.4M 4s 77200K .......... .......... .......... .......... .......... 69% 9.50M 4s 77250K .......... .......... .......... .......... .......... 69% 21.4M 4s 77300K .......... .......... .......... .......... .......... 69% 26.6M 4s 77350K .......... .......... .......... .......... .......... 69% 9.07M 4s 77400K .......... .......... .......... .......... .......... 69% 88.3M 4s 77450K .......... .......... .......... .......... .......... 69% 5.40M 4s 77500K .......... .......... .......... .......... .......... 69% 175M 4s 77550K .......... .......... .......... .......... .......... 70% 16.4M 4s 77600K .......... .......... .......... .......... .......... 70% 10.6M 4s 77650K .......... .......... .......... .......... .......... 70% 31.0M 4s 77700K .......... .......... .......... .......... .......... 70% 9.17M 4s 77750K .......... .......... .......... .......... .......... 70% 9.97M 4s 77800K .......... .......... .......... .......... .......... 70% 10.9M 4s 77850K .......... .......... .......... .......... .......... 70% 175M 4s 77900K .......... .......... .......... .......... .......... 70% 11.1M 4s 77950K .......... .......... .......... .......... .......... 70% 19.9M 3s 78000K .......... .......... .......... .......... .......... 70% 9.03M 3s 78050K .......... .......... .......... .......... .......... 70% 23.6M 3s 78100K .......... .......... .......... .......... .......... 70% 5.51M 3s 78150K .......... .......... .......... .......... .......... 70% 141M 3s 78200K .......... .......... .......... .......... .......... 70% 21.2M 3s 78250K .......... .......... .......... .......... .......... 70% 18.5M 3s 78300K .......... .......... .......... .......... .......... 70% 14.9M 3s 78350K .......... .......... .......... .......... .......... 70% 12.1M 3s 78400K .......... .......... .......... .......... .......... 70% 6.88M 3s 78450K .......... .......... .......... .......... .......... 70% 11.9M 3s 78500K .......... .......... .......... .......... .......... 70% 90.1M 3s 78550K .......... .......... .......... .......... .......... 70% 12.1M 3s 78600K .......... .......... .......... .......... .......... 70% 22.3M 3s 78650K .......... .......... .......... .......... .......... 71% 29.7M 3s 78700K .......... .......... .......... .......... .......... 71% 9.09M 3s 78750K .......... .......... .......... .......... .......... 71% 8.93M 3s 78800K .......... .......... .......... .......... .......... 71% 10.7M 3s 78850K .......... .......... .......... .......... .......... 71% 68.3M 3s 78900K .......... .......... .......... .......... .......... 71% 12.6M 3s 78950K .......... .......... .......... .......... .......... 71% 14.7M 3s 79000K .......... .......... .......... .......... .......... 71% 128M 3s 79050K .......... .......... .......... .......... .......... 71% 8.87M 3s 79100K .......... .......... .......... .......... .......... 71% 5.20M 3s 79150K .......... .......... .......... .......... .......... 71% 140M 3s 79200K .......... .......... .......... .......... .......... 71% 11.0M 3s 79250K .......... .......... .......... .......... .......... 71% 18.2M 3s 79300K .......... .......... .......... .......... .......... 71% 51.6M 3s 79350K .......... .......... .......... .......... .......... 71% 6.45M 3s 79400K .......... .......... .......... .......... .......... 71% 13.9M 3s 79450K .......... .......... .......... .......... .......... 71% 11.4M 3s 79500K .......... .......... .......... .......... .......... 71% 40.1M 3s 79550K .......... .......... .......... .......... .......... 71% 14.2M 3s 79600K .......... .......... .......... .......... .......... 71% 18.2M 3s 79650K .......... .......... .......... .......... .......... 71% 42.8M 3s 79700K .......... .......... .......... .......... .......... 71% 6.85M 3s 79750K .......... .......... .......... .......... .......... 72% 6.93M 3s 79800K .......... .......... .......... .......... .......... 72% 54.0M 3s 79850K .......... .......... .......... .......... .......... 72% 33.7M 3s 79900K .......... .......... .......... .......... .......... 72% 17.0M 3s 79950K .......... .......... .......... .......... .......... 72% 16.4M 3s 80000K .......... .......... .......... .......... .......... 72% 10.2M 3s 80050K .......... .......... .......... .......... .......... 72% 7.09M 3s 80100K .......... .......... .......... .......... .......... 72% 11.4M 3s 80150K .......... .......... .......... .......... .......... 72% 52.4M 3s 80200K .......... .......... .......... .......... .......... 72% 121M 3s 80250K .......... .......... .......... .......... .......... 72% 5.85M 3s 80300K .......... .......... .......... .......... .......... 72% 173M 3s 80350K .......... .......... .......... .......... .......... 72% 19.2M 3s 80400K .......... .......... .......... .......... .......... 72% 7.96M 3s 80450K .......... .......... .......... .......... .......... 72% 7.61M 3s 80500K .......... .......... .......... .......... .......... 72% 62.2M 3s 80550K .......... .......... .......... .......... .......... 72% 22.5M 3s 80600K .......... .......... .......... .......... .......... 72% 10.4M 3s 80650K .......... .......... .......... .......... .......... 72% 74.1M 3s 80700K .......... .......... .......... .......... .......... 72% 8.01M 3s 80750K .......... .......... .......... .......... .......... 72% 17.6M 3s 80800K .......... .......... .......... .......... .......... 72% 6.80M 3s 80850K .......... .......... .......... .......... .......... 73% 153M 3s 80900K .......... .......... .......... .......... .......... 73% 23.7M 3s 80950K .......... .......... .......... .......... .......... 73% 10.8M 3s 81000K .......... .......... .......... .......... .......... 73% 82.0M 3s 81050K .......... .......... .......... .......... .......... 73% 6.91M 3s 81100K .......... .......... .......... .......... .......... 73% 5.93M 3s 81150K .......... .......... .......... .......... .......... 73% 103M 3s 81200K .......... .......... .......... .......... .......... 73% 64.9M 3s 81250K .......... .......... .......... .......... .......... 73% 8.36M 3s 81300K .......... .......... .......... .......... .......... 73% 68.6M 3s 81350K .......... .......... .......... .......... .......... 73% 124M 3s 81400K .......... .......... .......... .......... .......... 73% 6.35M 3s 81450K .......... .......... .......... .......... .......... 73% 6.69M 3s 81500K .......... .......... .......... .......... .......... 73% 60.4M 3s 81550K .......... .......... .......... .......... .......... 73% 80.6M 3s 81600K .......... .......... .......... .......... .......... 73% 8.35M 3s 81650K .......... .......... .......... .......... .......... 73% 62.0M 3s 81700K .......... .......... .......... .......... .......... 73% 10.4M 3s 81750K .......... .......... .......... .......... .......... 73% 12.0M 3s 81800K .......... .......... .......... .......... .......... 73% 7.11M 3s 81850K .......... .......... .......... .......... .......... 73% 66.0M 3s 81900K .......... .......... .......... .......... .......... 73% 67.8M 3s 81950K .......... .......... .......... .......... .......... 74% 9.44M 3s 82000K .......... .......... .......... .......... .......... 74% 30.5M 3s 82050K .......... .......... .......... .......... .......... 74% 11.2M 3s 82100K .......... .......... .......... .......... .......... 74% 10.9M 3s 82150K .......... .......... .......... .......... .......... 74% 7.71M 3s 82200K .......... .......... .......... .......... .......... 74% 58.8M 3s 82250K .......... .......... .......... .......... .......... 74% 11.2M 3s 82300K .......... .......... .......... .......... .......... 74% 19.6M 3s 82350K .......... .......... .......... .......... .......... 74% 158M 3s 82400K .......... .......... .......... .......... .......... 74% 5.63M 3s 82450K .......... .......... .......... .......... .......... 74% 128M 3s 82500K .......... .......... .......... .......... .......... 74% 6.90M 3s 82550K .......... .......... .......... .......... .......... 74% 156M 3s 82600K .......... .......... .......... .......... .......... 74% 6.74M 3s 82650K .......... .......... .......... .......... .......... 74% 161M 3s 82700K .......... .......... .......... .......... .......... 74% 168M 3s 82750K .......... .......... .......... .......... .......... 74% 10.6M 3s 82800K .......... .......... .......... .......... .......... 74% 8.25M 3s 82850K .......... .......... .......... .......... .......... 74% 8.76M 3s 82900K .......... .......... .......... .......... .......... 74% 129M 3s 82950K .......... .......... .......... .......... .......... 74% 7.60M 3s 83000K .......... .......... .......... .......... .......... 74% 31.2M 3s 83050K .......... .......... .......... .......... .......... 75% 172M 3s 83100K .......... .......... .......... .......... .......... 75% 15.4M 3s 83150K .......... .......... .......... .......... .......... 75% 7.10M 3s 83200K .......... .......... .......... .......... .......... 75% 11.1M 3s 83250K .......... .......... .......... .......... .......... 75% 84.4M 3s 83300K .......... .......... .......... .......... .......... 75% 6.96M 3s 83350K .......... .......... .......... .......... .......... 75% 48.5M 3s 83400K .......... .......... .......... .......... .......... 75% 54.7M 3s 83450K .......... .......... .......... .......... .......... 75% 5.10M 3s 83500K .......... .......... .......... .......... .......... 75% 168M 3s 83550K .......... .......... .......... .......... .......... 75% 10.8M 3s 83600K .......... .......... .......... .......... .......... 75% 122M 3s 83650K .......... .......... .......... .......... .......... 75% 6.46M 3s 83700K .......... .......... .......... .......... .......... 75% 169M 3s 83750K .......... .......... .......... .......... .......... 75% 65.0M 3s 83800K .......... .......... .......... .......... .......... 75% 4.73M 3s 83850K .......... .......... .......... .......... .......... 75% 94.8M 3s 83900K .......... .......... .......... .......... .......... 75% 14.2M 3s 83950K .......... .......... .......... .......... .......... 75% 9.85M 3s 84000K .......... .......... .......... .......... .......... 75% 14.7M 3s 84050K .......... .......... .......... .......... .......... 75% 119M 3s 84100K .......... .......... .......... .......... .......... 75% 97.7M 3s 84150K .......... .......... .......... .......... .......... 75% 4.60M 3s 84200K .......... .......... .......... .......... .......... 76% 14.3M 3s 84250K .......... .......... .......... .......... .......... 76% 80.0M 3s 84300K .......... .......... .......... .......... .......... 76% 11.7M 3s 84350K .......... .......... .......... .......... .......... 76% 12.3M 3s 84400K .......... .......... .......... .......... .......... 76% 113M 3s 84450K .......... .......... .......... .......... .......... 76% 127M 3s 84500K .......... .......... .......... .......... .......... 76% 4.54M 3s 84550K .......... .......... .......... .......... .......... 76% 13.5M 3s 84600K .......... .......... .......... .......... .......... 76% 140M 3s 84650K .......... .......... .......... .......... .......... 76% 5.33M 3s 84700K .......... .......... .......... .......... .......... 76% 153M 3s 84750K .......... .......... .......... .......... .......... 76% 166M 3s 84800K .......... .......... .......... .......... .......... 76% 145M 3s 84850K .......... .......... .......... .......... .......... 76% 5.12M 3s 84900K .......... .......... .......... .......... .......... 76% 17.3M 3s 84950K .......... .......... .......... .......... .......... 76% 9.17M 3s 85000K .......... .......... .......... .......... .......... 76% 9.42M 3s 85050K .......... .......... .......... .......... .......... 76% 164M 3s 85100K .......... .......... .......... .......... .......... 76% 177M 3s 85150K .......... .......... .......... .......... .......... 76% 1.88M 3s 85200K .......... .......... .......... .......... .......... 76% 94.9M 3s 85250K .......... .......... .......... .......... .......... 76% 173M 3s 85300K .......... .......... .......... .......... .......... 77% 120M 3s 85350K .......... .......... .......... .......... .......... 77% 113M 3s 85400K .......... .......... .......... .......... .......... 77% 156M 3s 85450K .......... .......... .......... .......... .......... 77% 165M 3s 85500K .......... .......... .......... .......... .......... 77% 8.03M 3s 85550K .......... .......... .......... .......... .......... 77% 3.77M 3s 85600K .......... .......... .......... .......... .......... 77% 118M 3s 85650K .......... .......... .......... .......... .......... 77% 59.6M 3s 85700K .......... .......... .......... .......... .......... 77% 180M 3s 85750K .......... .......... .......... .......... .......... 77% 5.32M 3s 85800K .......... .......... .......... .......... .......... 77% 3.58M 3s 85850K .......... .......... .......... .......... .......... 77% 151M 3s 85900K .......... .......... .......... .......... .......... 77% 156M 3s 85950K .......... .......... .......... .......... .......... 77% 166M 3s 86000K .......... .......... .......... .......... .......... 77% 4.23M 3s 86050K .......... .......... .......... .......... .......... 77% 4.32M 3s 86100K .......... .......... .......... .......... .......... 77% 31.5M 3s 86150K .......... .......... .......... .......... .......... 77% 151M 3s 86200K .......... .......... .......... .......... .......... 77% 6.51M 3s 86250K .......... .......... .......... .......... .......... 77% 13.7M 3s 86300K .......... .......... .......... .......... .......... 77% 4.55M 3s 86350K .......... .......... .......... .......... .......... 77% 148M 3s 86400K .......... .......... .......... .......... .......... 78% 30.8M 3s 86450K .......... .......... .......... .......... .......... 78% 6.72M 3s 86500K .......... .......... .......... .......... .......... 78% 5.12M 3s 86550K .......... .......... .......... .......... .......... 78% 8.38M 3s 86600K .......... .......... .......... .......... .......... 78% 111M 2s 86650K .......... .......... .......... .......... .......... 78% 151M 2s 86700K .......... .......... .......... .......... .......... 78% 43.5M 2s 86750K .......... .......... .......... .......... .......... 78% 3.63M 2s 86800K .......... .......... .......... .......... .......... 78% 5.68M 2s 86850K .......... .......... .......... .......... .......... 78% 114M 2s 86900K .......... .......... .......... .......... .......... 78% 131M 2s 86950K .......... .......... .......... .......... .......... 78% 7.56M 2s 87000K .......... .......... .......... .......... .......... 78% 4.24M 2s 87050K .......... .......... .......... .......... .......... 78% 10.8M 2s 87100K .......... .......... .......... .......... .......... 78% 39.2M 2s 87150K .......... .......... .......... .......... .......... 78% 153M 2s 87200K .......... .......... .......... .......... .......... 78% 7.77M 2s 87250K .......... .......... .......... .......... .......... 78% 4.28M 2s 87300K .......... .......... .......... .......... .......... 78% 11.6M 2s 87350K .......... .......... .......... .......... .......... 78% 11.4M 2s 87400K .......... .......... .......... .......... .......... 78% 149M 2s 87450K .......... .......... .......... .......... .......... 78% 190M 2s 87500K .......... .......... .......... .......... .......... 79% 7.94M 2s 87550K .......... .......... .......... .......... .......... 79% 3.88M 2s 87600K .......... .......... .......... .......... .......... 79% 11.8M 2s 87650K .......... .......... .......... .......... .......... 79% 68.6M 2s 87700K .......... .......... .......... .......... .......... 79% 129M 2s 87750K .......... .......... .......... .......... .......... 79% 7.01M 2s 87800K .......... .......... .......... .......... .......... 79% 4.33M 2s 87850K .......... .......... .......... .......... .......... 79% 10.4M 2s 87900K .......... .......... .......... .......... .......... 79% 153M 2s 87950K .......... .......... .......... .......... .......... 79% 153M 2s 88000K .......... .......... .......... .......... .......... 79% 6.16M 2s 88050K .......... .......... .......... .......... .......... 79% 4.70M 2s 88100K .......... .......... .......... .......... .......... 79% 11.8M 2s 88150K .......... .......... .......... .......... .......... 79% 101M 2s 88200K .......... .......... .......... .......... .......... 79% 40.5M 2s 88250K .......... .......... .......... .......... .......... 79% 6.76M 2s 88300K .......... .......... .......... .......... .......... 79% 4.60M 2s 88350K .......... .......... .......... .......... .......... 79% 5.40M 2s 88400K .......... .......... .......... .......... .......... 79% 132M 2s 88450K .......... .......... .......... .......... .......... 79% 166M 2s 88500K .......... .......... .......... .......... .......... 79% 16.0M 2s 88550K .......... .......... .......... .......... .......... 79% 4.55M 2s 88600K .......... .......... .......... .......... .......... 80% 5.44M 2s 88650K .......... .......... .......... .......... .......... 80% 121M 2s 88700K .......... .......... .......... .......... .......... 80% 66.7M 2s 88750K .......... .......... .......... .......... .......... 80% 56.9M 2s 88800K .......... .......... .......... .......... .......... 80% 3.73M 2s 88850K .......... .......... .......... .......... .......... 80% 13.4M 2s 88900K .......... .......... .......... .......... .......... 80% 8.76M 2s 88950K .......... .......... .......... .......... .......... 80% 125M 2s 89000K .......... .......... .......... .......... .......... 80% 82.2M 2s 89050K .......... .......... .......... .......... .......... 80% 4.38M 2s 89100K .......... .......... .......... .......... .......... 80% 14.0M 2s 89150K .......... .......... .......... .......... .......... 80% 6.35M 2s 89200K .......... .......... .......... .......... .......... 80% 49.1M 2s 89250K .......... .......... .......... .......... .......... 80% 170M 2s 89300K .......... .......... .......... .......... .......... 80% 5.24M 2s 89350K .......... .......... .......... .......... .......... 80% 11.4M 2s 89400K .......... .......... .......... .......... .......... 80% 5.74M 2s 89450K .......... .......... .......... .......... .......... 80% 93.3M 2s 89500K .......... .......... .......... .......... .......... 80% 81.9M 2s 89550K .......... .......... .......... .......... .......... 80% 21.6M 2s 89600K .......... .......... .......... .......... .......... 80% 4.06M 2s 89650K .......... .......... .......... .......... .......... 80% 6.07M 2s 89700K .......... .......... .......... .......... .......... 81% 95.8M 2s 89750K .......... .......... .......... .......... .......... 81% 86.8M 2s 89800K .......... .......... .......... .......... .......... 81% 53.1M 2s 89850K .......... .......... .......... .......... .......... 81% 4.64M 2s 89900K .......... .......... .......... .......... .......... 81% 16.5M 2s 89950K .......... .......... .......... .......... .......... 81% 5.65M 2s 90000K .......... .......... .......... .......... .......... 81% 134M 2s 90050K .......... .......... .......... .......... .......... 81% 130M 2s 90100K .......... .......... .......... .......... .......... 81% 4.08M 2s 90150K .......... .......... .......... .......... .......... 81% 17.5M 2s 90200K .......... .......... .......... .......... .......... 81% 5.95M 2s 90250K .......... .......... .......... .......... .......... 81% 152M 2s 90300K .......... .......... .......... .......... .......... 81% 174M 2s 90350K .......... .......... .......... .......... .......... 81% 18.9M 2s 90400K .......... .......... .......... .......... .......... 81% 4.09M 2s 90450K .......... .......... .......... .......... .......... 81% 4.49M 2s 90500K .......... .......... .......... .......... .......... 81% 131M 2s 90550K .......... .......... .......... .......... .......... 81% 172M 2s 90600K .......... .......... .......... .......... .......... 81% 162M 2s 90650K .......... .......... .......... .......... .......... 81% 4.19M 2s 90700K .......... .......... .......... .......... .......... 81% 63.3M 2s 90750K .......... .......... .......... .......... .......... 81% 4.56M 2s 90800K .......... .......... .......... .......... .......... 81% 105M 2s 90850K .......... .......... .......... .......... .......... 82% 130M 2s 90900K .......... .......... .......... .......... .......... 82% 5.32M 2s 90950K .......... .......... .......... .......... .......... 82% 18.5M 2s 91000K .......... .......... .......... .......... .......... 82% 4.72M 2s 91050K .......... .......... .......... .......... .......... 82% 70.7M 2s 91100K .......... .......... .......... .......... .......... 82% 100M 2s 91150K .......... .......... .......... .......... .......... 82% 11.0M 2s 91200K .......... .......... .......... .......... .......... 82% 5.06M 2s 91250K .......... .......... .......... .......... .......... 82% 8.57M 2s 91300K .......... .......... .......... .......... .......... 82% 16.9M 2s 91350K .......... .......... .......... .......... .......... 82% 99.2M 2s 91400K .......... .......... .......... .......... .......... 82% 19.1M 2s 91450K .......... .......... .......... .......... .......... 82% 4.73M 2s 91500K .......... .......... .......... .......... .......... 82% 29.4M 2s 91550K .......... .......... .......... .......... .......... 82% 5.97M 2s 91600K .......... .......... .......... .......... .......... 82% 43.0M 2s 91650K .......... .......... .......... .......... .......... 82% 152M 2s 91700K .......... .......... .......... .......... .......... 82% 5.22M 2s 91750K .......... .......... .......... .......... .......... 82% 11.0M 2s 91800K .......... .......... .......... .......... .......... 82% 8.34M 2s 91850K .......... .......... .......... .......... .......... 82% 19.7M 2s 91900K .......... .......... .......... .......... .......... 82% 42.4M 2s 91950K .......... .......... .......... .......... .......... 83% 156M 2s 92000K .......... .......... .......... .......... .......... 83% 3.68M 2s 92050K .......... .......... .......... .......... .......... 83% 16.0M 2s 92100K .......... .......... .......... .......... .......... 83% 8.89M 2s 92150K .......... .......... .......... .......... .......... 83% 93.3M 2s 92200K .......... .......... .......... .......... .......... 83% 83.0M 2s 92250K .......... .......... .......... .......... .......... 83% 6.50M 2s 92300K .......... .......... .......... .......... .......... 83% 6.78M 2s 92350K .......... .......... .......... .......... .......... 83% 7.02M 2s 92400K .......... .......... .......... .......... .......... 83% 17.9M 2s 92450K .......... .......... .......... .......... .......... 83% 173M 2s 92500K .......... .......... .......... .......... .......... 83% 127M 2s 92550K .......... .......... .......... .......... .......... 83% 3.31M 2s 92600K .......... .......... .......... .......... .......... 83% 142M 2s 92650K .......... .......... .......... .......... .......... 83% 7.97M 2s 92700K .......... .......... .......... .......... .......... 83% 29.1M 2s 92750K .......... .......... .......... .......... .......... 83% 45.1M 2s 92800K .......... .......... .......... .......... .......... 83% 5.17M 2s 92850K .......... .......... .......... .......... .......... 83% 8.77M 2s 92900K .......... .......... .......... .......... .......... 83% 9.02M 2s 92950K .......... .......... .......... .......... .......... 83% 28.3M 2s 93000K .......... .......... .......... .......... .......... 83% 98.1M 2s 93050K .......... .......... .......... .......... .......... 84% 97.0M 2s 93100K .......... .......... .......... .......... .......... 84% 4.81M 2s 93150K .......... .......... .......... .......... .......... 84% 9.32M 2s 93200K .......... .......... .......... .......... .......... 84% 8.63M 2s 93250K .......... .......... .......... .......... .......... 84% 22.5M 2s 93300K .......... .......... .......... .......... .......... 84% 163M 2s 93350K .......... .......... .......... .......... .......... 84% 8.61M 2s 93400K .......... .......... .......... .......... .......... 84% 4.61M 2s 93450K .......... .......... .......... .......... .......... 84% 13.3M 2s 93500K .......... .......... .......... .......... .......... 84% 14.4M 2s 93550K .......... .......... .......... .......... .......... 84% 103M 2s 93600K .......... .......... .......... .......... .......... 84% 63.2M 2s 93650K .......... .......... .......... .......... .......... 84% 4.55M 2s 93700K .......... .......... .......... .......... .......... 84% 10.3M 2s 93750K .......... .......... .......... .......... .......... 84% 13.7M 2s 93800K .......... .......... .......... .......... .......... 84% 16.3M 2s 93850K .......... .......... .......... .......... .......... 84% 30.9M 2s 93900K .......... .......... .......... .......... .......... 84% 148M 2s 93950K .......... .......... .......... .......... .......... 84% 3.31M 2s 94000K .......... .......... .......... .......... .......... 84% 13.8M 2s 94050K .......... .......... .......... .......... .......... 84% 14.0M 2s 94100K .......... .......... .......... .......... .......... 84% 126M 2s 94150K .......... .......... .......... .......... .......... 85% 46.4M 2s 94200K .......... .......... .......... .......... .......... 85% 5.75M 2s 94250K .......... .......... .......... .......... .......... 85% 6.83M 2s 94300K .......... .......... .......... .......... .......... 85% 17.9M 2s 94350K .......... .......... .......... .......... .......... 85% 12.3M 2s 94400K .......... .......... .......... .......... .......... 85% 89.5M 2s 94450K .......... .......... .......... .......... .......... 85% 88.6M 2s 94500K .......... .......... .......... .......... .......... 85% 3.07M 2s 94550K .......... .......... .......... .......... .......... 85% 140M 2s 94600K .......... .......... .......... .......... .......... 85% 4.84M 2s 94650K .......... .......... .......... .......... .......... 85% 37.9M 2s 94700K .......... .......... .......... .......... .......... 85% 145M 2s 94750K .......... .......... .......... .......... .......... 85% 153M 2s 94800K .......... .......... .......... .......... .......... 85% 4.29M 2s 94850K .......... .......... .......... .......... .......... 85% 11.5M 2s 94900K .......... .......... .......... .......... .......... 85% 8.21M 2s 94950K .......... .......... .......... .......... .......... 85% 58.3M 2s 95000K .......... .......... .......... .......... .......... 85% 98.6M 2s 95050K .......... .......... .......... .......... .......... 85% 11.2M 2s 95100K .......... .......... .......... .......... .......... 85% 6.53M 2s 95150K .......... .......... .......... .......... .......... 85% 9.39M 2s 95200K .......... .......... .......... .......... .......... 85% 8.30M 2s 95250K .......... .......... .......... .......... .......... 86% 163M 2s 95300K .......... .......... .......... .......... .......... 86% 139M 2s 95350K .......... .......... .......... .......... .......... 86% 7.83M 2s 95400K .......... .......... .......... .......... .......... 86% 5.34M 2s 95450K .......... .......... .......... .......... .......... 86% 16.6M 2s 95500K .......... .......... .......... .......... .......... 86% 9.59M 2s 95550K .......... .......... .......... .......... .......... 86% 149M 2s 95600K .......... .......... .......... .......... .......... 86% 7.85M 2s 95650K .......... .......... .......... .......... .......... 86% 11.0M 2s 95700K .......... .......... .......... .......... .......... 86% 9.72M 2s 95750K .......... .......... .......... .......... .......... 86% 6.70M 2s 95800K .......... .......... .......... .......... .......... 86% 127M 2s 95850K .......... .......... .......... .......... .......... 86% 86.2M 2s 95900K .......... .......... .......... .......... .......... 86% 7.81M 2s 95950K .......... .......... .......... .......... .......... 86% 5.05M 2s 96000K .......... .......... .......... .......... .......... 86% 20.9M 2s 96050K .......... .......... .......... .......... .......... 86% 11.1M 2s 96100K .......... .......... .......... .......... .......... 86% 164M 1s 96150K .......... .......... .......... .......... .......... 86% 78.4M 1s 96200K .......... .......... .......... .......... .......... 86% 8.40M 1s 96250K .......... .......... .......... .......... .......... 86% 3.67M 1s 96300K .......... .......... .......... .......... .......... 86% 168M 1s 96350K .......... .......... .......... .......... .......... 87% 13.1M 1s 96400K .......... .......... .......... .......... .......... 87% 124M 1s 96450K .......... .......... .......... .......... .......... 87% 9.63M 1s 96500K .......... .......... .......... .......... .......... 87% 9.72M 1s 96550K .......... .......... .......... .......... .......... 87% 5.22M 1s 96600K .......... .......... .......... .......... .......... 87% 138M 1s 96650K .......... .......... .......... .......... .......... 87% 10.7M 1s 96700K .......... .......... .......... .......... .......... 87% 15.1M 1s 96750K .......... .......... .......... .......... .......... 87% 31.1M 1s 96800K .......... .......... .......... .......... .......... 87% 4.78M 1s 96850K .......... .......... .......... .......... .......... 87% 10.9M 1s 96900K .......... .......... .......... .......... .......... 87% 22.7M 1s 96950K .......... .......... .......... .......... .......... 87% 25.8M 1s 97000K .......... .......... .......... .......... .......... 87% 14.7M 1s 97050K .......... .......... .......... .......... .......... 87% 18.5M 1s 97100K .......... .......... .......... .......... .......... 87% 14.0M 1s 97150K .......... .......... .......... .......... .......... 87% 5.09M 1s 97200K .......... .......... .......... .......... .......... 87% 11.0M 1s 97250K .......... .......... .......... .......... .......... 87% 128M 1s 97300K .......... .......... .......... .......... .......... 87% 16.0M 1s 97350K .......... .......... .......... .......... .......... 87% 18.3M 1s 97400K .......... .......... .......... .......... .......... 87% 3.96M 1s 97450K .......... .......... .......... .......... .......... 87% 74.5M 1s 97500K .......... .......... .......... .......... .......... 88% 10.6M 1s 97550K .......... .......... .......... .......... .......... 88% 103M 1s 97600K .......... .......... .......... .......... .......... 88% 13.7M 1s 97650K .......... .......... .......... .......... .......... 88% 8.68M 1s 97700K .......... .......... .......... .......... .......... 88% 4.41M 1s 97750K .......... .......... .......... .......... .......... 88% 151M 1s 97800K .......... .......... .......... .......... .......... 88% 17.4M 1s 97850K .......... .......... .......... .......... .......... 88% 8.92M 1s 97900K .......... .......... .......... .......... .......... 88% 168M 1s 97950K .......... .......... .......... .......... .......... 88% 14.6M 1s 98000K .......... .......... .......... .......... .......... 88% 4.21M 1s 98050K .......... .......... .......... .......... .......... 88% 90.6M 1s 98100K .......... .......... .......... .......... .......... 88% 22.4M 1s 98150K .......... .......... .......... .......... .......... 88% 8.72M 1s 98200K .......... .......... .......... .......... .......... 88% 89.6M 1s 98250K .......... .......... .......... .......... .......... 88% 14.5M 1s 98300K .......... .......... .......... .......... .......... 88% 4.19M 1s 98350K .......... .......... .......... .......... .......... 88% 159M 1s 98400K .......... .......... .......... .......... .......... 88% 18.5M 1s 98450K .......... .......... .......... .......... .......... 88% 9.37M 1s 98500K .......... .......... .......... .......... .......... 88% 104M 1s 98550K .......... .......... .......... .......... .......... 88% 6.66M 1s 98600K .......... .......... .......... .......... .......... 89% 6.76M 1s 98650K .......... .......... .......... .......... .......... 89% 20.4M 1s 98700K .......... .......... .......... .......... .......... 89% 112M 1s 98750K .......... .......... .......... .......... .......... 89% 8.42M 1s 98800K .......... .......... .......... .......... .......... 89% 124M 1s 98850K .......... .......... .......... .......... .......... 89% 6.16M 1s 98900K .......... .......... .......... .......... .......... 89% 7.19M 1s 98950K .......... .......... .......... .......... .......... 89% 20.8M 1s 99000K .......... .......... .......... .......... .......... 89% 101M 1s 99050K .......... .......... .......... .......... .......... 89% 9.02M 1s 99100K .......... .......... .......... .......... .......... 89% 71.3M 1s 99150K .......... .......... .......... .......... .......... 89% 6.05M 1s 99200K .......... .......... .......... .......... .......... 89% 6.22M 1s 99250K .......... .......... .......... .......... .......... 89% 68.2M 1s 99300K .......... .......... .......... .......... .......... 89% 86.2M 1s 99350K .......... .......... .......... .......... .......... 89% 8.68M 1s 99400K .......... .......... .......... .......... .......... 89% 121M 1s 99450K .......... .......... .......... .......... .......... 89% 4.75M 1s 99500K .......... .......... .......... .......... .......... 89% 7.53M 1s 99550K .......... .......... .......... .......... .......... 89% 150M 1s 99600K .......... .......... .......... .......... .......... 89% 113M 1s 99650K .......... .......... .......... .......... .......... 89% 7.24M 1s 99700K .......... .......... .......... .......... .......... 90% 161M 1s 99750K .......... .......... .......... .......... .......... 90% 5.27M 1s 99800K .......... .......... .......... .......... .......... 90% 9.24M 1s 99850K .......... .......... .......... .......... .......... 90% 40.8M 1s 99900K .......... .......... .......... .......... .......... 90% 64.0M 1s 99950K .......... .......... .......... .......... .......... 90% 7.97M 1s 100000K .......... .......... .......... .......... .......... 90% 41.4M 1s 100050K .......... .......... .......... .......... .......... 90% 5.45M 1s 100100K .......... .......... .......... .......... .......... 90% 9.37M 1s 100150K .......... .......... .......... .......... .......... 90% 52.1M 1s 100200K .......... .......... .......... .......... .......... 90% 61.6M 1s 100250K .......... .......... .......... .......... .......... 90% 6.83M 1s 100300K .......... .......... .......... .......... .......... 90% 33.9M 1s 100350K .......... .......... .......... .......... .......... 90% 9.29M 1s 100400K .......... .......... .......... .......... .......... 90% 6.09M 1s 100450K .......... .......... .......... .......... .......... 90% 18.7M 1s 100500K .......... .......... .......... .......... .......... 90% 129M 1s 100550K .......... .......... .......... .......... .......... 90% 8.12M 1s 100600K .......... .......... .......... .......... .......... 90% 69.6M 1s 100650K .......... .......... .......... .......... .......... 90% 6.85M 1s 100700K .......... .......... .......... .......... .......... 90% 7.13M 1s 100750K .......... .......... .......... .......... .......... 90% 173M 1s 100800K .......... .......... .......... .......... .......... 91% 16.1M 1s 100850K .......... .......... .......... .......... .......... 91% 8.10M 1s 100900K .......... .......... .......... .......... .......... 91% 164M 1s 100950K .......... .......... .......... .......... .......... 91% 5.80M 1s 101000K .......... .......... .......... .......... .......... 91% 9.55M 1s 101050K .......... .......... .......... .......... .......... 91% 155M 1s 101100K .......... .......... .......... .......... .......... 91% 14.6M 1s 101150K .......... .......... .......... .......... .......... 91% 5.97M 1s 101200K .......... .......... .......... .......... .......... 91% 142M 1s 101250K .......... .......... .......... .......... .......... 91% 7.95M 1s 101300K .......... .......... .......... .......... .......... 91% 8.64M 1s 101350K .......... .......... .......... .......... .......... 91% 180M 1s 101400K .......... .......... .......... .......... .......... 91% 19.1M 1s 101450K .......... .......... .......... .......... .......... 91% 5.68M 1s 101500K .......... .......... .......... .......... .......... 91% 96.4M 1s 101550K .......... .......... .......... .......... .......... 91% 7.40M 1s 101600K .......... .......... .......... .......... .......... 91% 8.91M 1s 101650K .......... .......... .......... .......... .......... 91% 29.0M 1s 101700K .......... .......... .......... .......... .......... 91% 66.6M 1s 101750K .......... .......... .......... .......... .......... 91% 5.76M 1s 101800K .......... .......... .......... .......... .......... 91% 52.7M 1s 101850K .......... .......... .......... .......... .......... 91% 7.80M 1s 101900K .......... .......... .......... .......... .......... 92% 8.18M 1s 101950K .......... .......... .......... .......... .......... 92% 178M 1s 102000K .......... .......... .......... .......... .......... 92% 33.7M 1s 102050K .......... .......... .......... .......... .......... 92% 5.97M 1s 102100K .......... .......... .......... .......... .......... 92% 10.8M 1s 102150K .......... .......... .......... .......... .......... 92% 14.2M 1s 102200K .......... .......... .......... .......... .......... 92% 8.79M 1s 102250K .......... .......... .......... .......... .......... 92% 156M 1s 102300K .......... .......... .......... .......... .......... 92% 25.7M 1s 102350K .......... .......... .......... .......... .......... 92% 10.1M 1s 102400K .......... .......... .......... .......... .......... 92% 6.24M 1s 102450K .......... .......... .......... .......... .......... 92% 18.9M 1s 102500K .......... .......... .......... .......... .......... 92% 6.87M 1s 102550K .......... .......... .......... .......... .......... 92% 137M 1s 102600K .......... .......... .......... .......... .......... 92% 98.7M 1s 102650K .......... .......... .......... .......... .......... 92% 8.36M 1s 102700K .......... .......... .......... .......... .......... 92% 5.04M 1s 102750K .......... .......... .......... .......... .......... 92% 153M 1s 102800K .......... .......... .......... .......... .......... 92% 6.72M 1s 102850K .......... .......... .......... .......... .......... 92% 151M 1s 102900K .......... .......... .......... .......... .......... 92% 178M 1s 102950K .......... .......... .......... .......... .......... 92% 6.65M 1s 103000K .......... .......... .......... .......... .......... 93% 11.9M 1s 103050K .......... .......... .......... .......... .......... 93% 11.2M 1s 103100K .......... .......... .......... .......... .......... 93% 130M 1s 103150K .......... .......... .......... .......... .......... 93% 6.68M 1s 103200K .......... .......... .......... .......... .......... 93% 108M 1s 103250K .......... .......... .......... .......... .......... 93% 7.06M 1s 103300K .......... .......... .......... .......... .......... 93% 8.41M 1s 103350K .......... .......... .......... .......... .......... 93% 20.1M 1s 103400K .......... .......... .......... .......... .......... 93% 102M 1s 103450K .......... .......... .......... .......... .......... 93% 6.39M 1s 103500K .......... .......... .......... .......... .......... 93% 121M 1s 103550K .......... .......... .......... .......... .......... 93% 27.2M 1s 103600K .......... .......... .......... .......... .......... 93% 4.47M 1s 103650K .......... .......... .......... .......... .......... 93% 21.0M 1s 103700K .......... .......... .......... .......... .......... 93% 10.5M 1s 103750K .......... .......... .......... .......... .......... 93% 12.3M 1s 103800K .......... .......... .......... .......... .......... 93% 151M 1s 103850K .......... .......... .......... .......... .......... 93% 13.7M 1s 103900K .......... .......... .......... .......... .......... 93% 7.41M 1s 103950K .......... .......... .......... .......... .......... 93% 11.5M 1s 104000K .......... .......... .......... .......... .......... 93% 80.2M 1s 104050K .......... .......... .......... .......... .......... 93% 5.73M 1s 104100K .......... .......... .......... .......... .......... 94% 110M 1s 104150K .......... .......... .......... .......... .......... 94% 158M 1s 104200K .......... .......... .......... .......... .......... 94% 5.36M 1s 104250K .......... .......... .......... .......... .......... 94% 10.0M 1s 104300K .......... .......... .......... .......... .......... 94% 158M 1s 104350K .......... .......... .......... .......... .......... 94% 8.57M 1s 104400K .......... .......... .......... .......... .......... 94% 12.1M 1s 104450K .......... .......... .......... .......... .......... 94% 142M 1s 104500K .......... .......... .......... .......... .......... 94% 5.57M 1s 104550K .......... .......... .......... .......... .......... 94% 11.9M 1s 104600K .......... .......... .......... .......... .......... 94% 130M 1s 104650K .......... .......... .......... .......... .......... 94% 5.39M 1s 104700K .......... .......... .......... .......... .......... 94% 145M 1s 104750K .......... .......... .......... .......... .......... 94% 53.7M 1s 104800K .......... .......... .......... .......... .......... 94% 5.88M 1s 104850K .......... .......... .......... .......... .......... 94% 11.6M 1s 104900K .......... .......... .......... .......... .......... 94% 6.77M 1s 104950K .......... .......... .......... .......... .......... 94% 196M 1s 105000K .......... .......... .......... .......... .......... 94% 12.9M 1s 105050K .......... .......... .......... .......... .......... 94% 171M 1s 105100K .......... .......... .......... .......... .......... 94% 187M 1s 105150K .......... .......... .......... .......... .......... 94% 5.34M 1s 105200K .......... .......... .......... .......... .......... 94% 4.27M 1s 105250K .......... .......... .......... .......... .......... 95% 184M 1s 105300K .......... .......... .......... .......... .......... 95% 23.0M 1s 105350K .......... .......... .......... .......... .......... 95% 26.2M 1s 105400K .......... .......... .......... .......... .......... 95% 147M 1s 105450K .......... .......... .......... .......... .......... 95% 4.79M 1s 105500K .......... .......... .......... .......... .......... 95% 6.76M 1s 105550K .......... .......... .......... .......... .......... 95% 9.78M 1s 105600K .......... .......... .......... .......... .......... 95% 147M 1s 105650K .......... .......... .......... .......... .......... 95% 146M 1s 105700K .......... .......... .......... .......... .......... 95% 11.0M 1s 105750K .......... .......... .......... .......... .......... 95% 8.11M 0s 105800K .......... .......... .......... .......... .......... 95% 87.9M 0s 105850K .......... .......... .......... .......... .......... 95% 4.22M 0s 105900K .......... .......... .......... .......... .......... 95% 12.9M 0s 105950K .......... .......... .......... .......... .......... 95% 183M 0s 106000K .......... .......... .......... .......... .......... 95% 110M 0s 106050K .......... .......... .......... .......... .......... 95% 7.49M 0s 106100K .......... .......... .......... .......... .......... 95% 21.7M 0s 106150K .......... .......... .......... .......... .......... 95% 4.67M 0s 106200K .......... .......... .......... .......... .......... 95% 5.58M 0s 106250K .......... .......... .......... .......... .......... 95% 178M 0s 106300K .......... .......... .......... .......... .......... 95% 185M 0s 106350K .......... .......... .......... .......... .......... 96% 203M 0s 106400K .......... .......... .......... .......... .......... 96% 32.5M 0s 106450K .......... .......... .......... .......... .......... 96% 5.05M 0s 106500K .......... .......... .......... .......... .......... 96% 15.8M 0s 106550K .......... .......... .......... .......... .......... 96% 5.44M 0s 106600K .......... .......... .......... .......... .......... 96% 129M 0s 106650K .......... .......... .......... .......... .......... 96% 131M 0s 106700K .......... .......... .......... .......... .......... 96% 66.1M 0s 106750K .......... .......... .......... .......... .......... 96% 38.0M 0s 106800K .......... .......... .......... .......... .......... 96% 4.29M 0s 106850K .......... .......... .......... .......... .......... 96% 5.47M 0s 106900K .......... .......... .......... .......... .......... 96% 50.9M 0s 106950K .......... .......... .......... .......... .......... 96% 12.9M 0s 107000K .......... .......... .......... .......... .......... 96% 181M 0s 107050K .......... .......... .......... .......... .......... 96% 287M 0s 107100K .......... .......... .......... .......... .......... 96% 4.52M 0s 107150K .......... .......... .......... .......... .......... 96% 18.1M 0s 107200K .......... .......... .......... .......... .......... 96% 9.39M 0s 107250K .......... .......... .......... .......... .......... 96% 45.9M 0s 107300K .......... .......... .......... .......... .......... 96% 12.3M 0s 107350K .......... .......... .......... .......... .......... 96% 139M 0s 107400K .......... .......... .......... .......... .......... 96% 6.81M 0s 107450K .......... .......... .......... .......... .......... 97% 15.7M 0s 107500K .......... .......... .......... .......... .......... 97% 6.36M 0s 107550K .......... .......... .......... .......... .......... 97% 124M 0s 107600K .......... .......... .......... .......... .......... 97% 11.4M 0s 107650K .......... .......... .......... .......... .......... 97% 91.9M 0s 107700K .......... .......... .......... .......... .......... 97% 5.86M 0s 107750K .......... .......... .......... .......... .......... 97% 22.2M 0s 107800K .......... .......... .......... .......... .......... 97% 6.50M 0s 107850K .......... .......... .......... .......... .......... 97% 103M 0s 107900K .......... .......... .......... .......... .......... 97% 20.9M 0s 107950K .......... .......... .......... .......... .......... 97% 17.5M 0s 108000K .......... .......... .......... .......... .......... 97% 7.84M 0s 108050K .......... .......... .......... .......... .......... 97% 9.73M 0s 108100K .......... .......... .......... .......... .......... 97% 8.79M 0s 108150K .......... .......... .......... .......... .......... 97% 38.3M 0s 108200K .......... .......... .......... .......... .......... 97% 17.3M 0s 108250K .......... .......... .......... .......... .......... 97% 24.1M 0s 108300K .......... .......... .......... .......... .......... 97% 90.0M 0s 108350K .......... .......... .......... .......... .......... 97% 5.47M 0s 108400K .......... .......... .......... .......... .......... 97% 14.5M 0s 108450K .......... .......... .......... .......... .......... 97% 8.56M 0s 108500K .......... .......... .......... .......... .......... 97% 14.4M 0s 108550K .......... .......... .......... .......... .......... 98% 31.8M 0s 108600K .......... .......... .......... .......... .......... 98% 78.8M 0s 108650K .......... .......... .......... .......... .......... 98% 5.47M 0s 108700K .......... .......... .......... .......... .......... 98% 10.1M 0s 108750K .......... .......... .......... .......... .......... 98% 16.0M 0s 108800K .......... .......... .......... .......... .......... 98% 11.2M 0s 108850K .......... .......... .......... .......... .......... 98% 26.9M 0s 108900K .......... .......... .......... .......... .......... 98% 123M 0s 108950K .......... .......... .......... .......... .......... 98% 7.78M 0s 109000K .......... .......... .......... .......... .......... 98% 11.9M 0s 109050K .......... .......... .......... .......... .......... 98% 8.78M 0s 109100K .......... .......... .......... .......... .......... 98% 28.6M 0s 109150K .......... .......... .......... .......... .......... 98% 12.8M 0s 109200K .......... .......... .......... .......... .......... 98% 25.0M 0s 109250K .......... .......... .......... .......... .......... 98% 21.8M 0s 109300K .......... .......... .......... .......... .......... 98% 7.03M 0s 109350K .......... .......... .......... .......... .......... 98% 10.3M 0s 109400K .......... .......... .......... .......... .......... 98% 11.4M 0s 109450K .......... .......... .......... .......... .......... 98% 8.27M 0s 109500K .......... .......... .......... .......... .......... 98% 175M 0s 109550K .......... .......... .......... .......... .......... 98% 175M 0s 109600K .......... .......... .......... .......... .......... 98% 6.16M 0s 109650K .......... .......... .......... .......... .......... 99% 7.61M 0s 109700K .......... .......... .......... .......... .......... 99% 9.60M 0s 109750K .......... .......... .......... .......... .......... 99% 10.7M 0s 109800K .......... .......... .......... .......... .......... 99% 132M 0s 109850K .......... .......... .......... .......... .......... 99% 180M 0s 109900K .......... .......... .......... .......... .......... 99% 15.1M 0s 109950K .......... .......... .......... .......... .......... 99% 12.9M 0s 110000K .......... .......... .......... .......... .......... 99% 7.15M 0s 110050K .......... .......... .......... .......... .......... 99% 11.8M 0s 110100K .......... .......... .......... .......... .......... 99% 9.15M 0s 110150K .......... .......... .......... .......... .......... 99% 87.0M 0s 110200K .......... .......... .......... .......... .......... 99% 96.7M 0s 110250K .......... .......... .......... .......... .......... 99% 8.19M 0s 110300K .......... .......... .......... .......... .......... 99% 7.66M 0s 110350K .......... .......... .......... .......... .......... 99% 11.3M 0s 110400K .......... .......... .......... .......... .......... 99% 7.90M 0s 110450K .......... .......... .......... .......... .......... 99% 147M 0s 110500K .......... .......... .......... .......... .......... 99% 162M 0s 110550K .......... .......... .......... .......... .......... 99% 6.88M 0s 110600K .......... .......... .......... .......... .......... 99% 9.31M 0s 110650K .......... .......... .......... .......... .......... 99% 10.7M 0s 110700K .......... .......... .......... .......... .......... 99% 10.0M 0s 110750K .......... .......... .......... .......... ....... 100% 51.8M=11s 2022-06-07 00:19:05 (9.87 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.boost_1_79_0.tar.bz2.WXkvpR/output' saved [113456811/113456811] boost_1_79_0.tar.bz2: OK (sha256: 475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39) >>> host-boost 1.79.0 Extracting bzcat /nvmedata/autobuild/instance-25/dl/boost/boost_1_79_0.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0 -xf - >>> host-boost 1.79.0 Patching Applying 0001-json-array-erase-relocate.patch using patch: patching file boost/json/impl/array.ipp patching file libs/json/test/array.cpp Applying 0002-Rename-mips1-to-mips-and-alias-mips1-to-mips.patch using patch: patching file libs/config/checks/architecture/Jamfile.jam patching file libs/config/checks/architecture/mips.cpp (renamed from libs/config/checks/architecture/mips1.cpp) >>> host-boost 1.79.0 Configuring cd /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0 && ./bootstrap.sh --without-icu --with-toolset=gcc --without-libraries=atomic,chrono,context,contract,container,coroutine,date_time,exception,fiber,filesystem,graph,graph_parallel,iostreams,json,locale,log,math,mpi,nowide,program_options,python,random,serialization,stacktrace,test,thread,timer,type_erasure,wave Building B2 engine.. ### ### ### Using 'gcc' toolset. ### ### g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ### ### > g++ -x c++ -std=c++11 -O2 -s -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2 > cp b2 bjam tools/build/src/engine/b2 Unicode/ICU support for Boost.Regex?... disabled. Generating B2 configuration in project-config.jam for gcc... Bootstrapping is done. To build, run: ./b2 To generate header files, run: ./b2 headers The configuration generated uses gcc to build by default. If that is unintended either use the --with-toolset option or adjust configuration, by editing 'project-config.jam'. Further information: - Command line help: ./b2 --help - Getting started guide: http://www.boost.org/more/getting_started/unix-variants.html - B2 documentation: http://www.boost.org/build/ echo "using gcc : ` -dumpversion` : /usr/bin/g++ : \"-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include\" \"-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib\" ;" > /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/user-config.jam /bin/bash: -dumpversion: command not found >>> host-boost 1.79.0 Building cd /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0 && ./b2 --no-cmake-config toolset=gcc threading=multi variant=release link=shared runtime-link=shared -j1 -q --ignore-site-config --layout=system --prefix=/nvmedata/autobuild/instance-25/output-1/host --user-config=/nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/user-config.jam -d+1 Performing configuration checks - default address-model : 64-bit [1] - default architecture : x86 [1] Building the Boost C++ Libraries. - has_icu builds : yes [2] [1] gcc-9 [2] gcc-9/release/python-2.7/threadapi-pthread/threading-multi/visibility-hidden Component configuration: - atomic : not building - chrono : not building - container : not building - context : not building - contract : not building - coroutine : not building - date_time : not building - exception : not building - fiber : not building - filesystem : not building - graph : not building - graph_parallel : not building - headers : building - iostreams : not building - json : not building - locale : not building - log : not building - math : not building - mpi : not building - nowide : not building - program_options : not building - python : not building - random : not building - regex : building - serialization : not building - stacktrace : not building - system : building - test : not building - thread : not building - timer : not building - type_erasure : not building - wave : not building ...patience... ...found 657 targets... ...updating 20 targets... gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/posix_api.o gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/regex.o gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/regex_debug.o gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/static_mutex.o gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/wide_posix_api.o gcc.link.dll bin.v2/libs/regex/build/gcc-9/release/threading-multi/visibility-hidden/libboost_regex.so.1.79.0 common.copy /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/stage/lib/libboost_regex.so.1.79.0 ln-UNIX /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/stage/lib/libboost_regex.so gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/threading-multi/visibility-hidden/error_code.o gcc.link.dll bin.v2/libs/system/build/gcc-9/release/threading-multi/visibility-hidden/libboost_system.so.1.79.0 common.copy /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/stage/lib/libboost_system.so.1.79.0 ln-UNIX /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/stage/lib/libboost_system.so ...updated 20 targets... The Boost C++ Libraries were successfully built! The following directory should be added to compiler include paths: /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0 The following directory should be added to linker library paths: /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/stage/lib >>> host-boost 1.79.0 Installing to host directory cd /nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0 && ./b2 --no-cmake-config toolset=gcc threading=multi variant=release link=shared runtime-link=shared -j1 -q --ignore-site-config --layout=system --prefix=/nvmedata/autobuild/instance-25/output-1/host --user-config=/nvmedata/autobuild/instance-25/output-1/build/host-boost-1.79.0/user-config.jam -d+1 install Performing configuration checks - default address-model : 64-bit (cached) [1] - default architecture : x86 (cached) [1] - has_icu builds : yes (cached) [2] [1] gcc-9 [2] gcc-9/release/python-2.7/threadapi-pthread/threading-multi/visibility-hidden Component configuration: - atomic : not building - chrono : not building - container : not building - context : not building - contract : not building - coroutine : not building - date_time : not building - exception : not building - fiber : not building - filesystem : not building - graph : not building - graph_parallel : not building - headers : building - iostreams : not building - json : not building - locale : not building - log : not building - math : not building - mpi : not building - nowide : not building - program_options : not building - python : not building - random : not building - regex : building - serialization : not building - stacktrace : not building - system : building - test : not building - thread : not building - timer : not building - type_erasure : not building - wave : not building ...patience... ...found 32196 targets... ...updating 16333 targets... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/visit_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tokenizer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/token_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/static_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/static_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/shared_container_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/scoped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/scoped_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/scope_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm_lite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/progress.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polymorphic_pointer_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polymorphic_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pointer_to_other.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pointer_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pointee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/operators_v1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/none_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nondet_random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/noncopyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/non_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/next_prior.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index_container_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/memory_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mem_fn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/make_unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/make_shared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/make_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator_adaptors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/is_placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/indirect_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/implicit_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana.hpp ...on 100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/get_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/generator_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_output_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/foreach_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/foreach.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/enable_shared_from_this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cxx11_char_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/current_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cstdlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cstdint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cstdfloat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cregex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/crc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract_macro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_archetype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compressed_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/checked_delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cerrno.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/call_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/blank_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/blank.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/aligned_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/yap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/user_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/print.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/algorithm_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/xpressive_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/xpressive_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/xpressive_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/xpressive_dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/xpressive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/sub_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/regex_actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/match_results.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/basic_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/waitable_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/wait_on_address.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/wait_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/wait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/tls.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/timers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/synchronization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/stack_backtrace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/srw_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/show_window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/shell.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/semaphore.hpp ...on 200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/security.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/process.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/priority_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/pipes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/page_protection_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/overlapped.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/local_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/jobs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/init_once.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/heap_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/handle_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_thread_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_system_directory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_process_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_proc_address.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_last_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_current_thread_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_current_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_current_process_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/get_current_process.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/file_mapping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/file_management.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/error_codes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/dll.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/directory_management.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/debugapi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/dbghelp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/crypt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/critical_section.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/character_code_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/bcrypt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/basic_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/apc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/access_rights.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/whitespace_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/wave_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/wave_config_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/wave_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/token_ids.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/preprocessing_hooks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/language_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpp_throw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpp_iteration_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpp_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpp_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/vmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/not_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_unary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_parens_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_multi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_general_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_empty_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_empty_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/is_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/get_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert_is_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant2/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/visitor_ptr.hpp ...on 300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/variant_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/static_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/recursive_wrapper_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/recursive_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/recursive_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/polymorphic_get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/multivisitors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/bad_visit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/apply_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/uuid_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/uuid_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/uuid_hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/uuid_generators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/uuid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/string_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/random_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/nil_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/name_generator_sha1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/name_generator_md5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/name_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/entropy_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/basic_name_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/value_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/typed_in_place_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/string_view_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/string_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/string_ref_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/string_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/in_place_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/identity_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/explicit_operator_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/declval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/compare_pointees.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/base_from_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/addressof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/unordered_set_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/unordered_map_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/units_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/static_rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/static_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/scaled_base_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/scale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/reduce_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/quantity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/pow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/make_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/make_scaled_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_unit_of_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_unit_of_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_quantity_of_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_quantity_of_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_quantity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_dimensionless_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_dimensionless_quantity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_dimensionless.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_dimension_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/is_dim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/homogeneous_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/heterogeneous_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/get_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/get_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/dimensionless_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/dimensionless_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/dimensionless_quantity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/dim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/derived_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/cmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/absolute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/vector200.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/vector150.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/vector100.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/unsupported.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/typeof_impl.hpp ...on 400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/type_template_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/type_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/template_template_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/template_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/register_mem_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/register_fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/register_functions_iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/register_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/pointers_data_members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/native.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/modifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/integral_template_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/int_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/incr_registration_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/encode_decode_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/encode_decode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/decltype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/type_with_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/type_identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/transform_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/same_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_volatile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_extent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_cv_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/remove_all_extents.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/reference_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/rank.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/promote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/object_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/nonesuch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/negation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/make_void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/make_unsigned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/make_signed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_volatile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_virtual_base_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_unsigned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_unscoped_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_unbounded_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_trivially_copyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_stateless.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_signed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_scoped_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_scalar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_same.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_rvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_polymorphic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_pod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_nothrow_swappable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_nothrow_move_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_nothrow_move_assignable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_noncopyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_member_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_member_object_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_member_function_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_lvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_list_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_floating_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_final.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_detected_exact.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_detected_convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_detected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_destructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_default_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_copy_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_copy_assignable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_compound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_complete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_bounded_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_base_of_tr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_base_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_base_and_derived.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_assignable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_arithmetic.hpp ...on 500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/is_abstract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/integral_promotion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/ice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_virtual_destructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_unary_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_unary_minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_move_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_move_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_destructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_trivial_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_right_shift_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_right_shift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_pre_increment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_pre_decrement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_post_increment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_post_decrement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_plus_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_nothrow_destructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_nothrow_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_nothrow_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_nothrow_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_new_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_negate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_multiplies_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_multiplies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_modulus_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_minus_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_logical_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_logical_not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_logical_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_left_shift_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_left_shift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_divides_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_dereference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_complement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_xor_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_xor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_or_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_and_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/has_bit_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/function_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/floating_point_promotion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/extent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/disjunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detected_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/declval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/decay.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/cv_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/copy_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/copy_cv_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/copy_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/conversion_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/conjunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/conditional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/composite_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/common_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/broken_compiler_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/array_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/arithmetic_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/alignment_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/alignment_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/aligned_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_volatile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_rvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_lvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/add_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/type_index_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/stl_type_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/ctti_type_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/typeid_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/static_binding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/same_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/require_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/relaxed.hpp ...on 600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/register_binding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/rebind_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/placeholder_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/is_subconcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/is_placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/dynamic_binding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/dynamic_any_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/derived.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/deduced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/concept_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/concept_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/check_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/callable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/builtin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/binding_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/binding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/any_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tuple/tuple_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tuple/tuple_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tuple/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/tti.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/member_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_static_member_function_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_static_member_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_static_member_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_member_function_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_member_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_member_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_function_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/has_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/timer/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/timer/progress_display.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/timer/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/xtime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/with_lock_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/user_scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/tss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread_only.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/testable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/synchronized_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/sync_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/sync_bounded_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/strict_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/shared_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/shared_lock_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/scoped_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/reverse_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/poly_shared_lockable_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/poly_shared_lockable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/poly_lockable_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/poly_lockable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/ostream_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/once.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/null_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/locks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lockable_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lockable_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lockable_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_factories.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/lock_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/latch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/is_locked_by_this_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/interruption.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/externally_locked_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/externally_locked.hpp ...on 700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/exceptional_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/cv_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/completion_latch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/caller_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/barrier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test_suite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test_parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test_log_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test_log.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/unit_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/test_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/test_framework_init_observer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/test_exec_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/test_case_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/results_reporter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/results_collector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/progress_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/prg_exec_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/predicate_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/parameterized_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output_test_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/minimal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/framework.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/floating_point_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/execution_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/debug_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/auto_unit_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/windows_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/system_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/system_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/linux_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/is_error_condition_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/is_error_code_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/generic_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/error_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/error_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/error_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/errc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/cygwin_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/api_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/view_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/sequence_container_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/iterator_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stl_interfaces/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/static_string/static_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/static_string/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/transition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/termination.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/state_machine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/simple_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/shallow_history.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/processor_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/null_exception_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/in_state_reaction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/history.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/fifo_worker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/fifo_scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/exception_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/event_processor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/event_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/deferral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/deep_history.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/custom_reaction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/asynchronous_state_machine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/stacktrace_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/stacktrace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/safe_dump_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/frame.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/scoped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/scoped_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/owner_less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/owner_hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/owner_equal_to.hpp ...on 800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_shared_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_shared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_local_shared_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_local_shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/make_local_shared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/local_shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/intrusive_ref_counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/intrusive_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/enable_shared_from_this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/enable_shared_from_raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/enable_shared_from.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/bad_weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/atomic_shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/allocate_unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/allocate_shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/allocate_local_shared_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/variadic_slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/variadic_signal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/trackable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/slot_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/signal_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/signal_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/signal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/shared_connection_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/preprocessed_slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/preprocessed_signal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/predestructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/postconstructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/optional_last_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/last_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/expired_slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/dummy_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/deconstruct_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/deconstruct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/connection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/void_cast_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/void_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/vector_135.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/valarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/unordered_collections_save_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/unordered_collections_load_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/unique_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/type_info_implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/tracking_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/tracking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/strong_typedef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/static_warning.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/state_saver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/split_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/split_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/smart_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/shared_ptr_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/shared_ptr_132.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/scoped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/priority_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/nvp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/library_version_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/level_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/level.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/item_version_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/is_bitwise_serializable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/hash_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/hash_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/hash_collections_save_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/hash_collections_load_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/forward_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/force_include.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/extended_type_info_typeid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/extended_type_info_no_rtti.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/extended_type_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/export.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/deque.hpp ...on 900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/collections_save_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/collections_load_imp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/collection_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/collection_size_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/collection_size_type copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/boost_unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/boost_unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/boost_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/binary_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/base_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/assume_abstract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/array_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/array_optimization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/archive_input_unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/archive_input_unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_integer_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_integer_literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_base_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/safe_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/range_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/native.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/exception_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/cpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/checked_result_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/checked_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/checked_integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/checked_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/checked_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/automatic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/user.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/pattern_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/mfc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/icu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/ratio_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/ratio_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/include.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/traversal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/sub_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/size_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/reverse_result_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/result_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/rend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/rbegin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/range_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/mutable_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/mfc_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/mfc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/metafunctions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/iterator_range_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/iterator_range_hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/iterator_range_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/istream_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/irange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/has_range_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/difference_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/counting_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/const_reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/const_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/atl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/as_literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/as_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/any_range.hpp ...on 1000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/xor_combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/weibull_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/variate_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_smallint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_real_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_on_sphere.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_int_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/uniform_01.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/triangle_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/taus88.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/subtract_with_carry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/student_t_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/sobol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/shuffle_output.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/shuffle_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/seed_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/ranlux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/random_number_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/random_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/poisson_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/piecewise_linear_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/piecewise_constant_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/normal_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/non_central_chi_squared_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/niederreiter_base2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/negative_binomial_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/mixmax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/mersenne_twister.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/lognormal_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/linear_feedback_shift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/linear_congruential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/laplace_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/lagged_fibonacci.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/inversive_congruential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/independent_bits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/hyperexponential_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/geometric_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/generate_canonical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/gamma_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/fisher_f_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/faure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/extreme_value_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/exponential_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/discrete_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/discard_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/chi_squared_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/cauchy_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/binomial_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/beta_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/bernoulli_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/additive_combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_traits_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_traits_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_register4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_register3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_register2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_register.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_mat_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_mat_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_mat_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_mat_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/vec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/swizzle4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/swizzle3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/swizzle2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/swizzle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/static_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/scalar_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_vec_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_traits_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_traits_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/quat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_traits_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_traits_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_operations.hpp ...on 1100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/mat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/map_vec_mat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/map_mat_vec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/map_mat_mat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/lite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/is_scalar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/inline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/deduce_vec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/deduce_scalar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/deduce_quat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/deduce_mat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/with_custodian_and_ward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/type_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/to_python_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/to_python_indirect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/to_python_converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/str.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/stl_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/ssize_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/slice_nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/slice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/self.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/return_value_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/return_opaque_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/return_internal_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/return_by_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/return_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/register_ptr_to_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/reference_existing_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/refcount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/raw_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/pure_virtual.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/pointee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/override.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/other.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/opaque_pointer_converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_slices.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_protocol_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_items.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/module_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/module.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/manage_new_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/make_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/make_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/lvalue_from_pytype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/long.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/instance_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/import.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/implicit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/has_back_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/handle_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/extract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/exec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/exception_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/docstring_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/dict.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/default_call_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/def_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/data_members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/copy_non_const_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/copy_const_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/class_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/call_method.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/borrowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/bases.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/base_type_traits.hpp ...on 1200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/back_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/args_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/arg_from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_circular_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/serialize_ptr_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_unordered_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_set_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_sequence_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_map_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_circular_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/ptr_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/nullable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/indirect_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/clone_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/proto_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/proto_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/proto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/make_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/extends.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/deep_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/xml_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/string_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/stream_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/ptree_serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/ptree_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/ptree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/ini_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/info_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/id_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/vector_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/transform_value_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/shared_array_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/property_map_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/function_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/dynamic_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/compose_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/variables_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/value_semantic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/positional_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/parsers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/options_description.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/option.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/eof_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/environment_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/cmdline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/start_dir.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/spawn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/shell.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/search_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/posix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/pipe.hpp ...on 1300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/locale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/extend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/exe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/env.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/cmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/child.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/async_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/async_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/async.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/wstringize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/stringize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/selection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat_from_to_3rd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat_from_to_2nd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat_from_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat_3rd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat_2nd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/library.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/inc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/expr_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum_shifted_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum_shifted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum_params_with_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum_params_with_a_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/dec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comma_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/cat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/assert_msg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/version_number.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/version.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/other.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/make.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/language.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/singleton_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/simple_segregated_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/poolfwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/pool_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/object_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/voronoi_geometry_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/voronoi_diagram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/voronoi_builder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/voronoi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/segment_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/segment_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/segment_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/segment_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/rectangle_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/rectangle_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/rectangle_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_with_holes_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_set_traits.hpp ...on 1400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_set_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_set_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_90_with_holes_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_90_set_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_90_set_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_90_set_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_90_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_45_with_holes_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_45_set_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_45_set_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_45_set_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon_45_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/point_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/point_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/point_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/isotropy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/interval_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/interval_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/interval_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/gtl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/gmp_override.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/function_collection_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/function_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/base_collection_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/base_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/any_collection_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/any_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/phoenix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/tuple_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/ops_fields.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/io_fields.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/functions_for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/stringtok.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/relaxed_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/property_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/property.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/mutable_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/mutable_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/iterator_tests.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/iterator_adaptors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/is_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/integer_log2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/indirect_cmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/fibonacci_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/fenced_priority_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/disjoint_sets.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/container_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/bucket_sorter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/template_keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/required.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/preprocessor_no_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/preprocessor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/nested_keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/keyword_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/is_argument_pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/deduced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/binding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/are_tagged_arguments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/try.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/trait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/success_failure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/std_result.hpp ...on 1500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/std_outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/iostream_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/coroutine_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/boost_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/boost_outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/basic_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/basic_outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/bad_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/optional_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/optional_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/bad_optional_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/utf8_codecvt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/stat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/stackstring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/replacement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/iostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/fstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/filesystem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/filebuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/cstdlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/cstdio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/tommath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/rational_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/mpfr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/mpfi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/mpc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/miller_rabin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/logged_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/gmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/float128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/eigen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/debug_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_dec_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_bin_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/complex_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/complex128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/sequenced_index_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/sequenced_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/safe_mode_errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/ranked_index_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/ranked_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/random_access_index_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/random_access_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/ordered_index_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/ordered_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/mem_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/key_extractors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/indexed_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/identity_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/hashed_index_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/hashed_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/global_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/composite_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/subarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/storage_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/range_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/multi_array_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/index_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/index_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/extent_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/extent_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/copy_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/concept_checks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/collection_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_array/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/row_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/proto_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/msm_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/event_traits.hpp ...on 1600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/active_state_switching_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/zip_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/void_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/value_type_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/upper_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/transform_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/stable_partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/sizeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/size_t_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/size_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/size_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/single_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/sequence_tag_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/sequence_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/same_as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/reverse_iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/range_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/push_front_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/push_back_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/protect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/prior.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/print.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pop_front_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pop_back_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pair_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/order_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/numeric_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/next_prior.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/next.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/negate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiplies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/min_max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/min_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/max_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/lower_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/long_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/long.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/lambda_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/key_type_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/key_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/joint_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/iterator_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/iterator_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/iter_fold_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/is_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/is_placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/integral_c_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/integral_c_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/integral_c.hpp ...on 1700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/int_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/insert_range_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/insert_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/inherit_linearly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/index_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/index_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/has_xxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/has_key_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/has_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/get_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/front_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/front_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/filter_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/eval_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/erase_key_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/erase_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/empty_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/empty_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/empty_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/distance_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/deref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/count_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/contains_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/contains.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/clear_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/char_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bool_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bitwise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/begin_end_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/begin_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/back_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/back_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/at_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/as_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/arg_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/always.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/alias.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/advance_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/accumulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/O1_size_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/O1_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/skeleton_and_content_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/skeleton_and_content_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/skeleton_and_content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/request.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/packed_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/packed_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/operations.hpp ...on 1800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/nonblocking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/intercommunicator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/inplace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/graph_communicator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/error_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/datatype_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/datatype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/communicator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/cartesian_communicator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/mpl_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/mpl_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/integer_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/utility_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/unique_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/make_unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/default_delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/adl_move_swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/unless_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/transform_error_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/transform_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/string_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/string_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/start.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/spaces.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/space.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/source_position_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/source_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/sequence_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/return_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated_one_of1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated_one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/repeated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/reject.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/range_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/one_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/one_char_except_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/one_char_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/one_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/nth_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/next_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/next_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/middle_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/look_ahead.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/lit_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/limit_string_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/limit_sequence_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/limit_one_of_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/limit_one_char_except_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/last_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/iterate_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/is_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/int_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/if_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_remaining.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_prev_char.hpp ...on 1900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/get_col.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldr_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldr_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldr_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/foldl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/fail_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/fail_at_first_char_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/fail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/entire_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/digit_val.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/define_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/debug_parsing_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/change_error_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/build_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/always_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/always.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/alphanum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/accept_when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/accept_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/accept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tr1_c_macros.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quaternion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/octonion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/common_factor_rt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/common_factor_ct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/common_factor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/logic/tribool_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/logic/tribool_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/logic/tribool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/trivial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/spsc_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/lockfree_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/util.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/utf8_codecvt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/utf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/time_zone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/localization_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/hold_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/gnu_gettext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/generic_codecvt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/formatting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/encoding_utf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/encoding_errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/definitions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/date_time_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/date_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/collator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/try_lexical_convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/lexical_cast_old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/bad_lexical_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/to_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/pred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/on_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/handle_errors.hpp ...on 2000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/capture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda2/lambda2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/loops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/control_structures.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/closures.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/casts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/visit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/value_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/value_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/value_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/value_from.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/system_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/string_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/stream_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/storage_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/static_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/src.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/serializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/pilfer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/parse_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/null_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/monotonic_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/memory_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/kind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/basic_parser_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/basic_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/zip_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/permutation_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/new_iterator_tests.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/minimum_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_categories.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_archetypes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/iterator_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/is_readable_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/is_lvalue_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/interoperable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/indirect_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/function_output_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/function_input_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/filter_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/counting_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/traits_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/tee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/stream_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/slice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/seek.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/restrict.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/putback.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/put.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/positioning.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/pipeline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/output_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/optimal_buffer_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/invert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/input_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/imbue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/flush.hpp ...on 2100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filtering_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filtering_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/code_converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/close.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/checked_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/char_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/chain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/categories.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/quoted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/ostream_put.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/ostream_joiner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/nullstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/ios_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/unordered_set_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/unordered_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/trivial_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/treap_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/treap_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/treap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/splaytree_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/splaytree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/splay_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/slist_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/sgtree_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/sgtree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/sg_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/set_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/rbtree_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/rbtree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/priority_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/pointer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/pointer_rebind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/pointer_plus_bits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/parent_from_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/pack_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/member_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/list_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/link_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/linear_slist_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/intrusive_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/hashtable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/derivation_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/circular_slist_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/circular_list_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/bstree_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/bstree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/bs_set_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/bs_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/avltree_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/avltree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/avl_set_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/avl_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/any_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/xsi_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/xsi_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/windows_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/shared_memory_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/segment_manager.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/permissions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/offset_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/mapped_region.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_xsi_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_windows_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_mapped_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_heap_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/managed_external_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/interprocess_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/file_mapping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/creation_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/anonymous_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/static_min_max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/static_log2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/mod_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/integer_mask.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/integer_log2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/extended_euclidean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/common_factor_rt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/common_factor_ct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/integer/common_factor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/split_interval_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/split_interval_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/separate_interval_set.hpp ...on 2200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/right_open_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/ptime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/open_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/left_open_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_combining_style.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_base_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval_base_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/impl_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/gregorian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/dynamic_interval_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/discrete_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/continuous_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/closed_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/associative_interval_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/associative_element_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/unpack_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/unpack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/tap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/rotate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/reveal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/returns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/repeat_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/protect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/proj.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/pipable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/partial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/mutable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/limit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/lift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/is_unpackable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/is_invocable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/infix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/indirect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/implicit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/function_param_limit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/flow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/flip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/fix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/decorate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/decay.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/capture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/apply_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/always.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/alias.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/weight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/unsafe_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/unlimited_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/storage_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/sample.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/multi_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/make_profile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/make_histogram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/literals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/indexed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/histogram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/skew_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/priority_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/pairing_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/heap_merge.hpp ...on 2300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/heap_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/fibonacci_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/d_ary_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/binomial_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/zip_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/zip_shortest_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/zip_shortest.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/zero.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/unpack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/unfold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/unfold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/then.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/tap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/take_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/take_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/take_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/symmetric_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/span.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/slice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/second.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/scan_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/scan_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/replicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/remove_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/remove_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/prepend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/permutations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/one.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/not_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/none_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/negate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/mult.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/monadic_fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/monadic_fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/monadic_compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/mod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/minimum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/maximum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/lift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/lexicographical_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/keys.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/is_subset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/is_disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/intersperse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/index_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/greater.hpp ...on 2400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fuse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/first.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/extract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/extend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/eval_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/duplicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/drop_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/drop_front_exactly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/drop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/drop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/div.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/define_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/cycle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/contains.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/comparing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/chain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/cartesian_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/basic_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/any_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/all_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/adjust_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/adjust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/adapt_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/adapt_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/accessors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/write_dimacs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/wavefront.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/visitors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/vf2_sub_graph_iso.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/vertex_and_edge_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/vector_as_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/use_mpi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/undirected_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/undirected_dfs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/two_graphs_common_spanning_trees.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/two_bit_color_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/tree_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/transpose_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/transitive_reduction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/transitive_closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/topology.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/topological_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/tiernan_all_cycles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/successive_shortest_path_nonnegative_weights.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/subgraph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/strong_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/stoer_wagner_min_cut.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/stanford_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/st_connected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/ssca_graph_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/smallest_last_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/small_world_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/sloan_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/simple_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/sequential_vertex_coloring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/rmat_graph_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/reverse_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/relax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/read_dimacs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/random_spanning_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/random_layout.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/r_c_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/push_relabel_max_flow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/property_iter_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/profile.hpp ...on 2500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/prim_minimum_spanning_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/point_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/plod_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_face_traversal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_canonical_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/page_rank.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/overloading.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/one_bit_color_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/numeric_values.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/neighbor_bfs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/named_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/named_function_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/minimum_degree_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/metric_tsp_approx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/metis.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/mesh_graph_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/mcgregor_common_subgraphs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/maximum_weighted_matching.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/maximum_adjacency_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/max_cardinality_matching.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/matrix_as_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/make_maximal_planar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/make_connected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/make_biconnected_planar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/loop_erased_random_walk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/lookup_edge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/leda_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/labeled_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/kruskal_min_spanning_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/king_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/kamada_kawai_spring_layout.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/johnson_all_pairs_shortest.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/iteration_macros_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/iteration_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/isomorphism.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/is_straight_line_drawing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/is_kuratowski_subgraph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/incremental_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/howard_cycle_ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/hawick_circuits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/gursoy_atun_layout.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/grid_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graphviz.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graphml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_stats.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_selectors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_mutability_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_as_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/graph_archetypes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/geodesic_distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/fruchterman_reingold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/floyd_warshall_shortest.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/find_flow_cost.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/filtered_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/exterior_property.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/erdos_renyi_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/edmunds_karp_max_flow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/edmonds_karp_max_flow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/edge_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/edge_connectivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/edge_coloring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/eccentricity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dominator_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dll_import_export.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/directed_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dimacs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dijkstra_shortest_paths_no_color_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dijkstra_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/depth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/degree_centrality.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/dag_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/cycle_canceling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/cuthill_mckee_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/create_condensation_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/core_numbers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/connected_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/compressed_sparse_row_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/clustering_coefficient.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/closeness_centrality.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/circle_layout.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/chrobak_payne_drawing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/buffer_concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/bron_kerbosch_all_cliques.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/breadth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/boykov_kolmogorov_max_flow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/boyer_myrvold_planar_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/bipartite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/biconnected_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/betweenness_centrality.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/bellman_ford_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/bc_clustering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/bandwidth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/astar_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/adjacency_matrix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/adjacency_list_io.hpp ...on 2600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/adjacency_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/adjacency_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/adj_list_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/accounting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/virtual_locator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/typedefs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/step_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/rgba.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/rgb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/promote_integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/premultiply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/position_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/planar_pixel_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/planar_pixel_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/pixel_iterator_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/pixel_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/pixel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/packed_pixel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/metafunctions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/locator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/iterator_from_2d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_view_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/gray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/dynamic_step.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/device_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/color_convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/color_base_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/color_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/cmyk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/channel_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/bit_aligned_pixel_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/bit_aligned_pixel_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/value_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/overloaded_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/lightweight_forward_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/hash_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/forward_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/result_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/property_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/parameter_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/member_object_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/member_function_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_nonmember_callable_builtin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_member_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_member_object_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_member_function_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_function_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_function_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/is_callable_builtin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/function_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/function_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/function_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/function_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/function0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/parsing.hpp ...on 2700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/internals_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/internals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/free_funcs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/format_implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/format_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/format_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/feed_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/alt_sstream_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/alt_sstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/tracking_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/static_holder_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/static_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/simple_locking_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/simple_locking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/set_factory_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/set_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/refcounted_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/refcounted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/no_tracking_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/no_tracking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/no_locking_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/no_locking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/locking_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/key_value_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/key_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/intermodule_holder_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/intermodule_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/holder_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/hashed_factory_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/hashed_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/flyweight_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/flyweight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/factory_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/assoc_container_factory_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/assoc_container_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/string_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/path_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/fstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/file_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/directory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/convenience.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/waker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/unbuffered_channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/timed_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/segmented_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/recursive_timed_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/protected_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/pooled_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/fss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/fiber.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/channel_op_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/buffered_channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/barrier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/to_string_stub.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/info_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/get_error_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/error_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_type_info_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_nested_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_file_open_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_file_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_file_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_errno.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_at_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/errinfo_api_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/enable_error_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/enable_current_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/diagnostic_information.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/current_exception_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/endian.hpp ...on 2800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/buffers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset/serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset/dynamic_bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/smart_library.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/shared_library_load_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/shared_library.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/runtime_symbol_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/library_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/import_mangled.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/import_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/import.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/alias.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/utf8_codecvt_facet.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/utf8_codecvt_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/templated_streams.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/sp_typeinfo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/select_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/scoped_enum_emulation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/reference_content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/quick_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/ob_compressed_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/numeric_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/no_exceptions_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/named_template_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lightweight_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lightweight_test_report.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lightweight_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lightweight_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lightweight_main.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/lcast_precision.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/is_xxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/is_incrementable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/interlocked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/indirect_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/has_default_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/fenv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/container_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/compressed_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/catch_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/call_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/bitmask.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/binary_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/basic_pointerbuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/atomic_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/allocator_utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/modifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/enumerators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/enum_to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/enum_from_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/descriptor_by_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/descriptor_by_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/bases.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/year_month_day.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/wrapping_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/tz_db_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_zone_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_zone_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_system_split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_system_counted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_resolution_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_parsing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_formatting_streams.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_defs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/strings_from_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/string_parse_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/string_convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/special_values_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/special_values_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/special_defs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/period_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/period_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/period.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/parse_format_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/microsec_time_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/locale_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_timezone_defs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time_adjustor.hpp ...on 2900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/iso_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/int_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian_calendar.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian_calendar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/format_date_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/find_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/filetime_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/dst_transition_generators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/dst_rules.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_parsing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_names_put.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_generators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_generator_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_generator_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_formatting_locales.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_formatting_limited.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_formatting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_format_simple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_duration_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_defs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date_clock_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/date.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/constrained_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/compiler_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/c_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/c_local_time_adjustor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/adjust_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/segmented_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/protected_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/pooled_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/symmetric_coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/standard_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/stack_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/stack_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/segmented_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/protected_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/asymmetric_coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/verbose_terminate_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/use_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/underlying_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/uncaught_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/typeinfo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/type_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/span.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/scoped_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/quick_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/pointer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/nvp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/null_deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/noncopyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/noinit_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/no_exceptions_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/lightweight_test_trait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/lightweight_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/is_same.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/ignore_unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/first_scalar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/explicit_operator_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/exchange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/empty_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/demangle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/default_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/cmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/checked_delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/bit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/allocator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/allocator_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/alloc_construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/addressof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/strtol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/spirit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/printf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/lexical_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/public_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/override.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/function.hpp ...on 3000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/destructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/call_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/base_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/stack_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/stack_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/segmented_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/protected_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/preallocated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/pooled_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/fiber_winfib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/fiber_ucontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/fiber_fcontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/fiber.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/continuation_winfib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/continuation_ucontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/continuation_fcontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/continuation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/hash_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/extensions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/uses_allocator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/uses_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/static_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/stable_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/small_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/scoped_allocator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/scoped_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/node_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/node_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/new_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/flat_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/flat_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/devector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/container_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/allocator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/adaptive_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/warning_disable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/user.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/requires_threads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/pragma_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/helper_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/header_deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/auto_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx98.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/assert_cxx03.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_check/msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_check/has_constraints.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_check/general.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept_check/borland.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/usage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/requires.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/wait_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/user_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/svm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/source.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/program.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/platform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/memory_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/kernel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image_sampler.hpp ...on 3100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image3d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image2d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/command_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/cl_ext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/cl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/async.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer/space_optimized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer/details.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/circular_buffer/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/time_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/thread_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/system_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/process_cpu_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/include.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/floor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/clock_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/chrono_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/ceil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/return_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_varargs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_transaction_safe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_noexcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_member_volatile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_member_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_member_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/remove_member_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/qualified_class_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_volatile_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_transaction_safe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_rvalue_reference_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_reference_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_noexcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_lvalue_reference_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_invocable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_cv_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/is_const_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/has_void_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/has_varargs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/has_member_qualifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/function_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/class_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/apply_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/apply_member_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_varargs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_transaction_safe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_noexcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_member_volatile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_member_rvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_member_lvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_member_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/add_member_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/std_placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/protect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/mem_fn_vw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/mem_fn_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/mem_fn_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/mem_fn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/make_adaptable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/bind_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/bind_mf_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/bind_mf2_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/bind_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/vector_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/unordered_set_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/unordered_multiset_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/unconstrained_set_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/set_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/multiset_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/list_of.hpp ...on 3200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/bimap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/ssl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/src.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/ipc_atomic_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/ipc_atomic_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/ipc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/fences.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/capabilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/atomic_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/atomic_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/ptr_map_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/ptr_list_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/ptr_list_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/list_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/list_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/assignment_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assert/source_location.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/yield.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/write_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/writable_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/wait_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/uses_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/use_future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/use_awaitable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/unyield.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/time_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/this_coro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/system_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/system_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/system_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/stream_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/strand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/steady_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/static_thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/spawn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/socket_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/signal_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/serial_port_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/serial_port.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/require_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/require.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/registered_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/redirect_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/recycling_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/readable_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/read_until.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/read_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/random_access_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/prefer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/post.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/packaged_task.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/multiple_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/is_write_buffered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/is_read_buffered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/is_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/is_applicable_property.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/io_service_strand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/io_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/io_context_strand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/io_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/high_resolution_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/handler_invoke_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/handler_continuation_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/handler_alloc_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/file_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/executor_work_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detached.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/defer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/deadline_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/connect_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/connect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/completion_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/co_spawn.hpp ...on 3300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/cancellation_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/cancellation_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/cancellation_signal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffers_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_write_stream_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_write_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_stream_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_read_stream_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffered_read_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffer_registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/bind_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/bind_cancellation_slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/bind_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_writable_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_waitable_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_streambuf_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_stream_socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_stream_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_socket_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_socket_iostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_socket_acceptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_signal_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_serial_port.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_seq_packet_socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_readable_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_raw_socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_random_access_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_io_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_deadline_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/basic_datagram_socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/awaitable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/async_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/associator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/associated_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/associated_cancellation_slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/associated_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/any_io_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/xml_woarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/xml_wiarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/xml_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/xml_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/xml_archive_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/wcslen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/tmpdir.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/text_woarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/text_wiarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/text_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/text_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_xml_woarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_xml_wiarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_xml_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_xml_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_text_woarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_text_wiarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_text_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_text_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_binary_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/polymorphic_binary_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/dinkumware.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/codecvt_null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_woarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_wiarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_oarchive_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_iarchive_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/binary_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_xml_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_xml_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_xml_archive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_text_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_text_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_text_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_text_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_streambuf_locale_saver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_binary_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_binary_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_binary_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_binary_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/basic_archive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/archive_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/any/unique_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/any/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/any/basic_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/any/bad_any_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/is_aligned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/assume_aligned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/alignment_of_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/alignment_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_delete_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_delete.hpp ...on 3400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_allocator_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_allocator_adaptor_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_allocator_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/aligned_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/align_up.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/align_down.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/align.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/sort_subrange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/minmax_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/minmax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/is_partitioned_until.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/is_palindrome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/hex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/gather.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/find_not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/find_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/clamp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/apply_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/accumulators_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/accumulators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/detail/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/yap/detail/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/traits/null_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/traits/cpp_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/traits/c_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/detail_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/detail/header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/detail/footer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/winapi/detail/cast_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/unput_queue_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/time_conversion_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/symbol_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/pattern_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/macro_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/macro_definition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/iteration_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/interpret_pragma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/insert_whitespace_detection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/functor_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/flex_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/filesystem_compatibility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/file_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_macromap_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_macromap_predef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_macromap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_include_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/util/cpp_ifblock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_value_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_predef_macros_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_predef_macros_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_literal_grammar_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_intlit_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_has_include_grammar_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_has_include_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_grammar_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_expression_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_expression_grammar_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_expression_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_defined_grammar_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_defined_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/grammars/cpp_chlit_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/validate_universal_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/token_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/detect_include_guards.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/cpplexer_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/cpp_lex_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/cpp_lex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/cpp_lex_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/convert_trigraphs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/tuple/is_vmd_tuple.hpp ...on 3500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/seq/is_vmd_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/list/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/list/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/variadic_pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/type_registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/setup.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/sequence_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/parens_split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/parens_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/parens.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/only_after.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/number_registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/not_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/nil_registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/mods.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/modifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/match_single_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/match_identifier_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/match_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_type_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_general_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_entire.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_empty_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_empty_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_array_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/is_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/idprefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/identifier_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/identifier_concat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/equal_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/equal_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/empty_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/data_equal_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/data_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/adjust_tuple_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/array/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/array/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/visitation_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/variant_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/substitute_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/substitute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/std_hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/over_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/multivisitors_preprocessor_based.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/multivisitors_cpp14_based.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/multivisitors_cpp11_based.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/make_variant_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/initializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/hash_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/has_result_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/forced_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/enable_recursive_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/enable_recursive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/element_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/cast_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/backup_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/apply_visitor_unary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/apply_visitor_delayed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/variant/detail/apply_visitor_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/uuid_x86.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/uuid_generic.ipp ...on 3600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/sha1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_wincrypt.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_posix.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_include_platform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_getrandom.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_getentropy.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_detect_platform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_bcrypt.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider_arc4random.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/random_provider.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/md5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/uuid/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/detail/result_of_variadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/detail/result_of_iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/detail/minstd_rand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/detail/in_place_factory_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/utility/detail/in_place_factory_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/detail/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/detail/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/detail/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/unordered/detail/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/abstract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/wavenumber.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/volume.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/velocity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/torque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/thermal_conductivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/temperature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/surface_tension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/surface_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/stress.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/specific_volume.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/specific_heat_capacity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/specific_energy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/solid_angle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/resistivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/resistance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/reluctance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/pressure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/plane_angle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/permittivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/permeability.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/momentum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/moment_of_inertia.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/molar_heat_capacity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/molar_energy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/mass_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/mass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/magnetic_flux_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/magnetic_flux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/magnetic_field_intensity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/luminous_intensity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/luminous_flux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/luminance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/kinematic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/information.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/inductance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/impedance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/illuminance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/heat_capacity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/frequency.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/force.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/energy_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/energy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/electric_potential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/electric_charge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/dynamic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/dose_equivalent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/current.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/conductivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/conductance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/capacitance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/angular_velocity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/angular_momentum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/angular_acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/amount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/activity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/physical_dimensions/absorbed_dose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/unscale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/static_rational_power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/push_front_or_add.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/push_front_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/prevent_redefinition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/ordinal.hpp ...on 3700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/one.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/linear_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/heterogeneous_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/dimensionless_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/dimension_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/dimension_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/dim_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/conversion_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/cmath_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/detail/absolute_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/valarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/sstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/locale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/istream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/iostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/fstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/std/bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/msvc/typeof_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/typeof/dmc/typeof_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/yes_no_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/template_arity_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/mp_defer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_likely_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_function_ptr_tester.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_function_ptr_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_function_msvc10_fix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_function_cxx_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/is_function_cxx_03.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/ice_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/ice_not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/ice_eq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/ice_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/has_prefix_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/has_postfix_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/has_binary_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/detector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/composite_pointer_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/composite_member_pointer_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/common_type_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/common_arithmetic_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/bool_trait_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_traits/detail/bool_trait_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/std_shared_ptr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/register_runtime_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/reference_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/pointer_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/boost_shared_ptr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/detail/stl_register_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/detail/ctti_register_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/detail/compile_time_type_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/vtable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/rebind_placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/normalize_deduced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/normalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/meta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/member11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/macro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/instantiate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/get_signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/get_placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/extract_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/dynamic_vtable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/check_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/check_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/auto_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/any_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/adapt_to_vtable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_erasure/detail/access.hpp ...on 3800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tuple/detail/tuple_basic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/namespace_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/member_type_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_union_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_type_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_template_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_static_member_function_template_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_static_member_function_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_static_member_data_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_member_function_template_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_member_function_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_member_data_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_function_template_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_function_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_enum_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_data_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/gen/has_class_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dvm_template_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dunion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dtype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dtfunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dtemplate_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dtemplate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dtclass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dstatic_mem_fun_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dstatic_mem_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dstatic_mem_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dstatic_function_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dstatic_function_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dptmf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dplaceholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dnullptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dnotype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmetafunc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmem_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmem_fun_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmem_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmem_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmacro_sunfix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmacro_fve.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dmacro_fun_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dlambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dfunction_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dfunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dftclass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/denum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/denclosing_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/ddeftype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/ddata.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dcomp_mem_fun_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dcomp_mem_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/tti/detail/dclass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/thread_primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/thread_heap_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/thread_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/shared_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/once.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/mfc_thread_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/interlocked_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/basic_timed_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/win32/basic_recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/v2/shared_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/thread_heap_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/thread_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/shared_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/pthread_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/once_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/once.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/condition_variable_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/pthread/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/wait_for_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/wait_for_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/launch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/is_future_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/future_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/future_error_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/futures/future_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/task_region.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/exception_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/work.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/thread_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/serial_executor_cont.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/serial_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/scheduling_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/scheduler.hpp ...on 3900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/scheduled_thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/loop_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/inline_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/generic_executor_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/executor_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/basic_thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/variadic_header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/variadic_footer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/tss_hooks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/thread_safety.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/thread_interruption.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/thread_heap_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/thread_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/platform_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/platform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/nullary_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/make_tuple_indices.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/log.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/lockable_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/is_convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/invoker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/function_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/force_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/atomic_undef_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/detail/atomic_redef_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/devector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/sync_timed_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/sync_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/sync_priority_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/sync_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/sync_bounded_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/queue_views.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/queue_op_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/queue_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/queue_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/deque_views.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/deque_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/deque_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/xml_printer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/wrap_stringstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/string_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/setcolor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/rtti.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/nullstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/named_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/lazy_ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/is_forward_iterable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/is_cstring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/foreach.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/custom_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/class_properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/assign_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/traverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/test_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/test_case_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/test_case_counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/observer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/global_fixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/fixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tree/auto_registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/output_test_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/fpc_tolerance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/fpc_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/floating_point_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/cstring_comparison_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/collection_comparison_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/assertion_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/assertion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output/xml_report_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output/xml_log_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output/plain_report_formatter.hpp ...on 4000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output/junit_log_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/output/compiler_log_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/included/unit_test_framework.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/included/unit_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/included/test_exec_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/included/prg_exec_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/included/execution_monitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/xml_report_formatter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/xml_log_formatter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/unit_test_parameters.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/unit_test_monitor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/unit_test_main.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/unit_test_log.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/test_tree.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/test_tools.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/test_main.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/test_framework_init_observer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/results_reporter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/results_collector.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/progress_monitor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/plain_report_formatter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/junit_log_formatter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/framework.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/execution_monitor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/decorator.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/debug.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/cpp_main.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/impl/compiler_log_formatter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/suppress_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/pp_variadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/log_level.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/global_typedef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/fwd_decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/enable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/test_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/index_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/for_each_sample.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/dataset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/throws.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/system_category_message_win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/system_category_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/system_category_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/system_category_condition_win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/system_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/std_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/snprintf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/is_same.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/interop_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/generic_category_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/generic_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/error_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/error_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/error_category_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/error_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/errc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/cerrno.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/system/detail/append_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/state_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/rtti_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/reaction_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/node_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/leaf_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/counted_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/statechart/detail/avoid_unused_warning.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/void_ptr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/unwind_base_impls.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/try_dec_convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/to_hex_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/to_dec_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/safe_dump_win.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/safe_dump_posix.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/safe_dump_noop.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/push_options.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/pop_options.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/location_from_symbol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/libbacktrace_impls.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/frame_unwind.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/frame_noop.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/frame_msvc.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/frame_decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/collect_unwind.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/collect_noop.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/collect_msvc.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/stacktrace/detail/addr2line_impls.hpp ...on 4100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_utree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_string_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_standard_wide.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_standard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_ostream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_multi_pass_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_modify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_look_ahead.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_locals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_line_pos_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_istream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_iso8859_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_extended_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_attributes_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_ascii.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any_ns_so.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any_ns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any_if_ns_so.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any_if_ns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support_adapt_adt_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_what.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_uint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_sequential_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_parse_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_parse_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_omit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_not_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_no_skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_no_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_match_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_match_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_lexeme.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_kleene.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_hold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_expect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_eps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_eol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_eoi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_char_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_attr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_as_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_and_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_stl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_statement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_object.hpp ...on 4200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_tuples.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_tuple_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_statements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_special_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_composite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_closures.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_casts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_binders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/phoenix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_tokenize_and_parse_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_tokenize_and_parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_static_lexertl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_plain_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_lexertl_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_lexertl_position_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_lexertl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_generate_static_lexertl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex_char_token_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/lex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_what.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_verbatim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_upper_lower_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_uint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_strict_relaxed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_right_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_phoenix_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_omit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_not_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_no_delimit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_maxwidth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_left_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_kleene.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_generate_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_generate_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_format_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_format_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_eps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_eol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_duplicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_delimit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_columns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_char_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_center_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_attr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_and_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/karma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_tree_to_xml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_traverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_symbols_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_symbols.hpp ...on 4300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_swap_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_subrule_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_stored_rule_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_stored_rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_spirit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_skipper_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_skipper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_sequential_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_sequential_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_select.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_scoped_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_scanner_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_scanner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_safe_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_rule_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_rule_alias.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_refactoring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ref_value_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ref_const_ref_value_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ref_const_ref_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ref_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_range_run.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_push_front_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_push_back_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_positive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_position_iterator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_position_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parser_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parser_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parser_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parser_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parse_tree_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parse_tree_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parse_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_parametric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_numerics_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_numerics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_no_actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_multi_pass_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_minimal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_meta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_loops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_lists_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_lists.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_kleene_star.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_insert_key_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_insert_at_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_increment_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_grammar_def_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_grammar_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_functor_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_flush_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_fixed_size_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_file_iterator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_file_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_exclusive_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_exceptions_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_escape_char_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_escape_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_erase_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_epsilon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_distinct_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_distinct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_directives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_decrement_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_debug_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_confix_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_composite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_common_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_common.hpp ...on 4400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_closure_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_closure_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_clear_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_chset_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_basic_chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ast_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_ast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_assign_key_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_assign_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_as_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic_actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/include/classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/string_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/spreadsort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/integer_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/float_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spinsort/spinsort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/sample_sort/sample_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/pdqsort/pdqsort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/parallel_stable_sort/parallel_stable_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/insert_sort/insert_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/heap_sort/heap_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/flat_stable_sort/flat_stable_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/time_measure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/stack_cnc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/spinlock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/sort_basic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/rearrange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/pivot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/merge_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/merge_four.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/merge_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/int_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/indirect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/file_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/deque_cnc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/block_indirect_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/yield_k.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_w32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_pt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_nt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/spinlock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_win32_sleep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_typeinfo_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_thread_yield.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_thread_sleep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_thread_pause.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_obsolete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_nullptr_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_noexcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_interlocked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_w32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_spin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_pt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp ...on 4500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_aix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_counted_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/sp_convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/shared_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/quick_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/operator_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/lwm_win32_cs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/lwm_std_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/lwm_pthreads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/local_sp_deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/local_counted_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/lightweight_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/lightweight_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_spin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_pt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_nt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count_gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/smart_ptr/detail/atomic_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/variadic_slot_invoker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/variadic_arg_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/unique_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/tracked_objects_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/slot_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/slot_groups.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/slot_call_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/signals_common_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/signals_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/signal_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/scope_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/result_type_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/replace_slot_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/preprocessed_arg_type_template.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/preprocessed_arg_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/null_output_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/lwm_win32_cs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/lwm_pthreads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/lwm_nop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/foreign_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/signals2/detail/auto_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/detail/stack_constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/detail/shared_ptr_nmt_132.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/detail/shared_ptr_132.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/detail/shared_count_132.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/serialization/detail/is_default_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/concept/safe_numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/concept/promotion_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/concept/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/concept/integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/safe_numerics/concept/exception_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/w32_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/unicode_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/u32regex_token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/u32regex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/syntax_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/sub_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/states.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_traits_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_raw_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_grep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/regbase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/primary_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/perl_matcher_non_recursive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/perl_matcher_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/perl_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/pattern_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/object_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/mem_block_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/match_results.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/match_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/iterator_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/icu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/error_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/cregex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/cpp_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/char_regex_traits.hpp ...on 4600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/c_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/basic_regex_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/basic_regex_creator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v5/basic_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/w32_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/unicode_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/u32regex_token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/u32regex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/syntax_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/sub_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/states.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_traits_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_raw_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_grep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/regbase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/protected_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/primary_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/perl_matcher_recursive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/perl_matcher_non_recursive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/perl_matcher_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/perl_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/pattern_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/object_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/mem_block_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/match_results.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/match_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/iterator_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/indexed_bit_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/icu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/error_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/cregex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/cpp_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/char_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/c_regex_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/basic_regex_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/basic_regex_creator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/v4/basic_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/pending/unicode_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/pending/static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/pending/object_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/config/cwchar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/regex/config/borland.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/sign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/rational_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/rational_c_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/numeric_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/negate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/lcm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/gcd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/mpl/abs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/ratio_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/overflow_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/str_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/sizer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/sfinae.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/safe_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/range_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/msvc_has_iterator_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/misc_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/microsoft.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/join_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/implementation_help.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/has_member_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/extract_optional_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/difference_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/demote_iterator_traversal_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/default_constructible_unary_fn.hpp ...on 4700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/combine_rvalue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/combine_no_rvalue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/combine_cxx11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/combine_cxx03.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/collection_traits_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/collection_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/any_iterator_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/any_iterator_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/any_iterator_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/detail/any_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/overwrite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/iota.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm_ext/copy_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/upper_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/unique_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/swap_ranges.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/stable_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/stable_partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/set_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/search_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/rotate_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/rotate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/reverse_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/replace_copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/replace_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/remove_copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/remove_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/random_shuffle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/partial_sort_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/partial_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/nth_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/mismatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/min_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/max_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/lower_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/lexicographical_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/inplace_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/heap_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/find_first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/find_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/fill_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/equal_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/copy_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/binary_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/algorithm/adjacent_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/uniqued.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/type_erased.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/transformed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/tokenized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/strided.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/sliced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/reversed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/replaced_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/replaced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/ref_unwrapped.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/indirected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/indexed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/formatted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/filtered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/define_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/copied.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/argument_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/range/adaptor/adjacent_filtered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/vector_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/uniform_int_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/sobol_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/signed_unsigned_tools.hpp ...on 4800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/seed_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/seed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/qrng_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/ptr_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/polynomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/niederreiter_base2_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/mixmax_skip_N17.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/large_arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/iterator_mixin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/integer_log2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/int_float_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/gray_coded_qrng.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/generator_seed_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/generator_bits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/enable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/disable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/const_mod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/random/detail/auto_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_mat_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_mat_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_mat_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_assign4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_assign3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/vec_assign2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/swizzle4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/swizzle3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/swizzle2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_operations4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_operations3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_operations2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_assign4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_assign3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/gen/mat_assign2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/vec_register_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/vec_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/transp_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/swizzle_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/remove_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/quat_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/mat_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/determinant_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/qvm/detail/cofactor_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/value_holder_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/value_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/stl_iterator_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/py_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/pointer_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/pickle_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/make_ptr_instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/make_instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/make_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/life_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/iterator_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/inheritance_query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/inheritance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/function_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/function_doc_signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/find_instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/enum_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/class_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/class_metadata.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/class_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/object/add_to_namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/ufunc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/scalars.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/numpy_object_mgr_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/ndarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/matrix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/invoke_matching.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/internal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/dtype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/numpy/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/wrapper_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/wrap_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/void_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/void_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/value_is_xxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/value_is_shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/value_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/unwrap_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/unwrap_type_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/unwind_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/type_list_impl.hpp ...on 4900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/type_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/translate_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/target.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/string_literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/sfinae.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/referent_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/raw_pyobject.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/python_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/python22_fixed.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/preprocessor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/pointee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/overloads_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/operator_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/nullary_function_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/not_specified.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/msvc_typeinfo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/mpl_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/map_entry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/make_keyword_range_fn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/is_xxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/is_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/is_shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/is_auto_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/indirect_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/if_else.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/force_instantiate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/exception_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/destroy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/dependent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/defaults_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/defaults_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/def_helper_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/def_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/decref_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/decorated_type_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/dealloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/cv_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/copy_ctor_mutates_rhs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/caller.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/borrowed_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/api_placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/detail/aix_init_module.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/to_python_function_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/shared_ptr_to_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/shared_ptr_from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/shared_ptr_deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/rvalue_from_python_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/return_from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/registry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/registrations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/registered_pointee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/registered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/pytype_object_mgr_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/pytype_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/pyobject_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/pyobject_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/pointer_type_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/object_manager.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/obj_mgr_arg_from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/implicit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/convertible_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/context_result_converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/constructor_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/builtin_converters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/as_to_python_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/arg_to_python_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/arg_to_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/converter/arg_from_python.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/void_ptr_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/static_move_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/serialize_xml_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/serialize_reversible_cont.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/serialize_ptr_map_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/scoped_deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/reversible_ptr_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/ptr_container_disable_deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/meta_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/map_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/is_convertible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/default_deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ptr_container/detail/associative_ptr_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/pass_through.hpp ...on 5000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/integral_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/fold_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/env.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/vararg_matches_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/unpack_expr_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/template_arity_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/static_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/remove_typename.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/poly_function_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/poly_function_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/poly_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/or_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/memfun_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/matches_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/make_expr_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/make_expr_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/make_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/local.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/lambda_matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/is_noncopyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/ignore_unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/generate_by_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/extends_funop_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/extends_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/expr_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/dont_care.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/deep_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/deduce_domain_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/deduce_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/decltype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/class_member_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/basic_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/as_lvalue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/as_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/and_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/callable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_writer_settings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_read_rapidxml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/xml_parser_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/rapidxml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/ptree_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/ptree_implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/info_parser_writer_settings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/info_parser_write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/info_parser_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/info_parser_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/info_parser_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/file_parser_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/detail/exception_implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/vector_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/unsafe_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/simple_trigger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/process_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/parallel_property_maps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/local_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/global_index_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/distributed_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/caching_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/basic_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/value_semantic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/utf8_codecvt_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/parsers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/config_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/program_options/detail/cmdline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/used_handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/throw_on_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/on_exit.hpp ...on 5100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/handler_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/execute_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/child_decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/basic_cmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/async_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/has_opt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/rem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/eat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/slot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/variadic_seq_to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/subseq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/rest_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/for_each_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/for_each_i.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/first_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/cat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/selection/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/selection/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/repeat_from_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_trailing_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_trailing_binary_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_trailing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_shifted_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_shifted_binary_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_shifted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_params_with_defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_params_with_a_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum_binary_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/deduce_z.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/deduce_r.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/remove_parens.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/paren_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/paren.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/is_begin_parens.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/comma_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/comma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/xor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/nor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/compl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/bitnor.hpp ...on 5200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/to_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/rest_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/for_each_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/for_each_i.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/first_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/cat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/self.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/local.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/va_opt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/overload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/is_empty_variadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/is_empty_or_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/is_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/intercept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/check_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/is_unary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/is_nullary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/is_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/auto_rec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/debug/line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/debug/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/debug/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/iif.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/expr_iif.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/expr_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/deduce_d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/config/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/config/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/not_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/to_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/elem.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/sub.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/mul.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/mod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/inc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/div.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/dec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/add.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_uwp.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_system.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_store.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_server.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_runtime.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_phone.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/windows_desktop.h ...on 5300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/mingw64.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/mingw32.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/mingw.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/ios.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/cloudabi.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/platform/android.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/other/workaround.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/other/wordsize.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/other/endian.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/windows.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/vms.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/unix.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/solaris.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/qnxnto.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/os400.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/macos.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/linux.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/irix.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/ios.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/hpux.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/haiku.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/cygwin.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/beos.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/amigaos.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/aix.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/language/stdcpp.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/language/stdc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/language/objc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/language/cuda.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/test_def.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/test.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/platform_detected.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/os_detected.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/comp_detected.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/_exception.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/detail/_cassert.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/watcom.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/visualc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/tendra.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/sunpro.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/sgi_mipspro.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/pgi.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/palm.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/nvcc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/mpw.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/microtec.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/metrowerks.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/metaware.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/llvm.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/kai.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/intel.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/ibm.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/iar.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/hp_acc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/greenhills.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/gcc_xml.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/gcc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/ekopath.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/edg.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/dignus.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/digitalmars.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/diab.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/compaq.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/comeau.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/clang.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/compiler/borland.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/z.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/x86.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/sys390.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/sys370.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/superh.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/sparc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/rs6k.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/riscv.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/pyramid.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/ptx.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/ppc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/parisc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/mips.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/m68k.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/loongarch.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/ia64.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/e2k.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/convex.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/blackfin.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/arm.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/alpha.h ...on 5400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/detail/pool_construct_simple.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/detail/pool_construct.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/detail/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pool/detail/guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/voronoi_structures.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/voronoi_robust_fpt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/voronoi_predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/voronoi_ctypes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/scan_arbitrary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/rectangle_formation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/property_merge_45.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/property_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_sort_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_simplify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_formation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_arbitrary_formation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_90_touch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_90_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_45_touch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_45_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/polygon_45_formation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/minkowski.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/max_cover.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/iterator_points_to_compact.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/iterator_geometry_to_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/iterator_compact_to_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/boolean_op_45.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/polygon/detail/boolean_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/value_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/type_restitution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/type_info_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/stride_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/split_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/segment_split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/segment_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/poly_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/packed_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/iterator_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_nothrow_eq_comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_invocable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_final.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_equality_comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/is_acceptable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/function_model.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/callable_wrapper_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/callable_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/base_model.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/auto_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/any_model.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/any_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/poly_collection/detail/allocator_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/cmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/try_catch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/throw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/do_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/scoped_environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/local_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/let.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/self.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/if_else.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/bitwise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/static_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/reinterpret_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/dynamic_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/const_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/fusion/at.hpp ...on 5500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_smart.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_reuse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_prelude.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/lazy_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/adapt_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/adapt_callable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/v2_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/terminal_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/terminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/nothing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/meta_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/is_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/is_nullary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/is_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/function_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/as_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/bind_member_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/bind_member_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/bind_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/bind_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/unsafe_declval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/tie_from_structure_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/stdtuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/size_t_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/size_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/sequence_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/rvalue_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/offset_based_getter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/make_integer_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/make_flat_tuple_of_references.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/for_each_field_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/fields_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/detectors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/core17_generated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/core17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/core14_loophole.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/core14_classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pfr/detail/cast_to_layout_compatible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/detail/property.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/detail/int_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/pending/detail/disjoint_sets.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/yesno.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/use_default_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/use_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/unwrap_cv_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/template_keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/tagged_argument_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/tagged_argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/result_of0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/parenthesized_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/parameter_requirements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/maybe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/lambda_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/is_tagged_argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/is_placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/is_maybe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/has_nested_template_fn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/augment_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/as_lvalue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/arg_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/always_true_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/throw_bad_result_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/terminate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/result_exception_ptr_rethrow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/result_error_code_throw_as_system_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/outcome_exception_ptr_rethrow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/outcome_error_code_throw_as_system_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/fail_to_compile_observers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/base.hpp ...on 5600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/policy/all_narrow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status_outcome.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/result.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/coroutine_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/value_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/trait_std_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/trait_std_error_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/revision.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/coroutine_support.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_result_value_observers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_result_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_result_final.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_result_error_observers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_outcome_failure_observers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_outcome_exception_observers_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/detail/basic_outcome_exception_observers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_trivially_copyable_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_relops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_reference_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_factory_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/optional_aligned_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/old_optional_implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/optional/detail/experimental_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/vector_sparse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/vector_proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/vector_of_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/vector_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/triangular.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/symmetric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/storage_sparse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation_sparse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation_blocked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/matrix_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/matrix_sparse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/matrix_proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/matrix_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/matrix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/lu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/hermitian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/expression_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/doxydoc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/blas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/banded.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/assignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/utility_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/transc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/rounding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/rounded_transc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/rounded_arith.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/hw_rounding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/checking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/arith3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/arith2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/arith.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/udt_builtin_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/sign_mixture_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/sign_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/numeric_cast_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/is_subranged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/int_float_mixture_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/int_float_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/converter_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/conversion_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/bounds.hpp ...on 5700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/utf/utf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/utf/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/detail/utf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/detail/is_string_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/detail/is_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/nowide/detail/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/transcendental_reduction_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/std_integer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/max_digits10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_variable_precision.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_restricted_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_convertible_arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_byte_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/is_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/extract_exponent_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/traits/explicit_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/utype_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/uniform_int_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/ublas_interop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/tables.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/static_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/standalone_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/rebind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/precision.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/number_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/number_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/no_exceptions_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/no_et_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/min_max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/itos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/integer_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/generic_interconvert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/fpclassify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/float_string_cvt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/float128_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/et_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/endian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/empty_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/dynamic_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/digits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/default_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/constexpr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/bitscan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/value_pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/multiply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/misc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/literals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/intel_intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/import_export.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/divide.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/cpp_int_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/checked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/bitwise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/add_unsigned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_int/add.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_bin_float/transcendental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/cpp_bin_float/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/concepts/mp_number_archetypes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/vartempl_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/value_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/undef_if_constexpr_macro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/unbounded.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/uintptr_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/serialization_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/seq_index_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/seq_index_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/scoped_bilock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/scope_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/safe_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnk_index_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnd_node_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnd_index_ptr_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnd_index_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnd_index_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/rnd_index_loader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/restore_wstrict_aliasing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/raw_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/promotes_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ord_index_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ord_index_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ord_index_impl_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ord_index_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ord_index_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/node_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/node_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/no_duplicate_tags.hpp ...on 5800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/modify_key_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/iter_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/is_transparent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/is_index_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/is_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/invariant_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/invalidate_iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_saver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_node_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_loader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/index_access_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/header_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/hash_index_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/hash_index_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/hash_index_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/has_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/duplicates_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/do_not_copy_elements_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/define_if_constexpr_macro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/copy_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/cons_stdtuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/bucket_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/bidir_node_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/base_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/auto_space.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/archive_constructed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/any_container_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/allocator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/adl_swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multi_index/detail/access_specifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/search_colors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/mpl_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/mpl_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/incidence_list_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/depth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/breadth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/adjacency_list_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/states.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/state_machine_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/row2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/internal_row.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/functor_row.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/completion_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/common_states.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/state_machine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/queue_container_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/queue_container_circular.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/no_fsm_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/mpl_graph_fsm_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/metafunctions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/history_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/fold_to_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/favor_compile_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/dispatch_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/default_compile_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/copy_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/common_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/bind_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/back/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector0_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/vector0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set0_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/set0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/multiset0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/math/rational_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/math/is_even.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/math/fixed_c.hpp ...on 5900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/map0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list0_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/list0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/unrolling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/limits/arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/yes_no.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/value_wknd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/unwrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/type_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/transform_iter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/traits_lambda_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/template_arity_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/static_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/sort_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/single_element_iter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/shift_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/sequence_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/reverse_fold_impl_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/push_front_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/push_back_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/ptr_to_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/pop_front_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/pop_back_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/partition_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/overload_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/order_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/numeric_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/numeric_cast_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/nttp_decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/nested_type_wknd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/na_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/na_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/na_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/na.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/msvc_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/msvc_never_true.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/msvc_is_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/msvc_eti_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/msvc_dtw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/logical_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/largest_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/lambda_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/lambda_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/lambda_arity_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/joint_iter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/iter_push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/iter_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/is_msvc_eti_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/integral_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/inserter_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/insert_range_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/insert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/include_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_rebind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/has_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/front_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/fold_pred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/fold_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/fold_impl_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/find_if_pred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/filter_iter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/erase_key_impl.hpp ...on 6000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/erase_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/empty_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/count_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/count_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/contains_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/comparison_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/common_name_wknd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/clear_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/begin_end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/back_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/arity_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/arithmetic_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/arg_typedef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/apply_1st.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/adl_barrier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/O1_size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/python/skeleton_and_content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/python/serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/python/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/text_skeleton_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/request_handlers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/point_to_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/packed_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/packed_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/offsets.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/mpi_datatype_primitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/mpi_datatype_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/mpi_datatype_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/ignore_skeleton_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/ignore_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/ignore_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/forward_skeleton_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/forward_skeleton_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/forward_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/forward_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/content_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/computation_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/communicator_sc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/broadcast_sc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/binary_buffer_oprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/binary_buffer_iprimitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/detail/antiques.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/scatterv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/scatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/gatherv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/gather.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/broadcast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/all_to_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/all_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/all_gatherv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpi/collectives/all_gather.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mpl_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_with_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_rename.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_min_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_map_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_is_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/mp_append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mp11/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/unique_ptr_meta_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/to_raw_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/std_ns_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/std_ns_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/pointer_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/placement_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/nsec_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/move_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/meta_utils_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/meta_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/iterator_to_raw_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/fwd_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/force_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/destruct_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/config_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/config_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/detail/addressof.hpp ...on 6100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/adaptive_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/adaptive_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/unless_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/transform_error_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/transform_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/string_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/string_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/start.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/spaces.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/space.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/source_position_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/source_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/sequence_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/return_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated_one_of1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated_one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/repeated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/reject.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/range_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/one_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/one_char_except_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/one_char_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/one_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/nth_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/next_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/next_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/middle_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/look_ahead.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/lit_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/last_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/iterate_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/is_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/int_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/if_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_remaining.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_prev_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/get_col.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldr_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldr_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldr_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl_reject_incomplete_start_with_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl_reject_incomplete1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl_reject_incomplete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/foldl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fail_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fail_at_first_char_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/entire_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/digit_val.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/define_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/debug_parsing_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/change_error_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/build_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/always_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/always.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/alphanum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/accept_when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/accept_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/accept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_whitespace_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_whitespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_ucase_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_lcase_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/is_digit.hpp ...on 6200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/int_to_digit_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/int_to_digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/in_range_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/in_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/digit_to_int_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/util/digit_to_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/whitespace_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/unpaired.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/unexpected_end_of_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/unexpected_character.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/none_of_the_expected_cases_found.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/literal_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/letter_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/index_out_of_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/end_of_input_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/error/digit_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/user.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/univariate_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/ulps_plot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/toms748_solve.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/test_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/stats.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/simple_continued_fraction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/signal_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/roots.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/recurrence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/real_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/random_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/quartic_roots.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/promotion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/precision.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/polynomial_gcd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/polynomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/numerical_differentiation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/norms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/mp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/minima.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/luroth_expansion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/is_standalone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/is_detected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/is_constant_evaluated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/header_deprecated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/fraction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/engel_expansion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/cxx03_warn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/cubic_roots.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/convert_from_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/condition_numbers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/color_maps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/cohen_acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/centered_continued_fraction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/bivariate_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/big_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/agm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/z_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/univariate_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/t_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/signal_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/runs_test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/ljung_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/linear_regression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/bivariate_statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/anderson_darling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/zeta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ulp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/trunc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/trigamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/sqrt1pm1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/spherical_harmonic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/sinhc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/sinc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/sin_pi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/sign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/rsqrt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/relative_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/prime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/powm1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/pow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/polygamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/owens_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/nonfinite_num_facets.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/next.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/modf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/math_fwd.hpp ...on 6300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/logsumexp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/logaddexp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/log1p.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/legendre_stieltjes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/legendre.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/lanczos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/lambert_w.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/laguerre.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/jacobi_zeta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/jacobi_theta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/jacobi_elliptic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/jacobi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypergeometric_pFq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypergeometric_2F0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypergeometric_1F1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypergeometric_1F0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hypergeometric_0F1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/heuman_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hermite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/hankel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/gegenbauer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/gamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/fpclassify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/fibonacci.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/factorials.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/expm1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/expint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/erf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_rj.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_rg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_rf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_rd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_rc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/ellint_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/digamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/daubechies_wavelet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/daubechies_scaling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/cos_pi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/chebyshev_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/chebyshev.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/cbrt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/cardinal_b_spline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/binomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/beta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/bessel_prime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/bessel_iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/bessel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/bernoulli.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/atanh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/asinh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/airy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/acosh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/wavelet_transforms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/trapezoidal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/tanh_sinh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/sinh_sinh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/ooura_fourier_integrals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/naive_monte_carlo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/gauss_kronrod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/gauss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/exp_sinh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/policies/policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/policies/error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/whittaker_shannon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/vector_barycentric_rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/septic_hermite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/quintic_hermite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/pchip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/makima.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cubic_hermite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cubic_b_spline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/catmull_rom.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cardinal_trigonometric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cardinal_quintic_b_spline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cardinal_quadratic_b_spline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/cardinal_cubic_b_spline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/bilinear_uniform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/bezier_polynomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/barycentric_rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/filters/daubechies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/weibull.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/uniform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/triangular.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/students_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/skew_normal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/rayleigh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/poisson.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/pareto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/normal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/non_central_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/non_central_f.hpp ...on 6400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/non_central_chi_squared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/non_central_beta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/negative_binomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/lognormal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/logistic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/laplace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/kolmogorov_smirnov.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/inverse_gaussian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/inverse_gamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/inverse_chi_squared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/hypergeometric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/hyperexponential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/geometric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/gamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/fisher_f.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/find_scale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/find_location.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/extreme_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/exponential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/empirical_cumulative_distribution_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/complement.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/chi_squared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/cauchy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/binomial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/beta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/bernoulli.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/arcsine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/differentiation/lanczos_smoothing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/differentiation/finite_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/differentiation/autodiff_cpp11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/differentiation/autodiff.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_iostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_complex_std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/cstdfloat/cstdfloat_cmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/constants/info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/constants/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/constants/calculate_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/concepts/std_real_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/concepts/real_type_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/concepts/real_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/concepts/distributions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/fabs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/details.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/atanh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/atan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/asinh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/asin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/acosh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/complex/acos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/trunc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/sqrt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/scalbn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/scalbln.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/remainder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/modf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/logb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/ldexp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isunordered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isnormal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isnan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/islessequal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isless.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isinf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isgreaterequal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isgreater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/isfinite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/ilogb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/hypot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/frexp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fpclassify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fmod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fmin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fmax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/floor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fdim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/fabs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/div.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/copysign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/ceil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/ccmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/abs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/bindings/rr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/bindings/mpreal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/bindings/mpfr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/value_ref_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/value_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/use_std_allocator.hpp ...on 6500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/unused_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/unique_identifier_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/string_literal_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/string_literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/strictest_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/record_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/permissions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/open_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/once_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/formatting_ostream_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/formatting_ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/exception_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/xpressive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/std_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/spirit_qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/spirit_classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/support/date_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/threading_models.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/severity_logger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/severity_feature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/severity_channel_logger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/record_ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/logger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/global_logger_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/features.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/exception_handler_feature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/channel_logger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/channel_feature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sources/basic_logger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/unlocked_frontend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/unbounded_ordering_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/unbounded_fifo_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/text_ostream_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/text_multifile_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/text_ipc_message_queue_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/text_file_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/syslog_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/syslog_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/sync_frontend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/sink.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/frontend_requirements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/event_log_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/event_log_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/drop_on_overflow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/debug_output_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/bounded_ordering_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/bounded_fifo_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/block_on_overflow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/basic_sink_frontend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/basic_sink_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/auto_newline_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/attribute_mapping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/sinks/async_frontend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/use_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/time_based_rotation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/target_file_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/target.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/start_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/severity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/scan_method.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/rotation_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/registration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/permissions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/overflow_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/ordering_window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/open_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/min_free_space.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/message_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/max_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/max_files.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/log_source.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/log_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/ip_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/incomplete_marker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/ident.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/file_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/facility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/enable_final_rotation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/empty_marker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/depth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/delimiter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/capacity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/block_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/auto_newline_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/keywords/auto_flush.hpp ...on 6600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/record.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/keyword_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/is_keyword_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/attr_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/value_ref_visitation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/unary_function_terminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/trivial_keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/timestamp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/threadsafe_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/thread_specific.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/thread_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/tagged_integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/snprintf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/sink_init_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/sfinae_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/setup_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/process_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/pp_identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/pause.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/parameter_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/native_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/named_scope_fmt_pp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/locks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/locking_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/light_rw_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/light_function_pp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/light_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/is_ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/is_character_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/generate_overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/function_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/footer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/fake_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/enqueued_record.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/embedded_string_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/default_attribute_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/deduce_char_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/decomposed_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/date_time_format_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/custom_terminal_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/copy_cv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/code_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/cleanup_scope_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/c_str.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/attribute_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/attribute_get_value_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/attr_output_terminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/attr_output_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/attachable_sstream_buf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/asio_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/allocator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/detail/adaptive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/core/record_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/core/record.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/core/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/value_visitation_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/value_visitation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/value_extraction_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/value_extraction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/time_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/scoped_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/named_scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/mutable_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/fallback_policy_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/fallback_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/current_thread_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/current_process_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/current_process_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_value_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_value_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/attributes/attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/tagged_ptr_ptrcompression.hpp ...on 6700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/tagged_ptr_dcas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/tagged_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/parameter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/freelist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/copy_payload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lockfree/detail/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary/types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary/index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary/facets.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/locale/boundary/boundary_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/symbol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/nobind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/add_pointed_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/widest_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/lcast_char_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/is_character.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/inf_nan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/converter_numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/converter_lexical_streams.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lexical_cast/detail/converter_lexical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/print.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/mp11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/function_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/demangle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/detail/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config/tls_globals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config/tls_freertos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config/tls_cpp11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config/tls_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/leaf/config/tls.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/suppress_unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/select_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/return_type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/ret.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/operator_return_type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/operator_lambda_func_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/operator_actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/member_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/lambda_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/lambda_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/lambda_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/lambda_functor_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/lambda_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/is_instance_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/function_adaptors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/control_constructs_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/bind_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/arity_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/lambda/detail/actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/visit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/value_stack.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/value_ref.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/value_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/value.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/string.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/stream_parser.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/static_resource.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/serializer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/serialize.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/pointer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/parser.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/parse.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/object.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/null_resource.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/monotonic_resource.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/kind.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/array.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/impl/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/value_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/value_from.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/utf8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/string_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/sse2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/shared_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/hash_combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/handler.hpp ...on 6800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/digest.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/default_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/align.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/minimum_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/facade_iterator_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/enable_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/config_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/config_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iterator/detail/any_conversion_eater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/zstd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/zlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/test.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/symmetric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/stdio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/newline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/lzma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/gzip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/grep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/bzip2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/filter/aggregate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/mapped_file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/file_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/back_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/device/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/wrap_unwrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/translate_int_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/template_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/system_failure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/select_by_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/select.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/restrict_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/resolve.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/push_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/push.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/param_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/newline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/is_iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/is_dereferenceable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/iostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/ios.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/fstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/file_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/execute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/enable_if_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/double_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/default_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/current_directory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/counted_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/codecvt_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/codecvt_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/char_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/call_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/bool_trait_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/add_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/access_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/absolute_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/detail/ostream_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/io/detail/buffer_fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/value_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/uncast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/twin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/tree_value_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/tree_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/tree_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/std_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/slist_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/slist_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/size_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/simple_disposers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/rbtree_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/parent_from_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/node_to_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/node_holder.hpp ...on 6900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/node_cloner_disposer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/minimal_pair_header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/minimal_less_equal_header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/list_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/list_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/key_nodeptr_comp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/is_stateful_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/iiterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/hook_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/hashtable_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/hash_combine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/has_member_function_callable_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/get_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/generic_hook.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/function_detector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/exception_disposer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/equal_to_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/empty_node_checker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/ebo_functor_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/default_header_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/config_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/config_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/common_slist_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/bstree_algorithms_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/avltree_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/array_initializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/any_node_and_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/intrusive/detail/algo_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/upgradable_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/sharable_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/scoped_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/null_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_upgradable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_sharable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_condition_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/named_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/mutex_family.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/lock_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_sharable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_condition_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/interprocess_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/file_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/cv_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/streams/vectorstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/streams/bufferstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/unique_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/scoped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/intrusive_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/enable_shared_from_this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/deleter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/mem_algo/simple_seq_fit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/mem_algo/rbtree_best_fit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/ipc/message_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/unordered_map_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/null_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/map_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/iunordered_set_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/iset_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/indexes/flat_map_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/windows_intermodule_singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/win32_api.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/variadic_templates_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/timed_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/std_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/simple_swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/shared_dir_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/segment_manager_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/robust_emulation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/portable_intermodule_singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/pointer_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/os_thread_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/os_file_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/nothrow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/named_proxy.hpp ...on 7000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/min_max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/math_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/managed_open_or_create_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/managed_multi_shared_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/managed_memory_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/managed_global_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/intersegment_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/interprocess_tester.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/intermodule_singleton_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/intermodule_singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/in_place_interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/file_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/file_locking_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/config_external_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/config_external_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/config_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/config_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/char_wchar_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/cast_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/detail/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/version_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/stable_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/flat_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/flat_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/containers_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/containers/allocation_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/private_node_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/private_adaptive_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/node_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/cached_node_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/cached_adaptive_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/adaptive_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/value_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/unit_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/type_to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/succ_pred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/size_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/segment_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/rep_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/no_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_total.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_key_container_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_interval_splitter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_interval_separator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_interval_joiner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_interval_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_increasing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_icl_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_element_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_discrete_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_discrete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_continuous_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_continuous.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_concept_equivalent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_combinable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_asymmetric_interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/is_associative_element_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/interval_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/interval_type_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/infinity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/identity_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/has_set_semantics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/has_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/element_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/domain_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/difference_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/codomain_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/adds_inversely.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/type_traits/absorbs_identities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/predicates/sub_super_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/predicates/std_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/predicates/element_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/predicates/distinct_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/subset_comparer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/std_set.hpp ...on 7100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/set_algo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/relation_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/on_absorbtion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/notate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/mapped_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/map_algo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/interval_subset_comparer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/interval_set_algo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/interval_morphism.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/interval_map_algo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/exclusive_less_than.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/element_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/element_comparer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/design_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/concept_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/boost_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/detail/associated_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/set_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/map_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/joinable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_set_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_associator_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval_associator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/interval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/element_set_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/element_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/element_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/element_associator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/icl/concept/comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/using.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/unwrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/unpack_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/static_const_var.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/result_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/remove_rvalue_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/recursive_constexpr_depth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/pp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/noexcept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/delegate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/constexpr_deduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/compressed_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/can_be_called.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/callable_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hof/detail/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/variant_proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/type_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/tuple_slice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/try_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/term_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/sub_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/static_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/square.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/span.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/safe_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/replace_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/relaxed_tuple_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/relaxed_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/reduce_command.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/priority.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/optional_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/nonmember_container_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/mutex_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/make_default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/linearize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/large_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/iterator_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/index_translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/ignore_deprecation_warning_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/ignore_deprecation_warning_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/fill_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/detect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/counting_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/convert_integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/common_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/axes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/atomic_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/array_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/argument_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/args_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/detail/accumulator_traits.hpp ...on 7200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/regular.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/polymorphic_bin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/option.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/metadata_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/interval_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/axis/boolean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/algorithm/sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/algorithm/reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/algorithm/project.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/algorithm/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/weighted_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/weighted_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/thread_safe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/is_thread_safe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/histogram/accumulators/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/tree_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/stable_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/ordered_adaptor_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/mutable_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/ilog2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/heap_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/heap/detail/heap_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/zip_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/zip_shortest_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/zip_shortest.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/zero.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/unpack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/unfold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/unfold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/then.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/tap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/take_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/take_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/take_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/symmetric_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/span.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/slice.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/second.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/scan_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/scan_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/replicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/remove_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/remove_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/prepend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/permutations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/one.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/not_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/none_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/negate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/mult.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/monadic_fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/monadic_fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/monadic_compose.hpp ...on 7300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/mod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/minimum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/maximum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/lift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/lexicographical_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/keys.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/is_subset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/is_disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/intersperse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/index_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/fuse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/first.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/extract.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/extend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/eval_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/duplicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/drop_while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/drop_front_exactly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/drop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/drop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/div.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/define_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/cycle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/contains.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/comparing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/chain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/cartesian_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/basic_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/ap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/any_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/all_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/adjust_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/adjust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/adapt_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/adapt_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/accessors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/reverse_partial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/partial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/overload_linearly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/overload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/on.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/lockstep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/infix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/flip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/fix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/demux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/curry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/capture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/arg.hpp ...on 7400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/functional/always.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/experimental/view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/experimental/types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/experimental/type_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/experimental/printable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/wrong.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/void_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/unpack_flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/type_foldr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/type_foldl1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/type_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/struct_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/std_common_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/preprocessor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_to_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_than_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_than.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_by_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/nested_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/index_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/hash_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/has_duplicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/has_common_embedding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/first_unsatisfied_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/fast_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/ebo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/dispatch_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/decay.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/create.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/canonical_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/any_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/is_a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/core/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/searchable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/orderable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/monoid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/monad_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/monad.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/metafunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/iterable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/hashable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/foldable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/euclidean_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/comonad.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/concept/applicative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/property_maps/null_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/property_maps/matrix_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/property_maps/container_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/property_maps/constant_property_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_detail/face_iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_detail/face_handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_detail/bucket_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/planar_detail/add_edge_visitors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/simple_trigger.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/process_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/container_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/basic_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/vertex_list_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/unsafe_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/two_bit_color_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/strong_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/st_connected.hpp ...on 7500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/shuffled_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/selector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/rmat_graph_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/reverse_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/page_rank.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/one_bit_color_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/named_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/mpi_process_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/local_subgraph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/hohberg_biconnected_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/graphviz.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/fruchterman_reingold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/filtered_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/distributed_graph_utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/dijkstra_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/depth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/delta_stepping_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/dehne_gotz_min_spanning_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/crauser_et_al_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/connected_components_parallel_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/connected_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/compressed_sparse_row_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/breadth_first_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/boman_et_al_graph_coloring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/betweenness_centrality.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/adjacency_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/sparse_ordering.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/shadow_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/set_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/self_avoiding_walk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/read_graphviz_spirit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/read_graphviz_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/mpi_include.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/list_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/labeled_graph_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/is_distributed_selector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/indexed_properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/incremental_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/incidence_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/histogram_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/geodesic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/empty_header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/edge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/d_ary_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/connected_components.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/compressed_sparse_row_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/augment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/array_binary_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/adjacency_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/detail/adj_list_edge_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/write_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/typedefs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/scanline_read_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/row_buffer_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/reader_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/read_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/read_image_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/read_image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/read_and_convert_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/read_and_convert_image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/path_spec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_writer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_scanline_reader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_reader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_dynamic_image_writer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_dynamic_image_reader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/make_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/get_writer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/get_write_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/get_reader.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/get_read_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/dynamic_io_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/conversion_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/bit_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/io/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/threshold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/scaling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/hessian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/harris.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/image_processing/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/detail/std_common_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/detail/mp11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/detail/math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/detail/is_channel_integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/point.hpp ...on 7600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/pixel_locator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/pixel_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/pixel_dereference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/pixel_based.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/pixel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/image_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/dynamic_step.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/concept_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/color_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/color.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/basic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/segment_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/reversible_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/identity_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/closeable_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/box_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/type_traits_std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/tuples.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/transform_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/series_expansion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/select_most_precise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/select_coordinate_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/select_calculation_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/promote_integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/promote_floating_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/precise_math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/parameter_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/order_as_direction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/normalize_spheroidal_coordinates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/normalize_spheroidal_box_coordinates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/is_inverse_spheroidal_coordinates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/has_non_finite_coordinate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/has_nan_coordinate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/has_infinite_coordinate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/for_each_coordinate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/coordinate_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/compress_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/combine_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/closure_as_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/calculation_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/bare_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/util/add_const_if_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/relate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/within.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/strategy_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/strategies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/side_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/side.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/relate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/normalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/line_interpolate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/intersection_strategies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/intersection_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/densify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/default_strategy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/default_length_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/default_distance_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/default_comparable_distance_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/default_area_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/covered_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/convex_hull.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/comparable_distance_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/centroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/azimuth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/transformation.hpp ...on 7700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/srs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/spheroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/sphere.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/shared_grids_std.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/shared_grids_boost.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/shared_grids.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/iau2000.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/esri.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/epsg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/predicate_based_interrupt_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/disjoint_interrupt_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/multi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/segment_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/point_reverse_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/point_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/flatten_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/ever_circling_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/concatenate_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/closing_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/rtree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/indexable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/distance_predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/pointing_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/point_xyz.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/point_xy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/multi_polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/multi_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/multi_linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/infinite_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/helper_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/geometry_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/geometries.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/vincenty_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/vincenty_direct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/vertex_longitude.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/vertex_latitude.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/unit_spheroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/thomas_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/thomas_direct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/sjoberg_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/result_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/result_direct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/quarter_meridian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/meridian_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/meridian_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/meridian_direct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/mean_radius.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/karney_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/karney_direct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/interpolate_point_spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/gnomonic_spheroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/gnomonic_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/flattening.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/eccentricity_sqr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/differential_quantities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/authalic_radius_sqr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/area_formulas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/formulas/andoyer_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/visit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/topological_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/tag_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/static_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/ring_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/reverse_dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/radius.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/radian_access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/point_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/mutable_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/is_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/interior_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/interior_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/geometry_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/geometry_id.hpp ...on 7800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/exterior_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/cs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/coordinate_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/coordinate_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/coordinate_promotion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/coordinate_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/core/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/normalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/infinite_line_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/dot_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/determinant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/cross_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/arithmetic/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/within.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/validity_failure_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/touches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/sym_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/simplify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/remove_spikes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/relation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/relate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/point_on_surface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/perimeter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/overlaps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/num_segments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/num_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/num_interior_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/num_geometries.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/not_implemented.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/line_interpolate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/is_valid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/is_simple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/is_convex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/intersects.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/equals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/discrete_frechet_distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/densify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/default_area_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/crosses.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/covered_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/correct_closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/correct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/convex_hull.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/comparable_distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/closest_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/centroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/azimuth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/area_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/flatten_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/tuple_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/tuple_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/tag_of_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/sequence_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/segmented_fold_until.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/iterator_base.hpp ...on 7900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/is_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/is_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/is_segmented.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/is_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/deduce_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/deduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/category_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/as_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/sequence_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/has_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/value_of_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/value_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/segmented_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/prior.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/next.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/key_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/iterator_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/iterator_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/deref_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/deref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/basic_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/zip_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/value_of_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/value_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/value_at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/value_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/unfused_typed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/unfused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/tuple_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/tuple_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/transformation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/transform_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/tag_of_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/std_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/std_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/std_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/single_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/set_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/sequence_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/sequence_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/segments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/segmented_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/segmented_fold_until.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/reverse_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/reverse_iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/replace_if.hpp ...on 8000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/repetitive_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/proxy_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/prior.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/pair_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/nview.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/next.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/map_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/map_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_unfused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_fused_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_fused_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_fused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/make_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/list_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/list_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/key_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/joint_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iterator_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iterator_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iterator_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/is_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/is_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/is_segmented.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/is_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/invoke_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/invoke_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/invocation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/intrinsic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/ignore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/has_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/generation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/fused_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/fused_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/fused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/flatten_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/filter_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/filter_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deref_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deque_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deque_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/define_struct_inline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/define_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/define_assoc_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deduce_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/deduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/count_if.hpp ...on 8100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/cons_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/category_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/boost_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/boost_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/as_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/as_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/as_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/as_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/as_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_struct_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_assoc_struct_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_assoc_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_assoc_adt_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_assoc_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_adt_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/adapt_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/include/accumulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/overloaded_function/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/hash/hash_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/hash/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/hash/extensions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/to_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/retag_default_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_loop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_arity_loop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/cv_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_as_mpl_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/class_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/config/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/config/compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/config/cc_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/detail/prologue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/detail/maybe_include.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function/detail/function_iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/workarounds_stlport.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/workarounds_gcc-2_95.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/unset_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/msvc_disambiguater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/config_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/format/detail/compat_workarounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/value_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/serialization_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/recursive_lw_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/pp_perfect_fwd.hpp ...on 8200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/perfect_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/not_placeholder_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/nested_xxx_if_not_ph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/is_placeholder_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/flyweight_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/dyn_perfect_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/default_value_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/flyweight/detail/archive_constructed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/detail/utf8_codecvt_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/detail/macro_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/detail/header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/filesystem/detail/footer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/numa/topology.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/numa/pin_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/numa/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/hip/waitfor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/promise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/packaged_task.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/future_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/async.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/thread_barrier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_ttas_futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_ttas_adaptive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_ttas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock_rtm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/spinlock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/rtm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/is_all_same.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/fss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/exchange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/disable_overload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/decay_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/cpu_relax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/context_spmc_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/context_spinlock_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/cuda/waitfor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/algo/work_stealing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/algo/shared_work.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/algo/round_robin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/algo/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/type_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/object_hex_dump.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/is_output_streamable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/exception_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/error_info_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/exception/detail/clone_current_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/is_trivially_copyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/is_scoped_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/intrinsic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/integral_by_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/endian_store.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/endian_reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/endian_load.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/disable_warnings_pop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/endian/detail/disable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset/detail/lowest_bit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dynamic_bitset/detail/dynamic_bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/type_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/system_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/pe_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/macho_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/import_mangled_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/get_mem_fn_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/elf_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/ctor_dtor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/aggressive_ptr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/waitable_timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/wait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/tls.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/timers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/synchronization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/stack_backtrace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/srw_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/show_window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/shell.hpp ...on 8300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/security.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/process.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/priority_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/pipes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/page_protection_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/overlapped.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/local_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/jobs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/init_once.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/heap_memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/handle_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_thread_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_system_directory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_process_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_last_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_current_thread_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_current_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_current_process_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/get_current_process.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/file_mapping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/file_management.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/error_codes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/dll.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/directory_management.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/debugapi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/dbghelp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/crypt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/critical_section.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/condition_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/character_code_conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/bcrypt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/basic_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/apc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/access_rights.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/void_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/pp_utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/pp_for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/members.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/cx_streq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/compute_base_modifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/describe/detail/bases.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/time_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/time_period.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/time_parsers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/time_formatters_limited.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/time_formatters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/ptime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_legacy_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/posix_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/date_duration_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/posix_time/conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/tz_database.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/posix_time_zone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/local_time_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/local_time_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/local_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/local_date_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/dst_transition_day_rules.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/date_duration_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/custom_time_zone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/local_time/conversion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/parsers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/gregorian_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/gregorian_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/gregorian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_ymd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_year.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_weekday.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_serialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_month.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_duration_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_day_of_year.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_day.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_date.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/greg_calendar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/formatters_limited.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/formatters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/date_time/gregorian/conversion.hpp ...on 8400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/push_coroutine.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/push_coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/push_control_block_cc.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/push_control_block_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/pull_coroutine.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/pull_coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/pull_control_block_cc.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/pull_control_block_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/disable_overload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/decay_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/create_control_block.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/coroutine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine2/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/windows/protected_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/posix/segmented_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/posix/protected_stack_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/trampoline_push.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/trampoline_pull.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/trampoline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/symmetric_coroutine_yield.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/symmetric_coroutine_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/symmetric_coroutine_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/symmetric_coroutine_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/setup.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/push_coroutine_synthesized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/push_coroutine_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/push_coroutine_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/pull_coroutine_synthesized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/pull_coroutine_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/pull_coroutine_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/preallocated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/coroutine_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/coroutine/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/detail/string_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/core/detail/splitmix64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/is_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/is_fun.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/is_converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/is_callable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/has_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/convert/detail/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/tvariadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/static_local_var.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operator_safe_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/noop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/inlined.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/declspec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/checking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/auto_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/virtual.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/specify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/constructor_precondition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/check_macro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/core/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/windows/protected_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/posix/segmented_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/posix/protected_fixedsize_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/prefetch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/index_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/fcontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/externc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/exchange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/disable_overload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/context/detail/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/detail/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/detail/hash_float.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container_hash/detail/float_functions.hpp ...on 8500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/unsynchronized_pool_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/synchronized_pool_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/stable_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/small_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/resource_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/pool_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/polymorphic_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/monotonic_buffer_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/memory_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/global_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/flat_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/flat_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/devector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/pmr/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/version_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/variadic_templates_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/value_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/value_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/thread_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/std_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/pool_resource.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/pool_common_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/pool_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/placement_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/pair_key_mapped_of_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/node_pool_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/node_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/node_alloc_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/next_capacity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/multiallocation_chain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/minimal_char_traits_header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/min_max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/math_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/iterator_to_raw_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/is_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/is_contiguous_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/is_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/guards_dended.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/function_detector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/flat_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/dlmalloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/dispatch_uses_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/destroyers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/copy_move_algo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/container_rebind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/container_or_allocator_rebind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/construct_in_place.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/config_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/config_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/compare_functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/block_slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/block_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/auto_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/allocator_version_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/allocation_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/alloc_lib.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/alloc_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/advanced_insert_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/addressof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/adaptive_node_pool_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/container/detail/adaptive_node_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/xlcpp_zos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/vacpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/stlport.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/sgi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/roguewave.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/msl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/modena.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/libstdcpp3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/libcpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/libcomo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/stdlib/dinkumware.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/zos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/wasm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/vxworks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/vms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/symbian.hpp ...on 8600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/solaris.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/qnxnto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/macos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/linux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/irix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/hpux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/haiku.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/cygwin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/cray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/cloudabi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/bsd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/beos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/amigaos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/platform/aix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/no_tr1/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/no_tr1/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/no_tr1/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/no_tr1/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/no_tr1/cmath.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/select_stdlib_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/select_platform_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/select_compiler_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/posix_features.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/detail/cxx_composite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/xlcpp_zos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/xlcpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/visualc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/vacpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/sunpro_cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/sgi_mipspro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/pgi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/pathscale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/nvcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/mpw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/metrowerks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/kai.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/intel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/hp_acc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/greenhills.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/gcc_xml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/digitalmars.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/diab.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/cray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/compaq_cxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/common_edg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/comeau.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/codegear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/clang_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/clang.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/compiler/borland.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi/msvc_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi/msvc_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi/borland_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/config/abi/borland_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/has_constraints.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/general.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/concept_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/concept_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/borland.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/concept/detail/backward_compatibility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/wait_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/source.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/program_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/extents.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/utility/dim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/size_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/types/builtin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/vector_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/type_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/type_definition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/scalar_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/make_vector_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/is_vector_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/is_fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/is_device_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/common_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/uniform_real_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/uniform_int_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/threefry_engine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/normal_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/mersenne_twister_engine.hpp ...on 8700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/linear_congruential_engine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/discrete_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/default_random_engine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/random/bernoulli_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/memory/svm_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/memory/local_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/placeholder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/make_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/lambda/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/zip_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/transform_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/strided_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/permutation_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/function_input_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/discard_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/counting_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/constant_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/constant_buffer_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/buffer_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/vtk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opencv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/eigen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image_sampler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image3d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image2d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/image/image1d.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/relational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/popcount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/math.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/integer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/identity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/hash.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/field.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/experimental/tabulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/experimental/sort_by_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/experimental/malloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/experimental/clamp_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception/unsupported_extension_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception/program_build_failure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception/opencl_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception/no_device_found.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/exception/context_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/work_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/vendor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/variadic_macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/sha1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/read_write_single_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/print_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/parameter_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/nvidia_compute_capability.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/mpl_vector_to_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/meta_kernel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/lru_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/literal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/iterator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/iterator_range_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/iterator_plus_distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/is_contiguous_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/is_buffer_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/global_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/getenv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/get_object_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/duration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/diagnostic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/device_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/cl_versions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/buffer_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/detail/assert_cl_success.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/valarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/string.hpp ...on 8800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/mapped_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/flat_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/flat_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/dynamic_bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/basic_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/async/wait_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/async/wait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/async/future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/allocator/pinned_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/allocator/buffer_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/upper_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/unique_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/transform_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/transform_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/swap_ranges.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/stable_sort_by_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/stable_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/stable_partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/sort_by_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/set_union.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/set_symmetric_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/set_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/set_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/search_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/scatter_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/scatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/rotate_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/rotate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/reverse_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/replace_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/reduce_by_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/random_shuffle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/prev_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/partition_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/partition_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/partial_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/nth_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/none_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/next_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/mismatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/minmax_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/min_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/max_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/lower_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/lexicographical_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/is_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/is_partitioned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/iota.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/inplace_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/inner_product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/inclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/includes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/generate_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/gather.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/for_each_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/find_if_not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/find_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/fill_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/exclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/equal_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/copy_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/binary_search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/any_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/all_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/adjacent_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/adjacent_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/accumulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io_v1/chrono_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/timezone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/time_point_units.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/time_point_put.hpp ...on 8900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/time_point_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/time_point_get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/ios_base_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/duration_units.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/duration_style.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/duration_put.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/duration_io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/duration_get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/system.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/static_assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/scan_keyword.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/is_evenly_divisible_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/sfinae_errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/set_function_qualifiers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/qualifier_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/pmf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/pmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/parameter_index_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/is_invocable_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/forward_declarations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/default_callable_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bind/detail/result_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/vector_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/vector_map_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unordered_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unordered_multiset_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unordered_multimap_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unordered_map_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unconstrained_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/unconstrained_map_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/multiset_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/multimap_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/map_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/list_set_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/views/list_map_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/value_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/map_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/map_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/key_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/iterator_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/support/data_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/symmetrical_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/structured_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/pair_layout.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/mutant_relation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/member_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/property_map/unordered_set_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/property_map/set_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/user_interface_config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/set_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/set_view_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/non_unique_views_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/modifier_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/map_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/map_view_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/manage_bimap_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/manage_additional_parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/is_set_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/generate_view_binder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/generate_relation_binder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/generate_index_binder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/concept_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/bimap_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/vector_map_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/vector_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/unordered_set_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/unordered_multimap_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/unordered_map_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/unordered_associative_container_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/set_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/sequence_container_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/multiset_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/multimap_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/map_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/list_map_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/list_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/container_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/associative_container_adaptor.hpp ...on 9000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/zlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/inflate_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/deflate_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/teardown.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/stream_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/stream_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/ssl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/rfc6455.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/option.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/ssl/ssl_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/verb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/vector_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/string_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/status.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/span_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/serializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/rfc7230.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/file_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/fields.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/field.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/empty_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/dynamic_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/chunk_encode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/buffer_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/basic_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/basic_file_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/basic_dynamic_body.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/tcp_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/string_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/string_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/stream_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/static_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/static_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/span.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/saved_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/role.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/read_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/rate_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/multi_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/make_printable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/flat_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/flat_static_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/flat_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/file_win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/file_stdio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/file_posix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/file_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detect_ssl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_cat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffers_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffered_read_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/buffer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/bind_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/basic_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/async_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_generic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_freebsd_umtx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_dragonfly_umtx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_ops_darwin_ulock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_on_address.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_caps_windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_caps_futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_caps_freebsd_umtx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_caps_dragonfly_umtx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_caps_darwin_ulock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/wait_capabilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/string_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/storage_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/platform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/pause.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/ops_msvc_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/ops_gcc_ppc_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/ops_gcc_arm_common.hpp ...on 9100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/ops_gcc_aarch64_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/ops_gcc_aarch32_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/once_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/memory_order_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/lock_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/intptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/interlocked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/integral_conversions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/int_sizes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/header.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/gcc_ppc_asm_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/gcc_atomic_memory_order_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/gcc_arm_asm_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/futex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fp_ops_generic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fp_ops_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fp_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fp_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/footer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/float_sizes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_ops_windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_ops_linux_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_ops_gcc_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_ops_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_operations_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_msvc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_msvc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/fence_arch_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_msvc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_msvc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_generic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_gcc_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_gcc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_gcc_aarch64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_gcc_aarch32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_ops_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_fp_ops_generic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_fp_ops_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_fp_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extra_fp_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/extending_cas_based_arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_ops_windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_ops_linux_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_ops_gcc_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_ops_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_ops_cas_based.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_operations_emulated_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_operations_emulated.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_msvc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_msvc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_sparc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_alpha.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_operations_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/core_arch_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/classify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/cas_based_exchange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_windows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_linux_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_gcc_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_gcc_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_msvc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_msvc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_x86.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_sparc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_ppc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_arm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_alpha.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_aarch64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/caps_arch_gcc_aarch32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/capabilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/bitwise_fp_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/bitwise_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/atomic_ref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/atomic_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/atomic_flag_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/aligned_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/addressof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/stack.hpp ...on 9200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/slist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/assign/std/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/stream_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/random_access_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/overlapped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/overlapped_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/object_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/basic_stream_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/basic_random_access_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/basic_overlapped_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/windows/basic_object_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/timer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/socket.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/netfwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/net.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/io_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/internet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ts/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/submit_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/submit_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/static_require_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/static_require.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/static_query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/start_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/start_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_value_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_value_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_error_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_error_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_done_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/set_done_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/schedule_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/schedule_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/require_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/require_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/require_concept_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/require_concept_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/query_static_constexpr_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/query_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/query_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/prefer_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/prefer_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/execute_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/execute_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/equality_comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/connect_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/connect_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/bulk_execute_member.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/traits/bulk_execute_free.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/verify_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/verify_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/stream_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/rfc2818_verification.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/host_name_verification.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/context_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/posix/stream_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/posix/descriptor_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/posix/descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/posix/basic_stream_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/posix/basic_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/stream_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/datagram_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/connect_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/basic_endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/v6_only.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/unicast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/udp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/tcp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/resolver_query_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/resolver_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/network_v6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/network_v4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/multicast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/icmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/host_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_resolver_results.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_resolver_query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_resolver_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_resolver_entry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_resolver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/basic_endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/bad_address_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v6_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v6_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v6.hpp ...on 9300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v4_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v4_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address_v4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/address.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/write_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/use_future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/use_awaitable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/thread_pool.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/thread_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/system_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/system_context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/system_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/src.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/spawn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/serial_port_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/serial_port_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/redirect_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/read_until.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/read_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/post.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/multiple_exceptions.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/io_context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/io_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/handler_alloc_hook.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/executor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/execution_context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/execution_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/detached.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/defer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/connect_pipe.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/connect_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/connect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/compose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/co_spawn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/cancellation_signal.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/buffered_write_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/buffered_read_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/awaitable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/impl/any_io_executor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/stream_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/seq_packet_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/raw_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/datagram_protocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/basic_endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/use_coro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/promise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/prepend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/parallel_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/deferred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/coro_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/coro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/concurrent_channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/co_spawn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/channel_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/channel_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/cancellation_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/basic_concurrent_channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/basic_channel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/awaitable_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/as_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/as_single.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/submit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/start.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/set_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/set_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/set_done.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/sender.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/schedule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/relationship.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/receiver_invocation_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/receiver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/prefer_only.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/outstanding_work.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/operation_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/occupancy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/mapping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/invocable_archetype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/execute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/context_as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/connect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/bulk_guarantee.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/bulk_execute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/blocking_adaptation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/blocking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/bad_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/any_executor.hpp ...on 9400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/wrapped_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/work_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winsock_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_timer_scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_ssocket_service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_ssocket_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_socket_send_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_socket_recv_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_socket_connect_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_resolver_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_resolve_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_async_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winrt_async_manager.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/wince_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/winapp_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_tss_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_object_handle_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_wait_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_thread_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_send_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_recv_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_connect_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_socket_accept_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_serial_port_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_overlapped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_overlapped_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_null_buffers_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_io_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_handle_write_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_handle_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_handle_read_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_iocp_file_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_global.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_fd_set_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/win_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/wait_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/wait_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/variadic_templates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/tss_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_scheduler_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_queue_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_queue_ptime.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_queue_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/timer_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/throw_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/thread_info_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/thread_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/thread_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/string_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/strand_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/strand_executor_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_global.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/std_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/source_location.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/solaris_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/socket_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/socket_select_interrupter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/socket_option.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/socket_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/socket_holder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/signal_set_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/signal_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/signal_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/signal_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/signal_blocker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/service_registry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/select_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/select_interrupter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scoped_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scoped_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scheduler_thread_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scheduler_task.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scheduler_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/resolver_service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/resolver_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/resolve_query_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/resolve_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/resolve_endpoint_op.hpp ...on 9500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/regex_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/recycling_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactor_op_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactor_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_wait_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_sendto_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_send_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_recvmsg_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_recvfrom_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_recv_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_connect_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_socket_accept_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_null_buffers_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/reactive_descriptor_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/push_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_tss_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_signal_blocker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_serial_port_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_global.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_fd_set_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/posix_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/pop_options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/pipe_select_interrupter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/op_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/old_win_sdk_compat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/object_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_tss_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_thread.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_static_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_socket_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_signal_blocker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_global.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/null_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/noncopyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/non_const_lvalue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/memory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/macos_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/local_free_on_block_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/kqueue_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/keyword_tss_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/is_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/is_buffer_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_wait_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_sendto_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_send_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_recvmsg_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_recvfrom_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_recv_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_connect_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_socket_accept_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_null_buffers_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_file_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_descriptor_write_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_descriptor_write_at_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_descriptor_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_descriptor_read_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_uring_descriptor_read_at_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_object_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/io_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/hash_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_work.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_type_requirements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_tracking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_invoke_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_cont_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/handler_alloc_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/global.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/gcc_x86_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/gcc_sync_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/gcc_hppa_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/gcc_arm_fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/future.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/fenced_block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/fd_set_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/executor_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/executor_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/eventfd_select_interrupter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/epoll_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/dev_poll_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/descriptor_write_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/descriptor_read_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/descriptor_ops.hpp ...on 9600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/dependent_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/deadline_timer_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/date_time_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/cstdint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/cstddef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/consuming_buffers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/conditionally_enabled_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/conditionally_enabled_event.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/concurrency_hint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/completion_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/chrono_time_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/call_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/bulk_executor_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/buffered_stream_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/buffer_sequence_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/buffer_resize_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/blocking_executor_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/bind_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/base_from_completion_cond.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/base_from_cancellation_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/atomic_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/array_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/xml_unescape_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/xml_unescape.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/xml_escape.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/wchar_from_mb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/unescape.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/transform_width.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/remove_whitespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/ostream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/mb_from_wchar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/istream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/insert_linebreaks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/escape.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/dataflow_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/dataflow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/binary_from_base64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/base64_from_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/iterators/base64_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/xml_woarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/xml_wiarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/xml_oarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/xml_iarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/text_woarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/text_wiarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/text_oarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/text_iarchive_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_xml_oarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_xml_iarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_xml_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_text_oprimitive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_text_oarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_text_iprimitive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_text_iarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_binary_oprimitive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_binary_oarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_binary_iprimitive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/basic_binary_iarchive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/impl/archive_serializer_map.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/utf8_codecvt_facet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/register_archive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/polymorphic_oarchive_route.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/polymorphic_iarchive_route.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/oserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/iserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/interface_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/interface_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/helper_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/common_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/common_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_serializer_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_serializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_pointer_oserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_pointer_iserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_oserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_oarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_iserializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/basic_iarchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/auto_link_warchive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/auto_link_archive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/archive_serializer_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/abi_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/archive/detail/abi_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/throw_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/not_pointer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/min_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/max_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/max_objects.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/max_align.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/is_alignment_constant.hpp ...on 9700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/is_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/is_aligned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/element_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/assume_aligned_msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/assume_aligned_intel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/assume_aligned_gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/assume_aligned_clang.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/assume_aligned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of_msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of_gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of_cxx11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of_codegear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of_clang.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/alignment_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_sunos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_posix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_mingw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_macos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc_android.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/aligned_alloc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/align_up.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/align_down.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/align_cxx11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/align.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/align/detail/add_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/yes_no_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/trim_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/trim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/std_containers_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/sequence_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/regex_find_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/predicate_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/iter_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/finder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/find_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/find_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/classification.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/case_conv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/searching/knuth_morris_pratt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/searching/boyer_moore_horspool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/searching/boyer_moore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/transform_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/transform_inclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/transform_exclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/inclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/for_each_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx17/exclusive_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx14/mismatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx14/is_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx14/equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/partition_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/partition_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/none_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/is_permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/is_partitioned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/iota.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/find_if_not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/copy_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/copy_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/any_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/cxx11/all_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/with_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_variance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_tail_variate_means.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_tail_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_tail_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_sum_kahan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_skewness.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_p_square_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_p_square_cumulative_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_moment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_median.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_mean.hpp ...on 9800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_kurtosis.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_extended_p_square.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/weighted_covariance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/variance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/times2_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/tail_variate_means.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/tail_variate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/tail_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/tail_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/tail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/sum_kahan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/stats.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/skewness.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_variance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_moment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/rolling_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/pot_tail_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/pot_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/peaks_over_threshold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/p_square_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/p_square_cumulative_distribution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/p_square_cumul_dist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/moment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/min.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/median.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/max.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/kurtosis.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/extended_p_square_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/extended_p_square.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/error_of_mean.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/error_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/covariance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/functional_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/functional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/features.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/extractor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/external.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/depends_on.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulator_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulator_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulator_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/traits/detail/c_ctype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/width.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/traits_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/tracking_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/sequence_stack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/save_restore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/never_true.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/literals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/ignore_unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/hash_peek_bitset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/dont_care.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/counted_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/boyer_moore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/width_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transmogrify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/modifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/is_pure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/compile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/parser_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/parser_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/parse_charset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/matchable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/dynamic/dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/sub_match_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/sub_match_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/results_cache.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/regex_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/regex_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/quant_style.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/peeker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/optimize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matchers.hpp ...on 9900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/linker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/icase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/flow_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/finder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/strict_cpp_re.inc common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/scanner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/cpp_re.inc common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/cpp_re.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/wave/cpplexer/re2clex/aq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/temperature/fahrenheit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/temperature/celsius.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/wavenumber.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/volume.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/velocity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/torque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/temperature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/surface_tension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/surface_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/solid_angle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/resistivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/resistance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/reluctance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/pressure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/prefixes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/plane_angle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/permittivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/permeability.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/momentum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/moment_of_inertia.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/mass_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/mass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/magnetic_flux_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/magnetic_flux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/magnetic_field_intensity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/luminous_intensity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/luminous_flux.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/kinematic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/inductance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/impedance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/illuminance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/frequency.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/force.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/energy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/electric_potential.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/electric_charge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/dynamic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/dose_equivalent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/dimensionless.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/current.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/conductivity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/conductance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/catalytic_activity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/capacitance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/angular_velocity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/angular_momentum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/angular_acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/amount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/activity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/absorbed_dose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/shannon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/prefixes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/nat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/hartley.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/byte.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/information/bit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/detail/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/wavenumber.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/volume.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/velocity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/pressure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/power.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/momentum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/mass_density.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/mass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/kinematic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/frequency.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/force.hpp ...on 10000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/energy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/dynamic_viscosity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/dimensionless.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/current.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/cgs/acceleration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/angle/revolutions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/angle/gradians.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/angle/degrees.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/yard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/ton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/teaspoon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/tablespoon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/quart.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/pound_force.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/pound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/pint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/ounce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/minim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/mile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/mil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/inch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/hundredweight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/grain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/gill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/gallon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/foot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/fluid_ounce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/fluid_dram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/dram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/us/cup.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/temperature/fahrenheit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/temperature/conversions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/temperature/celsius.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/second.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/mole.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/meter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/kilogram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/kelvin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/candela.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/si/ampere.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/year.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/torr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/ton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/nautical_mile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/mmHg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/minute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/micron.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/liter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/knot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/hour.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/hectare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/fermi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/day.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/barn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/bar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/atmosphere.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/are.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/metric/angstrom.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/information/shannon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/information/nat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/information/hartley.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/information/byte.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/information/bit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/yard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/ton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/thou.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/stone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/quarter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/quart.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/pound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/pint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/ounce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/mile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/league.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/inch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/hundredweight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/grain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/gill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/gallon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/furlong.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/foot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/fluid_ounce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/drachm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/imperial/conversions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/cgs/gram.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/cgs/centimeter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/cgs/biot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/parsec.hpp ...on 10100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/light_year.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/light_second.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/light_minute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/light_hour.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/light_day.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/astronomical/astronomical_unit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/steradian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/revolution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/radian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/gradian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/degree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/arcsecond.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/base_units/angle/arcminute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/config/inline_namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/detail/scheduled_executor_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/executors/detail/priority_executor_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/unique_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/shared_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/scoped_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/pointer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/default_delete.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/allocator_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/csbl/memory/allocator_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/parameter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/modifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/finalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/errors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/argument_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/iterator/token_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/iterator/input_iterator_facade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/basic_cstring/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/basic_cstring/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/basic_cstring/bcs_char_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/basic_cstring/basic_cstring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/old/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/old/impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/tolerance_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/print_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/per_element_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/lexicographic_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/it_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/indirections.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/tools/detail/bitwise_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/sample_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/initializer_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/grid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/generators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/delayed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_seek.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_primitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_kwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_keywords.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_iter_pos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_flush_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_distinct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi_advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/karma_subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/karma_nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/karma_directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/karma_confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/include/karma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/karma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/version.hpp ...on 10200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utf8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/terminal_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/terminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/string_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/sequence_base_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/numeric_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/multi_pass_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/modify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/meta_compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/make_component.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/has_semantic_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/handles_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/extended_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/common_terminals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/attributes_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/assert_msg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/argument_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/adapt_adt_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/action_dispatch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/what.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/skip_over.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/skip_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/parse_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/meta_compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/match_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/tokenize_and_parse_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/tokenize_and_parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/meta_compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer_static_lexertl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer_lexertl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/argument_phoenix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/what.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/phoenix_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/meta_compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/generate_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/format_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/delimit_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/delimit_flag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/binary.hpp ...on 10300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auxiliary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/detail/string_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/detail/spreadsort_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/detail/integer_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/detail/float_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/spreadsort/detail/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/search.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/circular_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/common/util/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/parallel_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/move_blocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/merge_blocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/block.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/sort/block_indirect_sort/blk_detail/backbone.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/mpl/sign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/mpl/lcm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/mpl/gcd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/ratio/detail/mpl/abs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/suite/indexing/vector_indexing_suite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/suite/indexing/map_indexing_suite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/suite/indexing/indexing_suite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/suite/indexing/container_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/pass_through_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/pack_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/make_gcc_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/expand_pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/default_function_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/construct_pod_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/construct_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/std/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/std/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/rend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/rbegin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/range/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/functional/fusion/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/vararg_matches_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/unpack_expr_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/template_arity_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/poly_function_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/poly_function_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/or_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/memfun_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/matches_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/make_expr_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/make_expr_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/make_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/lambda_matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/generate_by_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/extends_funop_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/extends_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/expr_variadic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/expr.hpp ...on 10400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/deep_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/deduce_domain_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/class_member_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/basic_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/detail/preprocessed/and_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/null_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/default_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/callable_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/wide_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/standard_callbacks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_tree/json_parser/detail/narrow_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/impl/distributed_property_map.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/property_map/parallel/detail/untracked_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/wait_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/wait_for_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/terminate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/start_dir.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/show_window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/shell_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/search_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/pipe_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/pipe_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/on_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/null_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/null_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/locale.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/job_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/is_running.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/io_context_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/handle_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/group_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/group_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/file_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/file_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/file_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/env_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/compare_handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/cmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/close_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/close_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/child_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/basic_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/basic_cmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/async_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/async_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/async_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/async_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/windows/asio_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/wchar_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/env.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/cmd_or_exe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/traits/async.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/wait_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/wait_for_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/use_vfork.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/terminate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/start_dir.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/signal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/sigchld_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/shell_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/search_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/pipe_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/pipe_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/on_exit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/null_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/null_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/is_running.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/io_context_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/group_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/group_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/file_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/file_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/file_descriptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/fd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/exe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/environment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/env_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/compare_handles.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/cmd.hpp ...on 10500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/close_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/close_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/child_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/basic_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/basic_cmd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/async_pipe.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/async_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/async_in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/async_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/process/detail/posix/asio_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/size_64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/size_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/size_128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/elem_64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/elem_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/limits/elem_128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/detail/is_single_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/variadic/detail/has_opt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_seq_64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_seq_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_seq_128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_list_64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_list_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/to_list_128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/reverse_64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/reverse_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/limits/reverse_128.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/tuple/detail/is_single_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/slot5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/slot4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/slot3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/slot2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/slot1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/shared.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/slot/detail/counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/size_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/size_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/size_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_right_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_right_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_right_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_left_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_left_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/fold_left_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/enum_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/enum_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/enum_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/elem_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/elem_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/limits/elem_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/to_list_msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/binary_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/repeat_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/repeat_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/repeat_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/for_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/for_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/limits/for_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/punctuation/detail/is_begin_parens.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/limits/bool_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/limits/bool_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/logical/limits/bool_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/limits/fold_left_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/limits/fold_left_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/limits/fold_left_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/start.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/self.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/rlocal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/local.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/finish.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/limits/intercept_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/limits/intercept_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/limits/intercept_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/facilities/detail/is_empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/limits/auto_rec_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/limits/auto_rec_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/limits/auto_rec_1024.hpp ...on 10600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/detail/dmc/auto_rec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/limits/while_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/limits/while_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/limits/while_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/limits/not_equal_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/limits/not_equal_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/comparison/limits/not_equal_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/array/detail/get_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/inc_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/inc_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/inc_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/dec_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/dec_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/limits/dec_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/detail/maximum_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/detail/is_minimum_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/detail/is_maximum_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/detail/is_1_number.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/arithmetic/detail/div_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd/open.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd/net.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd/free.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd/dragonfly.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/os/bsd/bsdi.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/vacpp.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/stlport.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/stdcpp3.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/sgi.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/roguewave.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/msl.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/modena.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/libcomo.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/dinkumware.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/cxx.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/std/_prefix.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/zos.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/vms.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/uc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/gnu.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/cloudabi.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/library/c/_prefix.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/x86_amd.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/x86.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/ppc.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/arm.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/x86/64.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/architecture/x86/32.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessor/round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/preprocessed/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/detail/iterate_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/detail/iterate_define.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/support/detail/iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/container/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/transformation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/querying.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/try_catch_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/try_catch_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/catch_push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/local_variable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/local_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/undef_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/define_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/target.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/index_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/function_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/member_variable.hpp ...on 10700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/python/invoker_iterate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/python/invoker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/seq_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/seq_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/qualifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/nullptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/is_nullary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/is_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/inc_binary_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/for_each_pred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/convert_binary_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/binary_seq_to_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/binary_seq_for_each_inc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/binary_seq_for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pp_impl/unwrap_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pp_impl/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pp_impl/argument_pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/unmatched_argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/tag_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/tag_template_keyword_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/tag_keyword_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/tag_deduced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/satisfies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/parameter_requirements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/make_parameter_spec_items.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/make_items.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/make_deduced_items.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/make_arg_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/is_named_argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/insert_tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/deduced_item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/deduce_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/pack/as_parameter_requirements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/win32_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/system_error2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/system_code_from_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/system_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/std_error_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/status_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/status_code_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/status_code_domain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/status_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/quick_status_code_from_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/posix_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/nt_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/iostream_support.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/getaddrinfo_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/generic_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/errored_status_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/com_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/traits/iterator_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/traits/const_iterator_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/traits/c_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/tensor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/strides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/storage_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/operators_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/operators_arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/multiplication.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/multi_index_utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/multi_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/extents.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/expression_evaluation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/tensor/algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/num_rows.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/num_columns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/c_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/operation/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/transpose.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/prod.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/misc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/matrix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/library.hpp ...on 10800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/opencl/elementwise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/experimental/sparse_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/vector_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/temporary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/returntype_deduction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/matrix_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/duff.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/documentation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/definitions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/ublas/detail/concepts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/unwrap_reference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/unit_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/ublas_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/stepper_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/state_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/split_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/same_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/same_instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/resizer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/odeint_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/n_ary_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/multi_array_adaption.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/is_resizeable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/is_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/velocity_verlet.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/symplectic_euler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/stepper_categories.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta4_classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/runge_kutta4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/rosenbrock4_controller.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/rosenbrock4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/modified_midpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/implicit_euler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/extrapolation_stepper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/euler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/controlled_step_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/controlled_runge_kutta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/bulirsch_stoer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/adaptive_adams_bashforth_moulton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/adams_moulton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/adams_bashforth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/times_time_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/times_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/n_step_time_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/n_step_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/const_step_time_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/const_step_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/adaptive_time_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/adaptive_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/observer_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/null_observer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/max_step_checker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/integrate_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/integrate_n_steps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/integrate_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/integrate_adaptive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/integrate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/check_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/vector_space_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/range_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/operations_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/norm_result_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/multi_array_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/fusion_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/fusion_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/default_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/array_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/ext/x86_fast_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/ext/integer.hpp ...on 10900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/x86gcc_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/x86_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/test_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/sparc_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/ppc_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/msvc_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/interval_prototype.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/ia64_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/division.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/c99sub_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/c99_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/bugs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/bcc_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/detail/alpha_rounding_control.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/tribool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/possible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/lexicographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/explicit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/interval/compare/certain.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/sign_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/old_numeric_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/numeric_cast_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/meta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/is_subranged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/int_float_mixture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/converter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/conversion_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/functions/trunc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/functions/trig.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/functions/pow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/multiprecision/detail/functions/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/detail/incidence_list_graph.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/detail/graph_implementation_interface.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/mpl_graph/detail/adjacency_list_graph.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/transformation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/stt_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/stl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/state_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/querying.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/phoenix_placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/iteration.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/guard_grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/euml_typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/euml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/euml/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/detail/row2_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/msm/front/detail/common_states.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/vector0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/numbered_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/numbered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/include_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/begin_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/O1_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/value_type_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/set0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/numbered_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/numbered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/key_type_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/insert_range_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/insert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/include_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/has_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/erase_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/erase_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/empty_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/clear_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/begin_end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/at_impl.hpp ...on 11000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/aux_/multiset0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/aux_/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/aux_/insert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/multiset/aux_/count_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/value_type_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/numbered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/map0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/key_type_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/insert_range_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/insert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/include_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/has_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/erase_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/erase_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/empty_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/contains_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/clear_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/begin_end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/numbered_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/numbered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/item.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/include_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/begin_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/O1_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/test/test_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/test/data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/test/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/range_c/O1_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/token_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/sub.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/partial_spec_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/is_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/filter_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/ext_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/default_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessor/add.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/use_preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/ttp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/static_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/preprocessor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/pp_counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/overload_resolution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/nttp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/msvc_typename.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/intel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/has_xxx.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/has_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/gpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/forwarding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/eti.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/dtp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/dependent_nttp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/compiler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/bcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/arrays.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/config/adl.hpp ...on 11100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/set_difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/pdqsort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/merge_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/is_sorted.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/insertion_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/heap_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/basic_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/move/algo/detail/adaptive_sort_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_whitespace_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_whitespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_ucase_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_lcase_letter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/is_digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/int_to_digit_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/int_to_digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/in_range_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/in_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/digit_to_int_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/util/digit_to_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/void_.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/string_iterator_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/string_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/returns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/no_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/next_digit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/iterate_impl_unchecked.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/iterate_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/is_char_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/has_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/front_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/back_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/assert_string_length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/apply_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/source_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/reject.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/next_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/next_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_remaining.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_prev_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_position.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_line.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/get_col.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/build_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/fwd/accept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/whitespace_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/unpaired.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/unexpected_end_of_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/unexpected_character.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/none_of_the_expected_cases_found.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/literal_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/letter_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/index_out_of_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/expected_to_fail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/end_of_input_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/error/digit_expected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/repeated_one_of1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/repeated_one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/one_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/one_char_except_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/one_char_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/nth_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/last_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp14/one_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/repeated_one_of1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/repeated_one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/one_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/one_char_except_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/one_char_except.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/nth_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/last_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/first_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_4.hpp ...on 11200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_18.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner3_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_18.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner2_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_18.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/rational_horner1_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_18.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner3_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_18.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner2_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_19.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_18.hpp ...on 11300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_17.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/polynomial_horner1_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/tools/detail/is_const_iterable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/statistics/detail/single_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/unchecked_factorial.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/unchecked_bernoulli.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/t_distribution_inv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/round_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/polygamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/lgamma_small.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/lanczos_sse2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/lambert_w_lookup_table.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/igamma_large.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/igamma_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/iconv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/ibeta_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/ibeta_inv_ab.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_separated_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_rational.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_pade.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_cf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_asym.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_small_a_negative_b_by_ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_scaled_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_recurrence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_negative_b_regions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_large_a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_cf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_by_ratios.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_1F1_addition_theorems_on_z.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/hypergeometric_0F1_bessel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/gamma_inva.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/fp_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/erf_inv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_yn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_y1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_y0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_kn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_k1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_k0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy_zero.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy_asym.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_jn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_j1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_j0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_ik.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_i1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_i0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bessel_derivatives_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/bernoulli_details.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/detail/tanh_sinh_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/detail/sinh_sinh_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/detail/ooura_fourier_integrals_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/quadrature/detail/exp_sinh_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/whittaker_shannon_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/vector_barycentric_rational_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/septic_hermite_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/quintic_hermite_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cubic_hermite_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cardinal_trigonometric_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cardinal_quintic_b_spline_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cardinal_quadratic_b_spline_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/cardinal_cubic_b_spline_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/bilinear_uniform_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/bezier_polynomial_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/interpolators/detail/barycentric_rational_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/inv_discrete_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/hypergeometric_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/hypergeometric_pdf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/hypergeometric_cdf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/generic_quantile.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/generic_mode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/derived_accessors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/distributions/detail/common_error_handling.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/ccmath/detail/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/bindings/detail/big_lanczos.hpp ...on 11400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/math/bindings/detail/big_digamma.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/type_dispatch/type_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/type_dispatch/standard_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/type_dispatch/dynamic_type_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/type_dispatch/date_time_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/settings_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/settings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/from_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/from_settings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/formatter_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/filter_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/file.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/console.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/setup/common_attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/to_log.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/dump.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/auto_newline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/manipulators/add_value.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/ipc/reliable_message_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/ipc/object_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/save_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/nop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/in_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/fun_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/ends_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/contains.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/bind_to_log.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/bind_output.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/bind_assign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/begins_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/utility/functional/as_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/is_in_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/is_debugger_present.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/has_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/ends_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/contains.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/channel_severity_filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/predicates/begins_with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/xml_decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/wrap_formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/named_scope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/max_size_decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/date_time.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/csv_decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/char_decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/c_decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/log/expressions/formatters/auto_newline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/void_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/line_counter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/ryu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/string_impl.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/stack.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/shared_resource.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/handler.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/format.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/except.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/default_resource.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/impl/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/streambuf/linked_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/streambuf/direct_streambuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/streambuf/chainbuf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/zlib.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/windows_posix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/wide_streams.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/unreachable_return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/rtl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/overload_resolution.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/gcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/fpos.hpp ...on 11500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/enable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/dyn_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/disable_warnings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/codecvt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/bzip2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/config/auto_link.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/broken_overload_resolution/stream_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/broken_overload_resolution/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/broken_overload_resolution/forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/range_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/output_iterator_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/mode_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/filter_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/direct_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/device_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/iostreams/detail/adapter/concept_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/sync_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_sync.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_condition_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/named_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/windows/condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/wait.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/interprocess_barrier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/spin/condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_upgradable_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_creation_functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_condition_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/shm/named_condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/timepoint_to_timespec.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/semaphore_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/recursive_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/pthread_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/named_semaphore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/named_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/posix/condition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/detail/locks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/detail/condition_any_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/sync/detail/common_algorithms.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/detail/shared_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/detail/node_tools.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/detail/node_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/detail/allocator_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/interprocess/allocators/detail/adaptive_node_pool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/is_a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/core/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/searchable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/product.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/orderable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/monoid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/monad_plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/monad.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/metafunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/iterable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/integral_constant.hpp ...on 11600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/hashable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/foldable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/euclidean_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/comonad.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/fwd/concept/applicative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/integer_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/std/array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/mpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/take.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/split_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/reverse_apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/foldr1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/foldl1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/drop_into.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/searchable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/orderable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/monad.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/logical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/iterable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/arithmetic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/operators/adl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/detail/untracked_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/detail/property_holders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/parallel/detail/inplace_all_to_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/tag_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/remote_update_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/queue.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/mpi_process_group.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/filtered_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/detail/dijkstra_shortest_paths.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/adjlist/serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/adjlist/redistribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/adjlist/initialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/graph/distributed/adjlist/handlers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/toolbox.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/image_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/dynamic_images.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_converters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/sampler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/resample.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/pixel_numeric_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/kernel.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/convolve.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/channel_numeric_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/numeric/affine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/image_view_factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/dynamic_image_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/dynamic_at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/apply_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/any_image_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/any_image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/dynamic_image/algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/detail/utility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/concepts/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/two_dimensional_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/indexed_point_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/closed_clockwise_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/boundary_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/expand_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/expand_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_segment.hpp ...on 11700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_multipoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_boxes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/area_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/spherical/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/envelope_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/envelope_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/area_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/geographic/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/side_robust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/side_non_robust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/side_by_triangle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/precise_area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/in_circle_robust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/expand_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/expand_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_multipoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_boxes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/area_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategy/cartesian/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/transform/srs_transformer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/transform/matrix_transformers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/transform/map_transformer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/transform/inverse_transformer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/ssf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/side_by_cross_track.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/point_in_poly_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/point_in_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/line_interpolate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/get_radius.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/expand_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/expand_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/envelope_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/envelope_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/envelope_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/distance_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/distance_haversine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/distance_cross_track_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/distance_cross_track.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/disjoint_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/disjoint_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/densify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/closest_points_pt_seg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/azimuth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/spherical/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/simplify/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/simplify/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/simplify/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/simplify/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/relate/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/relate/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/relate/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/relate/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/line_interpolate/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/line_interpolate/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/line_interpolate/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/line_interpolate/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/length/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/length/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/length/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/length/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/is_convex/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/is_convex/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/is_convex/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/is_convex/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/io/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/io/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/io/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/io/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/index/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/index/services.hpp ...on 11800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/index/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/index/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/side_vincenty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/side_thomas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/side_andoyer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/side.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/point_in_poly_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/parameters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/mapping_ssf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/line_interpolate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/intersection_elliptic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/envelope_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_vincenty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_thomas.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_karney.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_cross_track_point_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_cross_track_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_cross_track.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance_andoyer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/disjoint_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/densify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/closest_points_pt_seg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/buffer_point_circle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/azimuth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/geographic/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/expand/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/expand/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/expand/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/expand/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/envelope/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/envelope/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/envelope/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/envelope/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/distance/backward_compatibility.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/discrete_distance/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/discrete_distance/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/discrete_distance/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/discrete_distance/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/densify/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/densify/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/densify/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/densify/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/convex_hull/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/convex_hull/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/convex_hull/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/convex_hull/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/within_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/simplify_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/segment_intersect_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/distance_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/convex_hull_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/centroid_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/concepts/area_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/closest_points/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/closest_points/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/closest_points/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/closest_points/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/centroid/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/centroid/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/centroid/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/centroid/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/turn_in_ring_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_in_poly_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_in_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/point_in_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/line_interpolate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/expand_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/expand_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/expand_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/envelope_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/envelope_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp ...on 11900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/envelope_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/distance_projected_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/disjoint_segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/disjoint_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/densify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/closest_points_pt_seg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/centroid_average.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_point_square.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_join_round_by_divide.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_join_round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_join_miter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_end_round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/box_in_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/azimuth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/area_surveyor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/cartesian/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/buffer/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/buffer/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/buffer/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/buffer/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/azimuth/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/azimuth/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/azimuth/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/azimuth/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area/spherical.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area/services.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area/geographic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/area/cartesian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/point_in_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/buffer_distance_symmetric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/strategies/agnostic/buffer_distance_asymmetric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/str_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/srid_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/spar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/par_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/invalid_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/iau2000_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/iau2000_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/iau2000.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/grids.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/factory.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/esri_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/esri_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/esri.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/epsg_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/epsg_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/epsg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/dpar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/segment_ratio_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/segment_ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/robust_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/robust_point_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/rescale_policy_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/rescale_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/no_rescale_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/robustness/get_rescale_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/relate/intersection_ratios.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/relate/intersection_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/relate/intersection_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/relate/direction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/is_valid/failure_type_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/is_valid/failing_reason_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/policies/is_valid/default_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/multi_polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/multi_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/multi_linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/multi_geometries.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/topological_dimension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/ring_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/point_type.hpp ...on 12000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/is_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/interior_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/geometry_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/core/closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/within.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/simplify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/remove_spikes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/perimeter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/num_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/num_interior_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/num_geometries.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/length.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/equals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/covered_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/correct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/centroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/area.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/dispatch/segment_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/dispatch/point_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/iterator_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/has_one_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/wkt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/svg/write_svg_multi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/svg/write_svg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/svg/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/svg/svg_mapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/dsv/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/varray_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/varray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/translator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/serialization.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/priority_dequeue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/minmax_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/meta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/maxmin_heap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/is_indexable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/is_bounding_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/distance_predicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/config_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/config_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/bounded_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/adaptors/query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/multi_polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/multi_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/multi_linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/register/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/segment_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/ring_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/polygon_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/point_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/multi_point_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/linestring_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/geometry_collection_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/dynamic_geometry_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/concept_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/concepts/box_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/std_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/std_pair_as_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/std_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/std_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/c_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_variant2.hpp ...on 12100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_fusion.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/is_valid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/is_simple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/envelope.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/disjoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/dispatch/closest_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/visit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/tupled_output.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sweep.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sub_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/single_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/signed_size_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/select_geometry_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/ring_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/recalculate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/point_on_border.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/partition.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/not.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/normalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/multi_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/multi_modify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/max_interval_gap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/interior_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/has_self_intersections.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/get_max_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/for_each_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/extreme_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/dummy_geometries.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/direction_code.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/counting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/convert_point_to_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/convert_indexed_to_indexed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/calculate_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/calculate_point_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/calculate_null.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/assign_values.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/assign_indexed_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/assign_box_corners.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/zip_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/zip_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/transform_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/transform_view_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/transform_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/single_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/single_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/reverse_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/reverse_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/repetitive_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/nview_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/nview.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/joint_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/joint_view_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/joint_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/flatten_view/flatten_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/flatten_view/flatten_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/filter_view_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/filter_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/detail/strictest_traversal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/tuple_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/tuple_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/tuple_expand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/segmented_fold_until_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/pp_round.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/mpl_iterator_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/is_same_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/is_native_fusion_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/is_mpl_sequence.hpp ...on 12200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/index_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/enabler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/as_fusion_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/support/detail/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io/out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io/in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/value_at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/value_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/swap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/segments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/has_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/empty.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/at_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/enable_comparison.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/mpl/detail/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/mpl/fusion_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/mpl/convert_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/segmented_next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/segmented_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/segmented_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/segment_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/distance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/adapt_value_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/iterator/detail/adapt_deref_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation/invoke_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation/invoke_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation/invoke.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation/make_unfused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation/make_fused_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation/make_fused_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation/make_fused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/unfused_typed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/unfused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/fused_procedure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/fused_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/fused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/set_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/map_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/map_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/list_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/cons_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/cons_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/vector_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/pair_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/map_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/make_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/list_tie.hpp ...on 12300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/ignore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/deque_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/cons_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/front_extended_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/deque_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/deque_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/back_extended_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/push_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/join.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/insert_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/filter_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/filter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/erase_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/erase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/find_if_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/find_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/reverse_iter_fold_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/reverse_iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/reverse_fold_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/iter_fold_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/for_each_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/fold_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/accumulate_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/accumulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/auxiliary/move.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/auxiliary/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/define_struct_inline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/define_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/define_assoc_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/adapt_struct_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/adapt_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/adapt_assoc_struct_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/adapt_assoc_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/std_tuple_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/std_array_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/mpl_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/array_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/array/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/adapt_assoc_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/adapt_adt_named.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/adapt_adt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/overloaded_function/detail/function_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/functional/overloaded_function/detail/base.hpp ...on 12400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity50_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity50_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity40_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity40_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity30_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity30_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity20_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity20_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity10_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/synthesize_impl/arity10_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_variate_loop/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_tags/preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_tags/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_tags/cc_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_retag_default_cc/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/pp_cc_loop/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/encoding/undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/encoding/def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/encoding/aliases_undef.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/encoding/aliases_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity50_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity50_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity40_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity40_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity30_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity30_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity20_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity20_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity10_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/components_impl/arity10_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/master.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity50_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity50_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity40_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity40_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity30_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity30_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity20_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity20_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity10_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/function_types/detail/classifier_impl/arity10_0.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/numa/algo/work_stealing.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/detail/task_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/detail/task_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/detail/shared_state_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fiber/future/detail/shared_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/windows/shared_library_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/windows/path_from_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/posix/shared_library_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/posix/program_location_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/posix/path_from_handle.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/demangling/msvc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/demangling/mangled_storage_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/demangling/itanium.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/dll/detail/demangling/demangle_symbol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/detail/winapi/detail/deprecated_namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/type_traits/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/type_traits/mirror.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/type_traits/member_function_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operation/static_public_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operation/public_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operation/function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operation/destructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/operation/constructor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/inlined/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/condition/cond_subcontracting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/condition/cond_post.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/condition/cond_inv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/condition/cond_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/type_traits/detail/capture_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/detail/swizzle_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/vtk/points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/vtk/matrix4x4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/vtk/data_array.hpp ...on 12500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/vtk/bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qvector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qtgui.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qtcore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qpointf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/qt/qimage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/opengl_texture.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/opengl_renderbuffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/opengl_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/gl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/cl_gl_ext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/cl_gl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opengl/acquire.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opencv/ocl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opencv/highgui.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/opencv/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/interop/eigen/core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/detail/unpack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/detail/nvidia_popcount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/detail/nvidia_ballot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/functional/detail/macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/container/detail/scalar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_merge.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_find_extrema.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/serial_accumulate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/search_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/scan_on_gpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/scan_on_cpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/reduce_on_gpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/reduce_on_cpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/reduce_by_key.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/random_fill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/radix_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/merge_with_merge_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/merge_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/insertion_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/inplace_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/find_if_with_atomics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/find_extrema.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/count_if_with_threads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/count_if_with_reduce.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/count_if_with_ballot.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/copy_to_host.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/copy_to_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/copy_on_device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/compact.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/binary_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compute/algorithm/detail/balanced_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/typeof/boost/ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/utility/to_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/utility/manip_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/io/utility/ios_base_state_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/no_warning/signed_unsigned_cmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/thread_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/process_cpu_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_varargs_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_varargs_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_varargs_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_varargs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/pmf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr_varargs_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr_varargs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/unguarded/function.hpp ...on 12600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/polyfills/make_index_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/callable_traits/detail/polyfills/disjunction.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/value_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/tag_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/overwrite_tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/is_tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/default_tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/tags/support/apply_to_value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/value_type_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/pair_type_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/pair_by.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/opposite_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/member_with_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/is_tag_of_member_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/get_pair_functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/get.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/support/data_extractor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/detail/to_mutable_relation_functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/detail/static_access_builder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/detail/mutant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/detail/metadata_access_builder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/relation/detail/access_builder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/test/check_metadata.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/detail/debug/static_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/detail/key_extractor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/detail/identity_converters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/detail/functor_bag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/window.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/ranges.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/inflate_stream.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/inflate_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/deflate_stream.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/deflate_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/zlib/detail/bitstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/teardown.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/stream_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/ssl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/rfc6455.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/ping.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/handshake.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/close.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/impl/accept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/utf8_checker.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/utf8_checker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/soft_mutex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/prng.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/prng.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/pmd_extension.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/pmd_extension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/mask.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/mask.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/impl_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/hybi13.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/hybi13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/frame.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/websocket/detail/decorator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/verb.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/status.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/serializer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/rfc7230.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/rfc7230.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/file_body_win32.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/fields.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/fields.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/field.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/chunk_encode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/basic_parser.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/impl/basic_parser.hpp ...on 12700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/rfc7230.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/rfc7230.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/chunk_encode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/basic_parser.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/basic_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/http/detail/basic_parsed_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/string_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/string.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/static_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/static_buffer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/static_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/saved_handler.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/saved_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/read_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/multi_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/flat_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/flat_static_buffer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/flat_static_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/flat_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/file_win32.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/file_stdio.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/file_posix.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/buffers_suffix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/buffers_prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/buffers_cat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/buffers_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/buffered_read_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/basic_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/impl/async_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/work_guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/win32_unicode_path.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/varint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/type_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/temporary_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/stream_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/stream_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/static_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/static_ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/static_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/sha1.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/sha1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/service_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/remap_post_to_defer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/pcg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/ostream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/is_invocable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/get_io_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/flat_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/cpu_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/clamp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/char_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/chacha.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/buffers_ref.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/buffers_range_adaptor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/buffers_pair.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/buffer_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/bind_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/bind_default_executor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/bind_continuation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/base64.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/base64.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/async_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/suite_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/suite_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/suite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/runner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/results.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/reporter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/recorder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/main.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/global_suites.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/dstream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/amount.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/tcp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/fail_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/http/icy_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/make_unsigned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/make_signed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp ...on 12800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_trivially_copyable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_signed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_nothrow_default_constructible.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_integral.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_iec559.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_floating_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/is_enum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/integral_constant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/has_unique_object_representations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/conditional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/atomic/detail/type_traits/alignment_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/src.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/rfc2818_verification.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/host_name_verification.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/impl/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/write_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/verify_callback.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/stream_core.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/shutdown_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/read_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/password_callback.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/openssl_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/openssl_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/io.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/handshake_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/engine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/buffered_handshake_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/detail/endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/network_v6.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/network_v6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/network_v4.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/network_v4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/host_name.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/basic_endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address_v6.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address_v6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address_v4.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address_v4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/impl/address.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/detail/socket_option.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/detail/endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/detail/endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/use_coro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/promise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/prepend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/parallel_group.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/deferred.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/coro.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/channel_error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/as_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/as_single.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/impl/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/partial_promise.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/has_signature.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/coro_promise_allocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/completion_handler_erasure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_send_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_send_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_receive_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_payload.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_message.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/channel_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/impl/receiver_invocation_error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/impl/bad_executor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/void_receiver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/submit_receiver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/bulk_sender.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/as_receiver.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/as_operation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/execution/detail/as_invocable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/winsock_init.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/winrt_timer_scheduler.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/winrt_timer_scheduler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/winrt_ssocket_service_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_tss_ptr.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_thread.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_static_mutex.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_object_handle_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_mutex.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_socket_service_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_serial_port_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_io_context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_io_context.hpp ...on 12900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_handle_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_iocp_file_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/win_event.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/timer_queue_set.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/timer_queue_ptime.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/throw_error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/thread_context.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/strand_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/strand_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/strand_executor_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/strand_executor_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/socket_select_interrupter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/socket_ops.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/signal_set_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/service_registry.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/service_registry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/select_reactor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/select_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/scheduler.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/resolver_service_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/reactive_socket_service_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/reactive_descriptor_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/posix_tss_ptr.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/posix_thread.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/posix_serial_port_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/posix_mutex.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/posix_event.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/pipe_select_interrupter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/null_event.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/kqueue_reactor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/kqueue_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/io_uring_socket_service_base.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/io_uring_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/io_uring_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/io_uring_file_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/io_uring_descriptor_service.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/handler_tracking.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/eventfd_select_interrupter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/epoll_reactor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/epoll_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/dev_poll_reactor.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/dev_poll_reactor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/descriptor_ops.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/detail/impl/buffer_sequence_adapter.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/std/string_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/std/slist_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/std/rope_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/std/list_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/util.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/trim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/replace_storage.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/formatter_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/formatter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/finder_regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/finder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/find_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/find_format_store.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/find_format_all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/find_format.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/classification.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/string/detail/case_conv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/searching/detail/debugging.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/algorithm/searching/detail/bm_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/variates/covariate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/statistics/parameters/quantile_probability.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/functional/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/functional/valarray.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/functional/complex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/pod_singleton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/function_n.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/function4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/function3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/function2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/numeric/detail/function1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/parameters/weights.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/parameters/weight.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/parameters/sample.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/parameters/accumulator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulators/value_accumulator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulators/reference_accumulator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulators/external_accumulator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/accumulators/framework/accumulators/droppable_accumulator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/chset/range_run.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/chset/range_run.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/chset/chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/chset/basic_chset.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/utility/chset/basic_chset.hpp ...on 13000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_quantifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_modifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_marker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_inverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_independent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_alternate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/static/transforms/as_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/true_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/string_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/set_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/regex_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/range_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/predicate_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/optional_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/mark_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/literal_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/keeper_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/end_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/charset_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/attr_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_line_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/any_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/alternate_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/xpressive/detail/core/matcher/action_matcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_headers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/equal/equal_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_specific.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_9.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_16.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_15.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_14.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_13.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_12.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_11.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/vmd/detail/recurse/data_equal/data_equal_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/universal_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/typedefs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/triton_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/tau_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/proton_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/physico-chemical_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/neutron_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/muon_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/helion_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/electron_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/electromagnetic_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/deuteron_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/atomic-nuclear_constants.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/units/systems/si/codata/alpha_constants.hpp ...on 13100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/parallel/v2/task_region.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/parallel/v2/inline_namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/parallel/v1/inline_namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/thread/experimental/parallel/v1/exception_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/env/fetch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/cla/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/utils/runtime/cla/argv_traverser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/generators/xrange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/generators/random.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/test/data/monomorphic/generators/keywords.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/subrule_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/seek.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/kwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/flush_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/distinct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/support/confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/primitive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/karma/nonterminal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/karma/directive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/unused.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/subcontext.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/no_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/tst_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/tst.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/literal_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/not_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/kleene.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/and_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/uint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/real_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/bool_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/numeric/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal/simple_trace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal/rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal/debug_handler_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/with.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/seek.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/omit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/no_skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/no_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/lexeme.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/expect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/directive/confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/skip_over.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/unicode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/negated_char_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/literal_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/char_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/char_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/char_class_tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/any_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/binary/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/guard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/eps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/eol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/eoi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/attr.hpp ...on 13200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/auxiliary/any_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/utree_traits_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/utree_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/utree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/nonterminal/locals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/nonterminal/extract_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/nonterminal/expand_arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/ostream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/multi_pass_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/look_ahead.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/line_pos_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/istream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/what_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/scoped_enum_emulation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/pow10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/make_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/make_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/is_spirit_tag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/hold_any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/get_encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/endian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/as_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_set/range_run_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_set/range_run.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_set/range_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_set/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_set/basic_chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/standard_wide.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/standard.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/iso8859_1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/ascii.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/auxiliary/attr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/auto/meta_create.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any_ns_so.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any_ns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any_if_ns_so.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any_if_ns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/algorithm/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string/tst_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string/tst.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string/lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream/match_manip_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream/match_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/sequential_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/sequence_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/permutation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/not_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/kleene.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/expect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/and_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/operator/alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/uint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/real_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/numeric_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/bool_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/success_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/simple_trace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/nonterminal_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/error_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/debug_handler_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/debug_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/raw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/omit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/no_skip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/no_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/matches.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/lexeme.hpp ...on 13300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/hold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/expect.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/directive/as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/unused_skipper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/string_parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/permute_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/pass_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/pass_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/parse_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/fail_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/expectation_failure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/expect_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/enable_lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/assign_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/detail/alternative_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/char/char_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/char/char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/char/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/binary/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/eps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/eol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/eoi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/attr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auxiliary/attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auto/meta_create.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auto/create_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/auto/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/action/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/state_switcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/plain_tokenid_mask.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/plain_tokenid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/plain_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/plain_raw_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/qi/in_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/token_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/terminals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/support_functions_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/support_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/string_token_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/pass_flags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/char_token_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/detail/sequence_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/string/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/string/lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/ostream_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/format_manip_attr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/format_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/not_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/kleene.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/and_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/operator/alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/uint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/real_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/bool_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/simple_trace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/nonterminal_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/debug_handler_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/debug_handler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/verbatim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/upper_lower_case.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/strict_relaxed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/right_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/repeat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/omit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/no_delimit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/maxwidth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/left_alignment.hpp ...on 13400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/encoding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/duplicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/delimit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/columns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/center_alignment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/directive/as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/unused_delimiter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/string_generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/string_compare.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/pass_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/output_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/indirect_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/get_stricttag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/get_casetag.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/generate_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/generate_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/generate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/fail_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/extract_from.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/enable_lit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/default_width.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/attributes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/as.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/detail/alternative_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/char/char_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/char/char_class.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/char/char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/binary/padding.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/binary/binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auxiliary/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auxiliary/eps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auxiliary/eol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auxiliary/attr_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auto/meta_create.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auto/create_generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/auto/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/action/action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/scoped_lock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/rule_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/regex.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/loops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/lists_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/lists.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/grammar_def_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/grammar_def.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/functor_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/flush_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/escape_char_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/escape_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/distinct_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/distinct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/confix_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/chset_operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/tree_to_xml.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/parse_tree_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/parse_tree_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/parse_tree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/common_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/ast_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/ast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols/symbols_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols/symbols.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/tuples.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/tuple_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/statements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/special_ops.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/composite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/closures.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/casts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/binders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/phoenix/actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/traverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/refactoring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/parser_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/fundamental.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/as_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/typeof.hpp ...on 13500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/position_iterator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/position_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/multi_pass_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/fixed_size_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/file_iterator_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/file_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/error_handling/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/error_handling/exceptions_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/error_handling/exceptions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/stored_rule_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/stored_rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/select.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/rule_alias.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug/parser_names.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug/minimal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug/debug_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/safe_bool.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/assert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute/parametric.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute/closure_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute/closure_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/attribute/closure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/typeof.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/swap_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/ref_value_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/ref_const_ref_value_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/ref_const_ref_const_ref_a.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/ref_const_ref_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/ref_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/push_front_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/push_back_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/insert_key_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/insert_at_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/increment_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/erase_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/decrement_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/clear_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/assign_key_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/actor/assign_actor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/python/suite/indexing/detail/indexing_suite_detail.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/when.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/pack_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/lazy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/expand_pack.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/default_function_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/construct_funop.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/transform/detail/preprocessed/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/preprocessed/null_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/preprocessed/default_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/proto/context/detail/preprocessed/callable_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/limits/split_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/limits/split_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/seq/detail/limits/split_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/msvc/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/limits/for_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/limits/for_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/limits/for_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/edg/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/dmc/for.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_right_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_right_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_right_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_left_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_left_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/limits/fold_left_1024.hpp ...on 13600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/fold_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/dmc/fold_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/rlocal_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/rlocal_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/rlocal_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/local_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/local_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/limits/local_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/reverse5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/reverse4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/reverse3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/reverse2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/reverse1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/forward5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/forward4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/forward3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/forward2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/forward1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/upper5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/upper4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/upper3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/upper2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/upper1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/lower5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/lower4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/lower3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/lower2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/bounds/lower1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/msvc/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/limits/while_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/limits/while_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/limits/while_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/edg/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/dmc/while.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/x86_amd/versions.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/x86/versions.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/ppc/versions.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/predef/hardware/simd/arm/versions.h common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/container/detail/container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_std_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_std_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_std_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_std_hash_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/is_std_hash_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_upper_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_unique.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_sort.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_remove_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_lower_bound.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/has_equal_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/decay_array.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/stl/algorithm/detail/begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/switch.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/local_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/lambda.hpp ...on 13700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval_result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/new_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/new_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/construct_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/construct_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/function_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/function_eval_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/function_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/actor_result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/actor_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/function_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/bind_member_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/bind_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/bind_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/split_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/specification.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/parenthesized_return_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/no_spec_overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/function_name.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/function_forward_match.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/function_cast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/flatten.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/arity_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/parameter/aux_/preprocessor/impl/argument_specs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/detail/win32_code_to_generic_code.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/detail/nt_code_to_win32_code.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/outcome/experimental/status-code/detail/nt_code_to_generic_code.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/detail/less_with_sign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/util/detail/is_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/make_dense_output.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/make_controlled.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_dopri5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54_classic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_rosenbrock4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_dense_output_runge_kutta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/generation/generation_controlled_adams_bashforth_moulton.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/rotating_buffer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/pid_step_adjuster_coefficients.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/pid_step_adjuster.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/generic_rk_call_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/adaptive_adams_coefficients.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/adams_moulton_coefficients.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/adams_moulton_call_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/adams_bashforth_coefficients.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/detail/adams_bashforth_call_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/stepper/base/algebra_stepper_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/observer_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/null_observer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/integrate_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/integrate_n_steps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/integrate_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/integrate_adaptive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/integrate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/impl/n_step_iterator_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/detail/integrate_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp ...on 13800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/integrate/detail/functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/viennacl/viennacl_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/viennacl/viennacl_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_same_instance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_norm_inf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl_abs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/vexcl/vexcl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/thrust/thrust.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/openmp/openmp_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/openmp/openmp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/nt2/nt2_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/nt2/nt2_norm_inf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/nt2/nt2_copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/nt2/nt2_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mtl4/mtl4_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mtl4/mtl4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mpi/mpi_vector_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mpi/mpi_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mpi/mpi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/mkl/mkl_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/eigen/eigen_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/eigen/eigen_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/eigen/eigen_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/eigen/eigen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute_operations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute_algebra.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/compute/compute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/blaze/blaze_resize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/external/blaze/blaze_algebra_dispatcher.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/detail/norm_inf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/detail/macros.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/detail/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp ...on 13900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp ...on 14000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp ...on 14100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp ...on 14200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp ...on 14300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/set_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/quote.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/plus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/modulus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/minus.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/list_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/inherit.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/divides.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/bitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/bitand.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/arg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/apply.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/impl/fwd/iterate_impl.hpp ...on 14400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/update_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/skip_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/push_front_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/push_back_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/one_of_fwd_op.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/one_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/one_char_except_not_used.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/nth_of_c_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/later_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/is_none.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/empty_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/impl/at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp98/fwd/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp14/impl/any_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/string_at.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/push_front_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/push_front_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/push_back_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/pop_front.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/pop_back.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/or_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/nth_of_c_skip_remaining.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/nth_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/is_none_c_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/is_none_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/eval_later_result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/empty_string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/concat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/at_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/impl/any_of_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/metaparse/v1/cpp11/fwd/string.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/void.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/return.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/register.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/recursive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/inline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/default.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/const_bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_params.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/code_/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/code_/functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/macro/code_/bind.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/impl/d2s.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/detail/digit_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/detail/d2s_intrinsics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/detail/d2s_full_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/detail/d2s.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/json/detail/ryu/detail/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/mpl/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/mpl/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/mpl/integral_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/reverse_apply/unrolled.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/detail/variadic/reverse_apply/flat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/is_similar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/is_bit_aligned.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/get_num_bits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/channel_view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/metafunctions/channel_type.hpp ...on 14500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/image_types/subchroma_image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/image_types/indexed_image.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/ycbcr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/xyz.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/lab.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/hsv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/hsl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/gray_alpha.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_spaces/cmyka.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/tags.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/old.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/boundary_view/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/views/detail/boundary_view/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/wink2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/wink1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/wag7.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/wag3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/wag2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/vandg4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/vandg2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/vandg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/urmfps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/urm5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/tpeqd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/tmerc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/tcea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/tcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/sts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/sterea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/stere.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/somerc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/sconics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/rpoly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/rouss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/robin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/qsc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/putp6.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/putp5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/putp4p.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/putp3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/putp2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/poly.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/ortho.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/omerc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/oea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/ocea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/ob_tran.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/nzmg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/nsper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/nocol.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/nell_h.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/nell.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/natearth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/moll.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/mod_ster.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/mill.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/merc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/mbtfpq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/mbtfpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/mbt_fps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/lsat.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/loxim.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/lcca.hpp ...on 14600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/lcc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/latlong.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/lask.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/larr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/lagrng.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/laea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/labrd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/krovak.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/isea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/imw_p.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/igh.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/healpix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/hatano.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/hammer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/gstmerc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/goode.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/gnom.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/gn_sinu.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/gins8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/geos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/geocent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/gall.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/fouc_s.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/fahey.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/etmerc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eqdc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eqc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eck5.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eck4.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eck3.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eck2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/eck1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/denoy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/crast.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/collg.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/chamb.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/cea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/cc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/cass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/bonne.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/boggs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/bipc.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/bacon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/august.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/aitoff.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/airy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/aeqd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/proj/aea.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/projects.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/proj_mdist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_zpoly1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_units.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_tsfn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_transform.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_strerrno.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_qsfn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_phi2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_param.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_msfn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_mlfn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_inv.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_init.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_gridlist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_gridinfo.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_gauss.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_ellps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_ell_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_datums.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_datum_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_auth.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/pj_apply_gridshift.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/geocent.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/function_overloads.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/factory_entry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/dms_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/base_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/base_dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/adjlon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/srs/projections/impl/aasincos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/io/wkt/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/io/wkt/wkt.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/io/wkt/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/io/dsv/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/register/multi_polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/register/multi_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/register/multi_linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/geometries/concepts/check.hpp ...on 14700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/modify.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/segment_iterator/value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/point_iterator/value_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/point_iterator/iterator_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/detail/wkt_multi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/io/wkt/detail/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/query_iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/pack_create.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/options.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/iterators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/adaptors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/union_content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/segment_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/path_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/nth_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/minmaxdist.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/margin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/is_valid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/intersection_content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/diff_abs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/content.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/comparable_distance_near.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/comparable_distance_far.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/algorithms/bounds.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/detail/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/uniqued.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/strided.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/sliced.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/reversed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/filtered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/geometries/adapted/boost_polygon/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/within/multi_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/within/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/within/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/turns/print_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/turns/debug_turn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/turns/compare_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/touches/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/touches/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sections/section_functions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/sections/range_by_section.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relation/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relation/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/topology_check.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/result.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/relate_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/point_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/point_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/linear_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/de9im.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/visit_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/turn_info.hpp ...on 14800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/traverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/traversal_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/traversal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/stream_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/select_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/segment_as_subrange.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/ring_properties.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/range_in_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/overlay_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/overlay.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/needs_self_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/is_self_turn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/inconsistent_turns_exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_distance_measure.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/get_clusters.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/follow.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/discard_duplicate_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/cluster_exits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/approximately_equals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlaps/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/overlaps/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/make/make.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/multipolygon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/has_spikes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/complement_graph.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_valid/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/multipoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/failure_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/is_simple/always_simple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersects/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersects/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersection/multi.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersection/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersection/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersection/box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/intersection/areal_areal.hpp ...on 14900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/indexed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/expand/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/equals/point_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/equals/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/equals/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/transform_units.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/multipoint.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/initialize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/geometry_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/envelope/areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/strategy_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/segment_to_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/point_to_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/linear_to_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/iterator_selector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/is_comparable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/geometry_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/distance/box_to_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/point_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/point_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/box_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/covered_by/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/covered_by/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/convex_hull/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/convex_hull/graham_andrew.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/comparable_distance/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/comparable_distance/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/utilities.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/segment_to_segment.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/range_to_geometry_rtree.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/point_to_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/multipoint_to_geometry.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/linear_to_linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/linear_or_areal_to_areal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/interface.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_points/implementation.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/piece_border.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/algorithms/detail/buffer/buffer_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/next_impl.hpp ...on 15000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/zip_view/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/transform_view/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/single_view/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/reverse_view/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/repetitive_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/nview_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/joint_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/segments_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/iterator_range/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/filter_view/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp ...on 15100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io/detail/out.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io/detail/manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/io/detail/in.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/not_equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/less_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/less.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/greater_equal.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/greater.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/sequence/comparison/detail/equal_to.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/invocation/detail/that_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/generation/detail/gen_make_adapter.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/functional/adapter/detail/access.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/prior_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/distance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/config.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/as_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/advance_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/as_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/value_at_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/map_index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/map_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/build_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/at_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/reverse_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/next_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/list_to_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/equal_to_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/empty_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/build_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_vector_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_map_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_make_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_make_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_make_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_make_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_make_deque.hpp ...on 15200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_list_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/pp_deque_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/keyed_element.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/deque_keyed_values.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/build_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/replace_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/replace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/segmented_find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/segmented_find.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/find_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/count_if.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/any.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/query/detail/all.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/segmented_for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/segmented_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/for_each.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/proxy_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/namespace.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/extension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/define_struct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/adapt_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/adapt_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/mpl/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/std_array/detail/array_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/has_key_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/empty_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/mpl/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/mpl/clear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp ...on 15300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/size_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/boost_array/detail/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/detail/extension.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/adt/detail/adapt_base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/preprocessor/keyword/virtual.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/preprocessor/keyword/public.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/preprocessor/keyword/protected.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/preprocessor/keyword/private.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/inlined/detail/checking.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/inlined/core/exception.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/typeof/boost/chrono/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/win/thread_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/win/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/posix/thread_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/posix/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/mac/thread_clock.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/mac/process_cpu_clocks.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/chrono/detail/inlined/mac/chrono.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/impl/temporary_buffer.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/core/detail/impl/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/unit_test/detail/const_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/impl/stream.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/impl/stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/impl/fail_count.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/impl/error.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/impl/error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/detail/stream_state.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/test/detail/stream_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/beast/_experimental/http/impl/icy_stream.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/impl/openssl_init.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ssl/detail/impl/engine.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/local/detail/impl/endpoint.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/ip/detail/impl/endpoint.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/generic/detail/impl/endpoint.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/asio/experimental/detail/impl/channel_service.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/primitive/iter_pos.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/primitive/flush_multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/primitive/advance.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/operator/keywords.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/nonterminal/subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/directive/seek.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/directive/kwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/directive/distinct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/directive/confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/karma/directive/confix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/utf8.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/sfinae.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/lambda_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/is_callable.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/error_reporting.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/utility/annotate_on_success.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/variant_has_substitute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/variant_find_substitute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/tuple_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/transform_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/string_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/pseudo_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/print_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/print_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/optional_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/numeric_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/move_to.hpp ...on 15400th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/is_variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/is_substitute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/is_range.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/is_parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/has_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/handles_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/container_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/attribute_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/attribute_of_binary.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/attribute_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/traits/attribute_category.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/numeric_utils/pow10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/numeric_utils/extract_real.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/ast/variant.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/ast/position_tagged.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/detail/tst.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/string/detail/string_parse.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/detail/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/operator/detail/alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal/detail/transform_attribute.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/nonterminal/detail/rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/core/detail/parse_into_container.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/char/detail/cast_char.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/detail/utree_detail2.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/utree/detail/utree_detail1.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/no_check_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/multi_pass.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/lex_input_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/istream_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/functor_input_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/first_owner_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/combine_policies.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/string_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/state_machine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/size_t.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/runtime_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/rules.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/internals.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/generator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/generate_re2c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/generate_cpp.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/file_input.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/debug.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/consts.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/char_traits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode/uppercase_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode/script_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode/query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode/lowercase_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/char_encoding/unicode/category_table.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/string/detail/tst.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream/detail/match_manip_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/stream/detail/match_manip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/detail/real_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/numeric/detail/numeric_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/detail/parser_binder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/detail/parameterized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/qi/nonterminal/detail/fcall.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/wrap_action.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/static_version.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/static_lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/semantic_action_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/position_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/lexer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/iterator_tokenizer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/generate_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/lex/lexer/lexertl/functor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/detail/format_manip_auto.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/stream/detail/format_manip.hpp ...on 15500th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/detail/real_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/numeric/detail/bool_utils.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/detail/parameterized.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/detail/generator_binder.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/karma/nonterminal/detail/fcall.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/regex.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/lists.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/escape_char.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/confix.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset_operators.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/impl/tree_to_xml.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/tree/impl/parse_tree_utils.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols/impl/tst.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/symbols/impl/symbols.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/impl/traverse.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/impl/refactoring.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/impl/parser_traits.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/meta/impl/fundamental.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/impl/position_iterator.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/iterator/impl/file_iterator.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/error_handling/impl/exceptions.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/impl/switch.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/impl/select.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/dynamic/impl/conditions.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/debug/impl/parser_names.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/scanner/skipper_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/scanner/skipper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/scanner/scanner_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/scanner/scanner.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/primitives/primitives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/primitives/numerics_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/primitives/numerics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/subrule_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/rule.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/parser_id.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/parser_context.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/impl/parser.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/impl/match_attr_traits.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/impl/match.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/sequential_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/sequential_and.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/sequence.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/positive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/optional.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/operators.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/no_actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/kleene_star.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/intersection.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/exclusive_or.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/epsilon.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/directives.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/difference.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/composite.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/alternative.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/actions.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/edg/limits/for_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/edg/limits/for_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/repetition/detail/edg/limits/for_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_right_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_right_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_right_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_left_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_left_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/list/detail/edg/limits/fold_left_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse5_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse4_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse4_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse4_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse3_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse3_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse3_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse2_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse2_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse2_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse1_512.hpp ...on 15600th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse1_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/reverse1_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward5_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward5_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward5_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward4_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward4_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward4_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward3_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward3_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward3_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward2_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward2_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward2_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward1_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/iteration/detail/iter/limits/forward1_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/edg/limits/while_512.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/edg/limits/while_256.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/preprocessor/control/detail/edg/limits/while_1024.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/new.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_30.hpp ...on 15700th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/numeric/odeint/iterator/integrate/detail/functors.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp ...on 15800th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/set/aux_/preprocessed/plain/set10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/typeof_based/map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/typeof_based/map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/typeof_based/map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/typeof_based/map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/typeof_based/map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/plain/map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/plain/map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/plain/map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/plain/map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/plain/map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/no_ctps/map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/no_ctps/map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/no_ctps/map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/no_ctps/map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/map/aux_/preprocessed/no_ctps/map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/mpl/list/aux_/preprocessed/plain/list10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/facility/is.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/detail/preprocessor/keyword/facility/add.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/hana/ext/boost/fusion/detail/common.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/log.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/tiff/detail/device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/targa/detail/is_allowed.hpp ...on 15900th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/raw/detail/device.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/pnm/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/png/detail/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/jpeg/detail/base.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/writer_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/write.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/supported_types.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/scanline_read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/reader_backend.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/read.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/gil/extension/io/bmp/detail/is_allowed.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/io/wkt/detail/prefix.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/spatial_query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/remove.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/iterator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/is_leaf.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/distance_query.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/destroy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/copy.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/visitors/children_box.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/view.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/statistics.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/print.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/rstar/rstar.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/rstar/insert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/quadratic/quadratic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/weak_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/weak_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/variant_visitor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/variant_static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/pairs.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/node_elements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/node/concept.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/linear/linear.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/kmeans/split.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/geometry/index/detail/rtree/kmeans/kmeans.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/view/nview/detail/cpp03/nview_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector_n.hpp ...on 16000th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/as_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/set_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/as_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/value_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/value_of_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/value_at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/map_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/map_forward_ctor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/key_of_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/end_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/deref_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/deref_data_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/convert_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/convert.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/begin_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/at_impl.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/as_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/list_to_cons_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/list_to_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/list_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/list_forward_ctor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/map_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/make_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/list_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie10.hpp ...on 16100th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/limits.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values_call.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque_initial_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque_forward_ctor.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/build_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/as_deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/preprocessed/reverse_iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/preprocessed/reverse_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/preprocessed/iter_fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/algorithm/iteration/detail/preprocessed/fold.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/contract/detail/preprocessor/keyword/utility/is.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/repository/home/qi/operator/detail/keywords.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/x3/support/numeric_utils/detail/extract_int.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/partition/equivset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/partition/charset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/parser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/conversion/char_state_machine.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/containers/ptr_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/containers/ptr_list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset/range_run.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset/range_run.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/scanner/impl/skipper.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/primitives/impl/primitives.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/primitives/impl/numerics.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/impl/subrule.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/impl/static.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/sequential_or.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/sequential_and.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/sequence.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/positive.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/optional.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/list.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/kleene_star.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/intersection.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/exclusive_or.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/directives.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/difference.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/classic/core/composite/impl/alternative.ipp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp ...on 16200th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10_fwd.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque50.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque40.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque30.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque20.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp ...on 16300th target... common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/sequence_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/leaf_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/iteration_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tree/end_node.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_state.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_helper.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/num_token.hpp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cwctype common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cwchar common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/ctime common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cstring common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cstdlib common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cstdio common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cstddef common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cstdarg common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/csignal common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/csetjmp common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cmath common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/clocale common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/climits common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cfloat common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cerrno common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cctype common.copy /nvmedata/autobuild/instance-25/output-1/host/include/boost/compatibility/cpp_c_headers/cassert common.copy /nvmedata/autobuild/instance-25/output-1/host/lib/libboost_regex.so.1.79.0 ln-UNIX /nvmedata/autobuild/instance-25/output-1/host/lib/libboost_regex.so common.copy /nvmedata/autobuild/instance-25/output-1/host/lib/libboost_system.so.1.79.0 ln-UNIX /nvmedata/autobuild/instance-25/output-1/host/lib/libboost_system.so ...updated 16333 targets... >>> host-riscv-isa-sim 1.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.riscv-isa-sim-1.1.0.tar.gz.XASRpp/output' 'https://github.com/riscv-software-src/riscv-isa-sim/archive/v1.1.0/riscv-isa-sim-1.1.0.tar.gz' --2022-06-07 00:21:53-- https://github.com/riscv-software-src/riscv-isa-sim/archive/v1.1.0/riscv-isa-sim-1.1.0.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/riscv-software-src/riscv-isa-sim/tar.gz/refs/tags/v1.1.0 [following] --2022-06-07 00:21:54-- https://codeload.github.com/riscv-software-src/riscv-isa-sim/tar.gz/refs/tags/v1.1.0 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.riscv-isa-sim-1.1.0.tar.gz.XASRpp/output' 0K .......... .......... .......... .......... .......... 461K 50K .......... .......... .......... .......... .......... 935K 100K .......... .......... .......... .......... .......... 41.1M 150K .......... .......... .......... .......... .......... 938K 200K .......... .......... .......... .......... .......... 94.7M 250K .......... .......... .......... .......... .......... 77.5M 300K .......... .......... .......... .......... .......... 349K 350K .......... .......... .......... .......... .......... 143M 400K .......... .......... .......... ..... 183M=0.4s 2022-06-07 00:21:54 (1.18 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.riscv-isa-sim-1.1.0.tar.gz.XASRpp/output' saved [445575] riscv-isa-sim-1.1.0.tar.gz: OK (sha256: 9b29c220fed1e867e3bea4b5c565f2629237d525a4d9fe1668699c4406003a1f) >>> host-riscv-isa-sim 1.1.0 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/riscv-isa-sim/riscv-isa-sim-1.1.0.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0 -xf - >>> host-riscv-isa-sim 1.1.0 Patching Applying 0001-riscv-disable-precompiled-headers.patch using patch: patching file riscv/riscv.mk.in >>> host-riscv-isa-sim 1.1.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-riscv-isa-sim 1.1.0 Patching libtool >>> host-riscv-isa-sim 1.1.0 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --with-boost=/nvmedata/autobuild/instance-25/output-1/host ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for dtc... /nvmedata/autobuild/instance-25/output-1/host/bin/dtc checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking for ANSI C header files... (cached) yes checking for __int128_t... yes checking whether the linker accepts -Wl,--export-dynamic... yes checking whether C++ compiler accepts -relocatable-pch... no configure: configuring default subproject : fesvr checking for pthread_create in -lpthread... yes checking for struct statx.stx_ino... yes checking for struct statx.stx_mnt_id... no configure: configuring default subproject : riscv checking for boostlib >= 1.53 (105300) includes in "/nvmedata/autobuild/instance-25/output-1/host/include"... yes checking for boostlib >= 1.53 (105300) lib path in "/nvmedata/autobuild/instance-25/output-1/host/lib/x86_64-linux-gnu"... no checking for boostlib >= 1.53 (105300) lib path in "/nvmedata/autobuild/instance-25/output-1/host/lib64"... yes checking for boostlib >= 1.53 (105300)... yes checking whether the Boost::ASIO library is available... yes checking for main in -lboost_system... yes checking whether the Boost::Regex library is available... yes checking for exit in -lboost_regex... yes checking for main in -lboost_system... yes checking for main in -lboost_regex... yes checking for library containing dlopen... -ldl checking for pthread_create in -lpthread... (cached) yes configure: configuring default subproject : disasm configure: configuring default subproject : customext configure: configuring default subproject : fdt configure: configuring default subproject : softfloat configure: configuring default subproject : spike_main configure: configuring default subproject : spike_dasm configure: creating ./config.status config.status: creating fesvr.mk config.status: creating riscv.mk config.status: creating disasm.mk config.status: creating customext.mk config.status: creating fdt.mk config.status: creating softfloat.mk config.status: creating spike_main.mk config.status: creating spike_dasm.mk config.status: creating Makefile config.status: creating riscv-fesvr.pc config.status: creating riscv-disasm.pc config.status: creating config.h configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking >>> host-riscv-isa-sim 1.1.0 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0' Makefile:349: warning: overriding recipe for target 'disasm.o' Makefile:349: warning: ignoring old recipe for target 'disasm.o' /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/elfloader.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/htif.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/memif.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/dtm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/syscall.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/device.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/rfb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/context.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/htif_pthread.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/htif_hexwriter.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/dummy.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/option_parser.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/term.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/tsi.cc /usr/bin/ar rcs libfesvr.a elfloader.o htif.o memif.o dtm.o syscall.o device.o rfb.o context.o htif_pthread.o htif_hexwriter.o dummy.o option_parser.o term.o tsi.o for insn in amoadd_d amoadd_w amoand_d amoand_w amomax_d amomaxu_d amomaxu_w amomax_w amomin_d amominu_d amominu_w amomin_w amoor_d amoor_w amoswap_d amoswap_w amoxor_d amoxor_w lr_d lr_w sc_d sc_w c_add c_addi c_addi4spn c_addw c_and c_andi c_beqz c_bnez c_ebreak c_fld c_fldsp c_flw c_flwsp c_fsd c_fsdsp c_fsw c_fswsp c_j c_jal c_jalr c_jr c_li c_lui c_lw c_lwsp c_mv c_or c_slli c_srai c_srli c_sub c_subw c_sw c_swsp c_xor add addi addiw addw and andi auipc beq bge bgeu blt bltu bne jal jalr lb lbu ld lh lhu lui lw lwu or ori sb sd sh sll slli slliw sllw slt slti sltiu sltu sra srai sraiw sraw srl srli srliw srlw sub subw sw xor xori fence fence_i div divu divuw divw mul mulh mulhsu mulhu mulw rem remu remuw remw fadd_s fclass_s fcvt_l_s fcvt_lu_s fcvt_s_l fcvt_s_lu fcvt_s_w fcvt_s_wu fcvt_w_s fcvt_wu_s fdiv_s feq_s fle_s flt_s flw fmadd_s fmax_s fmin_s fmsub_s fmul_s fmv_w_x fmv_x_w fnmadd_s fnmsub_s fsgnj_s fsgnjn_s fsgnjx_s fsqrt_s fsub_s fsw fadd_d fclass_d fcvt_d_l fcvt_d_lu fcvt_d_q fcvt_d_s fcvt_d_w fcvt_d_wu fcvt_l_d fcvt_lu_d fcvt_s_d fcvt_w_d fcvt_wu_d fdiv_d feq_d fld fle_d flt_d fmadd_d fmax_d fmin_d fmsub_d fmul_d fmv_d_x fmv_x_d fnmadd_d fnmsub_d fsd fsgnj_d fsgnjn_d fsgnjx_d fsqrt_d fsub_d fadd_h fclass_h fcvt_l_h fcvt_lu_h fcvt_d_h fcvt_h_d fcvt_h_l fcvt_h_lu fcvt_h_q fcvt_h_s fcvt_h_w fcvt_h_wu fcvt_q_h fcvt_s_h fcvt_w_h fcvt_wu_h fdiv_h feq_h fle_h flh flt_h fmadd_h fmax_h fmin_h fmsub_h fmul_h fmv_h_x fmv_x_h fnmadd_h fnmsub_h fsgnj_h fsgnjn_h fsgnjx_h fsh fsqrt_h fsub_h fadd_q fclass_q fcvt_l_q fcvt_lu_q fcvt_q_d fcvt_q_l fcvt_q_lu fcvt_q_s fcvt_q_w fcvt_q_wu fcvt_s_q fcvt_w_q fcvt_wu_q fdiv_q feq_q fle_q flq flt_q fmadd_q fmax_q fmin_q fmsub_q fmul_q fnmadd_q fnmsub_q fsgnj_q fsgnjn_q fsgnjx_q fsq fsqrt_q fsub_q add_uw andn bdecompress bdecompressw bcompress bcompressw bfp bfpw bmatflip bmator bmatxor sh1add sh1add_uw sh2add sh2add_uw sh3add sh3add_uw clmul clmulh clmulr clz clzw cmix cmov crc32_b crc32c_b crc32c_d crc32c_h crc32c_w crc32_d crc32_h crc32_w ctz ctzw fsl fslw fsr fsri fsriw fsrw gorc gorci gorciw gorcw grev grevi greviw grevw max maxu min minu orn pack packh packu packuw packw cpop cpopw rol rolw ror rori roriw rorw bclr bclri bext bexti binv binvi bset bseti sext_b sext_h shfl shfli shflw slli_uw slo sloi sloiw slow sro sroi sroiw srow unshfl unshfli unshflw xnor xperm4 xperm8 xperm16 xperm32 aes32dsi aes32dsmi aes32esi aes32esmi aes64ds aes64dsm aes64es aes64esm aes64ks1i aes64ks2 aes64im sha256sig0 sha256sig1 sha256sum0 sha256sum1 sha512sig0 sha512sig0h sha512sig0l sha512sig1 sha512sig1h sha512sig1l sha512sum0 sha512sum0r sha512sum1 sha512sum1r sm3p0 sm3p1 sm4ed sm4ks vfadd_vf vfadd_vv vfclass_v vfcvt_f_x_v vfcvt_f_xu_v vfcvt_rtz_x_f_v vfcvt_rtz_xu_f_v vfcvt_x_f_v vfcvt_xu_f_v vfdiv_vf vfdiv_vv vfmacc_vf vfmacc_vv vfmadd_vf vfmadd_vv vfmax_vf vfmax_vv vfmerge_vfm vfmin_vf vfmin_vv vfmsac_vf vfmsac_vv vfmsub_vf vfmsub_vv vfmul_vf vfmul_vv vfmv_f_s vfmv_s_f vfmv_v_f vfncvt_f_f_w vfncvt_f_x_w vfncvt_f_xu_w vfncvt_rod_f_f_w vfncvt_rtz_x_f_w vfncvt_rtz_xu_f_w vfncvt_x_f_w vfncvt_xu_f_w vfnmacc_vf vfnmacc_vv vfnmadd_vf vfnmadd_vv vfnmsac_vf vfnmsac_vv vfnmsub_vf vfnmsub_vv vfrdiv_vf vfredmax_vs vfredmin_vs vfredosum_vs vfredusum_vs vfrec7_v vfrsub_vf vfrsqrt7_v vfsgnj_vf vfsgnj_vv vfsgnjn_vf vfsgnjn_vv vfsgnjx_vf vfsgnjx_vv vfsqrt_v vfslide1down_vf vfslide1up_vf vfsub_vf vfsub_vv vfwadd_vf vfwadd_vv vfwadd_wf vfwadd_wv vfwcvt_f_f_v vfwcvt_f_x_v vfwcvt_f_xu_v vfwcvt_rtz_x_f_v vfwcvt_rtz_xu_f_v vfwcvt_x_f_v vfwcvt_xu_f_v vfwmacc_vf vfwmacc_vv vfwmsac_vf vfwmsac_vv vfwmul_vf vfwmul_vv vfwnmacc_vf vfwnmacc_vv vfwnmsac_vf vfwnmsac_vv vfwredosum_vs vfwredusum_vs vfwsub_vf vfwsub_vv vfwsub_wf vfwsub_wv vmfeq_vf vmfeq_vv vmfge_vf vmfgt_vf vmfle_vf vmfle_vv vmflt_vf vmflt_vv vmfne_vf vmfne_vv vaadd_vv vaaddu_vv vaadd_vx vaaddu_vx vadc_vim vadc_vvm vadc_vxm vadd_vi vadd_vv vadd_vx vand_vi vand_vv vand_vx vasub_vv vasubu_vv vasub_vx vasubu_vx vcompress_vm vcpop_m vdiv_vv vdiv_vx vdivu_vv vdivu_vx vid_v viota_m vmacc_vv vmacc_vx vmadc_vv vmadc_vx vmadc_vi vmadc_vim vmadc_vvm vmadc_vxm vmadd_vv vmadd_vx vmand_mm vmandnot_mm vmax_vv vmax_vx vmaxu_vv vmaxu_vx vmerge_vim vmerge_vvm vmerge_vxm vfirst_m vmin_vv vmin_vx vminu_vv vminu_vx vmnand_mm vmnor_mm vmor_mm vmornot_mm vmsbc_vv vmsbc_vx vmsbc_vvm vmsbc_vxm vmsbf_m vmseq_vi vmseq_vv vmseq_vx vmsgt_vi vmsgt_vx vmsgtu_vi vmsgtu_vx vmsif_m vmsle_vi vmsle_vv vmsle_vx vmsleu_vi vmsleu_vv vmsleu_vx vmslt_vv vmslt_vx vmsltu_vv vmsltu_vx vmsne_vi vmsne_vv vmsne_vx vmsof_m vmul_vv vmul_vx vmulh_vv vmulh_vx vmulhsu_vv vmulhsu_vx vmulhu_vv vmulhu_vx vmv_s_x vmv_v_i vmv_v_v vmv_v_x vmv_x_s vmv1r_v vmv2r_v vmv4r_v vmv8r_v vmxnor_mm vmxor_mm vnclip_wi vnclip_wv vnclip_wx vnclipu_wi vnclipu_wv vnclipu_wx vnmsac_vv vnmsac_vx vnmsub_vv vnmsub_vx vnsra_wi vnsra_wv vnsra_wx vnsrl_wi vnsrl_wv vnsrl_wx vor_vi vor_vv vor_vx vredand_vs vredmax_vs vredmaxu_vs vredmin_vs vredminu_vs vredor_vs vredsum_vs vredxor_vs vrem_vv vrem_vx vremu_vv vremu_vx vrgather_vi vrgather_vv vrgather_vx vrgatherei16_vv vrsub_vi vrsub_vx vsadd_vi vsadd_vv vsadd_vx vsaddu_vi vsaddu_vv vsaddu_vx vsbc_vvm vsbc_vxm vsext_vf2 vsext_vf4 vsext_vf8 vslide1down_vx vslide1up_vx vslidedown_vi vslidedown_vx vslideup_vi vslideup_vx vsll_vi vsll_vv vsll_vx vsmul_vv vsmul_vx vsra_vi vsra_vv vsra_vx vsrl_vi vsrl_vv vsrl_vx vssra_vi vssra_vv vssra_vx vssrl_vi vssrl_vv vssrl_vx vssub_vv vssub_vx vssubu_vv vssubu_vx vsub_vv vsub_vx vwadd_vv vwadd_vx vwadd_wv vwadd_wx vwaddu_vv vwaddu_vx vwaddu_wv vwaddu_wx vwmacc_vv vwmacc_vx vwmaccsu_vv vwmaccsu_vx vwmaccu_vv vwmaccu_vx vwmaccus_vx vwmul_vv vwmul_vx vwmulsu_vv vwmulsu_vx vwmulu_vv vwmulu_vx vwredsum_vs vwredsumu_vs vwsub_vv vwsub_vx vwsub_wv vwsub_wx vwsubu_vv vwsubu_vx vwsubu_wv vwsubu_wx vxor_vi vxor_vv vxor_vx vzext_vf2 vzext_vf4 vzext_vf8 vamoswapei8_v vamoaddei8_v vamoandei8_v vamomaxei8_v vamomaxuei8_v vamominei8_v vamominuei8_v vamoorei8_v vamoxorei8_v vamoswapei16_v vamoaddei16_v vamoandei16_v vamomaxei16_v vamomaxuei16_v vamominei16_v vamominuei16_v vamoorei16_v vamoxorei16_v vamoswapei32_v vamoaddei32_v vamoandei32_v vamomaxei32_v vamomaxuei32_v vamominei32_v vamominuei32_v vamoorei32_v vamoxorei32_v vamoswapei64_v vamoaddei64_v vamoandei64_v vamomaxei64_v vamomaxuei64_v vamominei64_v vamominuei64_v vamoorei64_v vamoxorei64_v vsetivli vsetvli vsetvl vlm_v vle8_v vle16_v vle32_v vle64_v vloxei8_v vloxei16_v vloxei32_v vloxei64_v vlse8_v vlse16_v vlse32_v vlse64_v vluxei8_v vluxei16_v vluxei32_v vluxei64_v vle8ff_v vle16ff_v vle32ff_v vle64ff_v vl1re8_v vl2re8_v vl4re8_v vl8re8_v vl1re16_v vl2re16_v vl4re16_v vl8re16_v vl1re32_v vl2re32_v vl4re32_v vl8re32_v vl1re64_v vl2re64_v vl4re64_v vl8re64_v vsm_v vse8_v vse16_v vse32_v vse64_v vsse8_v vsoxei8_v vsoxei16_v vsoxei32_v vsoxei64_v vsse16_v vsse32_v vsse64_v vsuxei8_v vsuxei16_v vsuxei32_v vsuxei64_v vs1r_v vs2r_v vs4r_v vs8r_v hfence_gvma hfence_vvma hlv_b hlv_bu hlv_h hlv_hu hlvx_hu hlv_w hlv_wu hlvx_wu hlv_d hsv_b hsv_h hsv_w hsv_d add16 radd16 uradd16 kadd16 ukadd16 sub16 rsub16 ursub16 ksub16 uksub16 cras16 rcras16 urcras16 kcras16 ukcras16 crsa16 rcrsa16 urcrsa16 kcrsa16 ukcrsa16 stas16 rstas16 urstas16 kstas16 ukstas16 stsa16 rstsa16 urstsa16 kstsa16 ukstsa16 add8 radd8 uradd8 kadd8 ukadd8 sub8 rsub8 ursub8 ksub8 uksub8 sra16 srai16 sra16_u srai16_u srl16 srli16 srl16_u srli16_u sll16 slli16 ksll16 kslli16 kslra16 kslra16_u sra8 srai8 sra8_u srai8_u srl8 srli8 srl8_u srli8_u sll8 slli8 ksll8 kslli8 kslra8 kslra8_u cmpeq16 scmplt16 scmple16 ucmplt16 ucmple16 cmpeq8 scmplt8 scmple8 ucmplt8 ucmple8 smul16 smulx16 umul16 umulx16 khm16 khmx16 smul8 smulx8 umul8 umulx8 khm8 khmx8 smin16 umin16 smax16 umax16 sclip16 uclip16 kabs16 clrs16 clz16 smin8 umin8 smax8 umax8 sclip8 uclip8 kabs8 clrs8 clz8 sunpkd810 sunpkd820 sunpkd830 sunpkd831 sunpkd832 zunpkd810 zunpkd820 zunpkd830 zunpkd831 zunpkd832 pkbb16 pkbt16 pktb16 pktt16 smmul smmul_u kmmac kmmac_u kmmsb kmmsb_u kwmmul kwmmul_u smmwb smmwb_u smmwt smmwt_u kmmawb kmmawb_u kmmawt kmmawt_u kmmwb2 kmmwb2_u kmmwt2 kmmwt2_u kmmawb2 kmmawb2_u kmmawt2 kmmawt2_u smbb16 smbt16 smtt16 kmda kmxda smds smdrs smxds kmabb kmabt kmatt kmada kmaxda kmads kmadrs kmaxds kmsda kmsxda smal sclip32 uclip32 clrs32 pbsad pbsada smaqa umaqa smaqa_su add64 radd64 uradd64 kadd64 ukadd64 sub64 rsub64 ursub64 ksub64 uksub64 smar64 smsr64 umar64 umsr64 kmar64 kmsr64 ukmar64 ukmsr64 smalbb smalbt smaltt smalda smalxda smalds smaldrs smalxds smslda smslxda kaddh ksubh khmbb khmbt khmtt ukaddh uksubh kaddw ukaddw ksubw uksubw kdmbb kdmbt kdmtt kslraw kslraw_u ksllw kslliw kdmabb kdmabt kdmatt kabsw raddw uraddw rsubw ursubw mulr64 mulsr64 msubr32 ave sra_u srai_u insb maddr32 add32 radd32 uradd32 kadd32 ukadd32 sub32 rsub32 ursub32 ksub32 uksub32 cras32 rcras32 urcras32 kcras32 ukcras32 crsa32 rcrsa32 urcrsa32 kcrsa32 ukcrsa32 stas32 rstas32 urstas32 kstas32 ukstas32 stsa32 rstsa32 urstsa32 kstsa32 ukstsa32 sra32 srai32 sra32_u srai32_u srl32 srli32 srl32_u srli32_u sll32 slli32 ksll32 kslli32 kslra32 kslra32_u smin32 umin32 smax32 umax32 kabs32 khmbb16 khmbt16 khmtt16 kdmbb16 kdmbt16 kdmtt16 kdmabb16 kdmabt16 kdmatt16 smbt32 smtt32 kmabb32 kmabt32 kmatt32 kmda32 kmxda32 kmaxda32 kmads32 kmadrs32 kmaxds32 kmsda32 kmsxda32 smds32 smdrs32 smxds32 sraiw_u pkbt32 pktb32 clz32 csrrc csrrci csrrs csrrsi csrrw csrrwi dret ebreak ecall mret sfence_vma sret wfi sfence_w_inval sfence_inval_ir sinval_vma hinval_vvma hinval_gvma ; do \ printf 'DEFINE_INSN(%s)\n' "${insn}" ; \ done > insn_list.h.tmp mv insn_list.h.tmp insn_list.h /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./disasm/disasm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./disasm/regnames.cc /usr/bin/ar rcs libdisasm.a disasm.o regnames.o /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./customext/dummy_rocc.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./customext/cflush.cc make[1]: Circular libcustomext.so <- libcustomext.so dependency dropped. /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_add.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_classify.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_div.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_eq.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_eq_signaling.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_isSignalingNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_le.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_le_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_lt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_lt_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_mulAdd.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_mul.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_rem.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_roundToInt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_sqrt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_sub.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_i32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_i32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_i64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_i64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_ui32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_ui32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_ui64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f128_to_ui64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_add.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_classify.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_div.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_eq.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_eq_signaling.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_isSignalingNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_le.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_le_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_lt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_lt_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_mulAdd.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_mul.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_rem.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_roundToInt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_sqrt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_sub.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i8.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_i64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui8.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f16_to_ui64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_add.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_classify.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_div.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_eq.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_eq_signaling.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_isSignalingNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_le.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_le_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_lt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_lt_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_mulAdd.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_mul.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_rem.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_roundToInt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_sqrt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_sub.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_i16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_i32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_i32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_i64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_i64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_ui16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_ui32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_ui32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_ui64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f32_to_ui64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_add.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_classify.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_div.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_eq.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_eq_signaling.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_isSignalingNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_le.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_le_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_lt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_lt_quiet.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_mulAdd.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_mul.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_rem.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_roundToInt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_sqrt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_sub.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_i32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_i32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_i64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_i64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_ui32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_ui32_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_ui64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/f64_to_ui64_r_minMag.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/fall_maxmin.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/fall_reciprocal.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i32_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i32_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i32_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i32_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i64_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i64_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i64_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/i64_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_add128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_add256M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addCarryM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addComplCarryM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addMagsF128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addMagsF16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addMagsF32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addMagsF64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_addM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_approxRecip_1Ks.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_approxRecip32_1.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_approxRecipSqrt_1Ks.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_approxRecipSqrt32_1.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_commonNaNToF32UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_commonNaNToF64UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_compare128M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_compare96M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_countLeadingZeros16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_countLeadingZeros32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_countLeadingZeros64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_countLeadingZeros8.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_eq128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_f32UIToCommonNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_f64UIToCommonNaN.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_le128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_lt128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul128By32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul128MTo256M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul128To256M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul64ByShifted32To128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul64To128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mul64To128M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mulAddF128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mulAddF16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mulAddF32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_mulAddF64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_negXM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normRoundPackToF128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normRoundPackToF16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normRoundPackToF32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normRoundPackToF64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normSubnormalF128Sig.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normSubnormalF16Sig.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normSubnormalF32Sig.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_normSubnormalF64Sig.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/softfloat_raiseFlags.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/softfloat_state.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_propagateNaNF16UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_propagateNaNF32UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_propagateNaNF64UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_propagateNaNF128UI.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_remStepMBy32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundMToI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundMToUI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackMToI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackMToUI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToF128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToF16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToF32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToF64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToI32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToUI32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundPackToUI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundToI32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundToI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundToUI32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_roundToUI64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam128Extra.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam256M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shiftRightJam64Extra.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftLeft128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftLeft64To96M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRight128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightExtendM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightJam128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightJam128Extra.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightJam64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightJam64Extra.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_shortShiftRightM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_sub128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_sub1XM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_sub256M.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_subMagsF128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_subMagsF16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_subMagsF32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_subMagsF64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/s_subM.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui32_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui32_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui32_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui32_to_f64.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui64_to_f128.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui64_to_f16.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui64_to_f32.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./softfloat/ui64_to_f64.c /usr/bin/ar rcs libsoftfloat.a f128_add.o f128_classify.o f128_div.o f128_eq.o f128_eq_signaling.o f128_isSignalingNaN.o f128_le.o f128_le_quiet.o f128_lt.o f128_lt_quiet.o f128_mulAdd.o f128_mul.o f128_rem.o f128_roundToInt.o f128_sqrt.o f128_sub.o f128_to_f16.o f128_to_f32.o f128_to_f64.o f128_to_i32.o f128_to_i32_r_minMag.o f128_to_i64.o f128_to_i64_r_minMag.o f128_to_ui32.o f128_to_ui32_r_minMag.o f128_to_ui64.o f128_to_ui64_r_minMag.o f16_add.o f16_classify.o f16_div.o f16_eq.o f16_eq_signaling.o f16_isSignalingNaN.o f16_le.o f16_le_quiet.o f16_lt.o f16_lt_quiet.o f16_mulAdd.o f16_mul.o f16_rem.o f16_roundToInt.o f16_sqrt.o f16_sub.o f16_to_f128.o f16_to_f32.o f16_to_f64.o f16_to_i8.o f16_to_i16.o f16_to_i32.o f16_to_i32_r_minMag.o f16_to_i64.o f16_to_i64_r_minMag.o f16_to_ui8.o f16_to_ui16.o f16_to_ui32.o f16_to_ui32_r_minMag.o f16_to_ui64.o f16_to_ui64_r_minMag.o f32_add.o f32_classify.o f32_div.o f32_eq.o f32_eq_signaling.o f32_isSignalingNaN.o f32_le.o f32_le_quiet.o f32_lt.o f32_lt_quiet.o f32_mulAdd.o f32_mul.o f32_rem.o f32_roundToInt.o f32_sqrt.o f32_sub.o f32_to_f128.o f32_to_f16.o f32_to_f64.o f32_to_i16.o f32_to_i32.o f32_to_i32_r_minMag.o f32_to_i64.o f32_to_i64_r_minMag.o f32_to_ui16.o f32_to_ui32.o f32_to_ui32_r_minMag.o f32_to_ui64.o f32_to_ui64_r_minMag.o f64_add.o f64_classify.o f64_div.o f64_eq.o f64_eq_signaling.o f64_isSignalingNaN.o f64_le.o f64_le_quiet.o f64_lt.o f64_lt_quiet.o f64_mulAdd.o f64_mul.o f64_rem.o f64_roundToInt.o f64_sqrt.o f64_sub.o f64_to_f128.o f64_to_f16.o f64_to_f32.o f64_to_i32.o f64_to_i32_r_minMag.o f64_to_i64.o f64_to_i64_r_minMag.o f64_to_ui32.o f64_to_ui32_r_minMag.o f64_to_ui64.o f64_to_ui64_r_minMag.o fall_maxmin.o fall_reciprocal.o i32_to_f128.o i32_to_f16.o i32_to_f32.o i32_to_f64.o i64_to_f128.o i64_to_f16.o i64_to_f32.o i64_to_f64.o s_add128.o s_add256M.o s_addCarryM.o s_addComplCarryM.o s_addMagsF128.o s_addMagsF16.o s_addMagsF32.o s_addMagsF64.o s_addM.o s_approxRecip_1Ks.o s_approxRecip32_1.o s_approxRecipSqrt_1Ks.o s_approxRecipSqrt32_1.o s_commonNaNToF32UI.o s_commonNaNToF64UI.o s_compare128M.o s_compare96M.o s_countLeadingZeros16.o s_countLeadingZeros32.o s_countLeadingZeros64.o s_countLeadingZeros8.o s_eq128.o s_f32UIToCommonNaN.o s_f64UIToCommonNaN.o s_le128.o s_lt128.o s_mul128By32.o s_mul128MTo256M.o s_mul128To256M.o s_mul64ByShifted32To128.o s_mul64To128.o s_mul64To128M.o s_mulAddF128.o s_mulAddF16.o s_mulAddF32.o s_mulAddF64.o s_negXM.o s_normRoundPackToF128.o s_normRoundPackToF16.o s_normRoundPackToF32.o s_normRoundPackToF64.o s_normSubnormalF128Sig.o s_normSubnormalF16Sig.o s_normSubnormalF32Sig.o s_normSubnormalF64Sig.o softfloat_raiseFlags.o softfloat_state.o s_propagateNaNF16UI.o s_propagateNaNF32UI.o s_propagateNaNF64UI.o s_propagateNaNF128UI.o s_remStepMBy32.o s_roundMToI64.o s_roundMToUI64.o s_roundPackMToI64.o s_roundPackMToUI64.o s_roundPackToF128.o s_roundPackToF16.o s_roundPackToF32.o s_roundPackToF64.o s_roundPackToI32.o s_roundPackToI64.o s_roundPackToUI32.o s_roundPackToUI64.o s_roundToI32.o s_roundToI64.o s_roundToUI32.o s_roundToUI64.o s_shiftRightJam128.o s_shiftRightJam128Extra.o s_shiftRightJam256M.o s_shiftRightJam32.o s_shiftRightJam64.o s_shiftRightJam64Extra.o s_shortShiftLeft128.o s_shortShiftLeft64To96M.o s_shortShiftRight128.o s_shortShiftRightExtendM.o s_shortShiftRightJam128.o s_shortShiftRightJam128Extra.o s_shortShiftRightJam64.o s_shortShiftRightJam64Extra.o s_shortShiftRightM.o s_sub128.o s_sub1XM.o s_sub256M.o s_subMagsF128.o s_subMagsF16.o s_subMagsF32.o s_subMagsF64.o s_subM.o ui32_to_f128.o ui32_to_f16.o ui32_to_f32.o ui32_to_f64.o ui64_to_f128.o ui64_to_f16.o ui64_to_f32.o ui64_to_f64.o /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/processor.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/execute.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/dts.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/sim.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/interactive.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/trap.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/cachesim.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/mmu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/extension.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/extensions.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/rocc.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/devices.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/rom.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/clint.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/debug_module.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/remote_bitbang.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/jtag_dtm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./riscv/csrs.cc sed 's/NAME/amoadd_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOADD_D/' > amoadd_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoadd_d.cc sed 's/NAME/amoadd_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOADD_W/' > amoadd_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoadd_w.cc sed 's/NAME/amoand_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOAND_D/' > amoand_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoand_d.cc sed 's/NAME/amoand_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOAND_W/' > amoand_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoand_w.cc sed 's/NAME/amomax_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMAX_D/' > amomax_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomax_d.cc sed 's/NAME/amomaxu_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMAXU_D/' > amomaxu_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomaxu_d.cc sed 's/NAME/amomaxu_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMAXU_W/' > amomaxu_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomaxu_w.cc sed 's/NAME/amomax_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMAX_W/' > amomax_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomax_w.cc sed 's/NAME/amomin_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMIN_D/' > amomin_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomin_d.cc sed 's/NAME/amominu_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMINU_D/' > amominu_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amominu_d.cc sed 's/NAME/amominu_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMINU_W/' > amominu_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amominu_w.cc sed 's/NAME/amomin_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOMIN_W/' > amomin_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amomin_w.cc sed 's/NAME/amoor_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOOR_D/' > amoor_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoor_d.cc sed 's/NAME/amoor_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOOR_W/' > amoor_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoor_w.cc sed 's/NAME/amoswap_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOSWAP_D/' > amoswap_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoswap_d.cc sed 's/NAME/amoswap_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOSWAP_W/' > amoswap_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoswap_w.cc sed 's/NAME/amoxor_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOXOR_D/' > amoxor_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoxor_d.cc sed 's/NAME/amoxor_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AMOXOR_W/' > amoxor_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c amoxor_w.cc sed 's/NAME/lr_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LR_D/' > lr_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lr_d.cc sed 's/NAME/lr_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LR_W/' > lr_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lr_w.cc sed 's/NAME/sc_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SC_D/' > sc_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sc_d.cc sed 's/NAME/sc_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SC_W/' > sc_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sc_w.cc sed 's/NAME/c_add/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_ADD/' > c_add.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_add.cc sed 's/NAME/c_addi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_ADDI/' > c_addi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_addi.cc sed 's/NAME/c_addi4spn/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_ADDI4SPN/' > c_addi4spn.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_addi4spn.cc sed 's/NAME/c_addw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_ADDW/' > c_addw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_addw.cc sed 's/NAME/c_and/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_AND/' > c_and.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_and.cc sed 's/NAME/c_andi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_ANDI/' > c_andi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_andi.cc sed 's/NAME/c_beqz/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_BEQZ/' > c_beqz.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_beqz.cc sed 's/NAME/c_bnez/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_BNEZ/' > c_bnez.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_bnez.cc sed 's/NAME/c_ebreak/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_EBREAK/' > c_ebreak.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_ebreak.cc sed 's/NAME/c_fld/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FLD/' > c_fld.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fld.cc sed 's/NAME/c_fldsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FLDSP/' > c_fldsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fldsp.cc sed 's/NAME/c_flw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FLW/' > c_flw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_flw.cc sed 's/NAME/c_flwsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FLWSP/' > c_flwsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_flwsp.cc sed 's/NAME/c_fsd/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FSD/' > c_fsd.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fsd.cc sed 's/NAME/c_fsdsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FSDSP/' > c_fsdsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fsdsp.cc sed 's/NAME/c_fsw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FSW/' > c_fsw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fsw.cc sed 's/NAME/c_fswsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_FSWSP/' > c_fswsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_fswsp.cc sed 's/NAME/c_j/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_J/' > c_j.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_j.cc sed 's/NAME/c_jal/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_JAL/' > c_jal.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_jal.cc sed 's/NAME/c_jalr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_JALR/' > c_jalr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_jalr.cc sed 's/NAME/c_jr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_JR/' > c_jr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_jr.cc sed 's/NAME/c_li/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_LI/' > c_li.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_li.cc sed 's/NAME/c_lui/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_LUI/' > c_lui.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_lui.cc sed 's/NAME/c_lw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_LW/' > c_lw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_lw.cc sed 's/NAME/c_lwsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_LWSP/' > c_lwsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_lwsp.cc sed 's/NAME/c_mv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_MV/' > c_mv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_mv.cc sed 's/NAME/c_or/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_OR/' > c_or.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_or.cc sed 's/NAME/c_slli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SLLI/' > c_slli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_slli.cc sed 's/NAME/c_srai/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SRAI/' > c_srai.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_srai.cc sed 's/NAME/c_srli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SRLI/' > c_srli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_srli.cc sed 's/NAME/c_sub/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SUB/' > c_sub.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_sub.cc sed 's/NAME/c_subw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SUBW/' > c_subw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_subw.cc sed 's/NAME/c_sw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SW/' > c_sw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_sw.cc sed 's/NAME/c_swsp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_SWSP/' > c_swsp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_swsp.cc sed 's/NAME/c_xor/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_C_XOR/' > c_xor.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_xor.cc sed 's/NAME/add/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD/' > add.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add.cc sed 's/NAME/addi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADDI/' > addi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c addi.cc sed 's/NAME/addiw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADDIW/' > addiw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c addiw.cc sed 's/NAME/addw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADDW/' > addw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c addw.cc sed 's/NAME/and/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AND/' > and.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c and.cc sed 's/NAME/andi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ANDI/' > andi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c andi.cc sed 's/NAME/auipc/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AUIPC/' > auipc.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c auipc.cc sed 's/NAME/beq/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BEQ/' > beq.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c beq.cc sed 's/NAME/bge/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BGE/' > bge.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bge.cc sed 's/NAME/bgeu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BGEU/' > bgeu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bgeu.cc sed 's/NAME/blt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BLT/' > blt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c blt.cc sed 's/NAME/bltu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BLTU/' > bltu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bltu.cc sed 's/NAME/bne/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BNE/' > bne.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bne.cc sed 's/NAME/jal/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_JAL/' > jal.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c jal.cc sed 's/NAME/jalr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_JALR/' > jalr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c jalr.cc sed 's/NAME/lb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LB/' > lb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lb.cc sed 's/NAME/lbu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LBU/' > lbu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lbu.cc sed 's/NAME/ld/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LD/' > ld.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ld.cc sed 's/NAME/lh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LH/' > lh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lh.cc sed 's/NAME/lhu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LHU/' > lhu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lhu.cc sed 's/NAME/lui/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LUI/' > lui.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lui.cc sed 's/NAME/lw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LW/' > lw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lw.cc sed 's/NAME/lwu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_LWU/' > lwu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c lwu.cc sed 's/NAME/or/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_OR/' > or.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c or.cc sed 's/NAME/ori/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ORI/' > ori.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ori.cc sed 's/NAME/sb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SB/' > sb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sb.cc sed 's/NAME/sd/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SD/' > sd.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sd.cc sed 's/NAME/sh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH/' > sh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh.cc sed 's/NAME/sll/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLL/' > sll.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sll.cc sed 's/NAME/slli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLI/' > slli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slli.cc sed 's/NAME/slliw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLIW/' > slliw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slliw.cc sed 's/NAME/sllw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLW/' > sllw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sllw.cc sed 's/NAME/slt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLT/' > slt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slt.cc sed 's/NAME/slti/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLTI/' > slti.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slti.cc sed 's/NAME/sltiu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLTIU/' > sltiu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sltiu.cc sed 's/NAME/sltu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLTU/' > sltu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sltu.cc sed 's/NAME/sra/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA/' > sra.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra.cc sed 's/NAME/srai/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI/' > srai.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai.cc sed 's/NAME/sraiw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAIW/' > sraiw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sraiw.cc sed 's/NAME/sraw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAW/' > sraw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sraw.cc sed 's/NAME/srl/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL/' > srl.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl.cc sed 's/NAME/srli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI/' > srli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli.cc sed 's/NAME/srliw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLIW/' > srliw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srliw.cc sed 's/NAME/srlw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLW/' > srlw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srlw.cc sed 's/NAME/sub/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUB/' > sub.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sub.cc sed 's/NAME/subw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUBW/' > subw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c subw.cc sed 's/NAME/sw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SW/' > sw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sw.cc sed 's/NAME/xor/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XOR/' > xor.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xor.cc sed 's/NAME/xori/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XORI/' > xori.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xori.cc sed 's/NAME/fence/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FENCE/' > fence.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fence.cc sed 's/NAME/fence_i/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FENCE_I/' > fence_i.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fence_i.cc sed 's/NAME/div/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_DIV/' > div.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c div.cc sed 's/NAME/divu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_DIVU/' > divu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c divu.cc sed 's/NAME/divuw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_DIVUW/' > divuw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c divuw.cc sed 's/NAME/divw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_DIVW/' > divw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c divw.cc sed 's/NAME/mul/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MUL/' > mul.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mul.cc sed 's/NAME/mulh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULH/' > mulh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulh.cc sed 's/NAME/mulhsu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULHSU/' > mulhsu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulhsu.cc sed 's/NAME/mulhu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULHU/' > mulhu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulhu.cc sed 's/NAME/mulw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULW/' > mulw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulw.cc sed 's/NAME/rem/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_REM/' > rem.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rem.cc sed 's/NAME/remu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_REMU/' > remu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c remu.cc sed 's/NAME/remuw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_REMUW/' > remuw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c remuw.cc sed 's/NAME/remw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_REMW/' > remw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c remw.cc sed 's/NAME/fadd_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FADD_S/' > fadd_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fadd_s.cc sed 's/NAME/fclass_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCLASS_S/' > fclass_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fclass_s.cc sed 's/NAME/fcvt_l_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_L_S/' > fcvt_l_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_l_s.cc sed 's/NAME/fcvt_lu_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_LU_S/' > fcvt_lu_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_lu_s.cc sed 's/NAME/fcvt_s_l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_L/' > fcvt_s_l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_l.cc sed 's/NAME/fcvt_s_lu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_LU/' > fcvt_s_lu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_lu.cc sed 's/NAME/fcvt_s_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_W/' > fcvt_s_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_w.cc sed 's/NAME/fcvt_s_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_WU/' > fcvt_s_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_wu.cc sed 's/NAME/fcvt_w_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_W_S/' > fcvt_w_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_w_s.cc sed 's/NAME/fcvt_wu_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_WU_S/' > fcvt_wu_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_wu_s.cc sed 's/NAME/fdiv_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FDIV_S/' > fdiv_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fdiv_s.cc sed 's/NAME/feq_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FEQ_S/' > feq_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c feq_s.cc sed 's/NAME/fle_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLE_S/' > fle_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fle_s.cc sed 's/NAME/flt_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLT_S/' > flt_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flt_s.cc sed 's/NAME/flw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLW/' > flw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flw.cc sed 's/NAME/fmadd_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMADD_S/' > fmadd_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmadd_s.cc sed 's/NAME/fmax_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMAX_S/' > fmax_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmax_s.cc sed 's/NAME/fmin_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMIN_S/' > fmin_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmin_s.cc sed 's/NAME/fmsub_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMSUB_S/' > fmsub_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmsub_s.cc sed 's/NAME/fmul_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMUL_S/' > fmul_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmul_s.cc sed 's/NAME/fmv_w_x/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_W_X/' > fmv_w_x.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_w_x.cc sed 's/NAME/fmv_x_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_X_W/' > fmv_x_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_x_w.cc sed 's/NAME/fnmadd_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMADD_S/' > fnmadd_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmadd_s.cc sed 's/NAME/fnmsub_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMSUB_S/' > fnmsub_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmsub_s.cc sed 's/NAME/fsgnj_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJ_S/' > fsgnj_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnj_s.cc sed 's/NAME/fsgnjn_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJN_S/' > fsgnjn_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjn_s.cc sed 's/NAME/fsgnjx_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJX_S/' > fsgnjx_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjx_s.cc sed 's/NAME/fsqrt_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSQRT_S/' > fsqrt_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsqrt_s.cc sed 's/NAME/fsub_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSUB_S/' > fsub_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsub_s.cc sed 's/NAME/fsw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSW/' > fsw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsw.cc sed 's/NAME/fadd_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FADD_D/' > fadd_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fadd_d.cc sed 's/NAME/fclass_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCLASS_D/' > fclass_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fclass_d.cc sed 's/NAME/fcvt_d_l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_L/' > fcvt_d_l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_l.cc sed 's/NAME/fcvt_d_lu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_LU/' > fcvt_d_lu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_lu.cc sed 's/NAME/fcvt_d_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_Q/' > fcvt_d_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_q.cc sed 's/NAME/fcvt_d_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_S/' > fcvt_d_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_s.cc sed 's/NAME/fcvt_d_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_W/' > fcvt_d_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_w.cc sed 's/NAME/fcvt_d_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_WU/' > fcvt_d_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_wu.cc sed 's/NAME/fcvt_l_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_L_D/' > fcvt_l_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_l_d.cc sed 's/NAME/fcvt_lu_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_LU_D/' > fcvt_lu_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_lu_d.cc sed 's/NAME/fcvt_s_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_D/' > fcvt_s_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_d.cc sed 's/NAME/fcvt_w_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_W_D/' > fcvt_w_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_w_d.cc sed 's/NAME/fcvt_wu_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_WU_D/' > fcvt_wu_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_wu_d.cc sed 's/NAME/fdiv_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FDIV_D/' > fdiv_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fdiv_d.cc sed 's/NAME/feq_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FEQ_D/' > feq_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c feq_d.cc sed 's/NAME/fld/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLD/' > fld.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fld.cc sed 's/NAME/fle_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLE_D/' > fle_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fle_d.cc sed 's/NAME/flt_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLT_D/' > flt_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flt_d.cc sed 's/NAME/fmadd_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMADD_D/' > fmadd_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmadd_d.cc sed 's/NAME/fmax_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMAX_D/' > fmax_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmax_d.cc sed 's/NAME/fmin_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMIN_D/' > fmin_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmin_d.cc sed 's/NAME/fmsub_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMSUB_D/' > fmsub_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmsub_d.cc sed 's/NAME/fmul_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMUL_D/' > fmul_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmul_d.cc sed 's/NAME/fmv_d_x/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_D_X/' > fmv_d_x.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_d_x.cc sed 's/NAME/fmv_x_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_X_D/' > fmv_x_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_x_d.cc sed 's/NAME/fnmadd_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMADD_D/' > fnmadd_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmadd_d.cc sed 's/NAME/fnmsub_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMSUB_D/' > fnmsub_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmsub_d.cc sed 's/NAME/fsd/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSD/' > fsd.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsd.cc sed 's/NAME/fsgnj_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJ_D/' > fsgnj_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnj_d.cc sed 's/NAME/fsgnjn_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJN_D/' > fsgnjn_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjn_d.cc sed 's/NAME/fsgnjx_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJX_D/' > fsgnjx_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjx_d.cc sed 's/NAME/fsqrt_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSQRT_D/' > fsqrt_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsqrt_d.cc sed 's/NAME/fsub_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSUB_D/' > fsub_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsub_d.cc sed 's/NAME/fadd_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FADD_H/' > fadd_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fadd_h.cc sed 's/NAME/fclass_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCLASS_H/' > fclass_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fclass_h.cc sed 's/NAME/fcvt_l_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_L_H/' > fcvt_l_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_l_h.cc sed 's/NAME/fcvt_lu_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_LU_H/' > fcvt_lu_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_lu_h.cc sed 's/NAME/fcvt_d_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_D_H/' > fcvt_d_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_d_h.cc sed 's/NAME/fcvt_h_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_D/' > fcvt_h_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_d.cc sed 's/NAME/fcvt_h_l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_L/' > fcvt_h_l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_l.cc sed 's/NAME/fcvt_h_lu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_LU/' > fcvt_h_lu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_lu.cc sed 's/NAME/fcvt_h_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_Q/' > fcvt_h_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_q.cc sed 's/NAME/fcvt_h_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_S/' > fcvt_h_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_s.cc sed 's/NAME/fcvt_h_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_W/' > fcvt_h_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_w.cc sed 's/NAME/fcvt_h_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_H_WU/' > fcvt_h_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_h_wu.cc sed 's/NAME/fcvt_q_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_H/' > fcvt_q_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_h.cc sed 's/NAME/fcvt_s_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_H/' > fcvt_s_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_h.cc sed 's/NAME/fcvt_w_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_W_H/' > fcvt_w_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_w_h.cc sed 's/NAME/fcvt_wu_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_WU_H/' > fcvt_wu_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_wu_h.cc sed 's/NAME/fdiv_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FDIV_H/' > fdiv_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fdiv_h.cc sed 's/NAME/feq_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FEQ_H/' > feq_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c feq_h.cc sed 's/NAME/fle_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLE_H/' > fle_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fle_h.cc sed 's/NAME/flh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLH/' > flh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flh.cc sed 's/NAME/flt_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLT_H/' > flt_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flt_h.cc sed 's/NAME/fmadd_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMADD_H/' > fmadd_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmadd_h.cc sed 's/NAME/fmax_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMAX_H/' > fmax_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmax_h.cc sed 's/NAME/fmin_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMIN_H/' > fmin_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmin_h.cc sed 's/NAME/fmsub_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMSUB_H/' > fmsub_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmsub_h.cc sed 's/NAME/fmul_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMUL_H/' > fmul_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmul_h.cc sed 's/NAME/fmv_h_x/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_H_X/' > fmv_h_x.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_h_x.cc sed 's/NAME/fmv_x_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMV_X_H/' > fmv_x_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmv_x_h.cc sed 's/NAME/fnmadd_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMADD_H/' > fnmadd_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmadd_h.cc sed 's/NAME/fnmsub_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMSUB_H/' > fnmsub_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmsub_h.cc sed 's/NAME/fsgnj_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJ_H/' > fsgnj_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnj_h.cc sed 's/NAME/fsgnjn_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJN_H/' > fsgnjn_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjn_h.cc sed 's/NAME/fsgnjx_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJX_H/' > fsgnjx_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjx_h.cc sed 's/NAME/fsh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSH/' > fsh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsh.cc sed 's/NAME/fsqrt_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSQRT_H/' > fsqrt_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsqrt_h.cc sed 's/NAME/fsub_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSUB_H/' > fsub_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsub_h.cc sed 's/NAME/fadd_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FADD_Q/' > fadd_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fadd_q.cc sed 's/NAME/fclass_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCLASS_Q/' > fclass_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fclass_q.cc sed 's/NAME/fcvt_l_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_L_Q/' > fcvt_l_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_l_q.cc sed 's/NAME/fcvt_lu_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_LU_Q/' > fcvt_lu_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_lu_q.cc sed 's/NAME/fcvt_q_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_D/' > fcvt_q_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_d.cc sed 's/NAME/fcvt_q_l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_L/' > fcvt_q_l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_l.cc sed 's/NAME/fcvt_q_lu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_LU/' > fcvt_q_lu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_lu.cc sed 's/NAME/fcvt_q_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_S/' > fcvt_q_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_s.cc sed 's/NAME/fcvt_q_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_W/' > fcvt_q_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_w.cc sed 's/NAME/fcvt_q_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_Q_WU/' > fcvt_q_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_q_wu.cc sed 's/NAME/fcvt_s_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_S_Q/' > fcvt_s_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_s_q.cc sed 's/NAME/fcvt_w_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_W_Q/' > fcvt_w_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_w_q.cc sed 's/NAME/fcvt_wu_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FCVT_WU_Q/' > fcvt_wu_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fcvt_wu_q.cc sed 's/NAME/fdiv_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FDIV_Q/' > fdiv_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fdiv_q.cc sed 's/NAME/feq_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FEQ_Q/' > feq_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c feq_q.cc sed 's/NAME/fle_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLE_Q/' > fle_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fle_q.cc sed 's/NAME/flq/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLQ/' > flq.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flq.cc sed 's/NAME/flt_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FLT_Q/' > flt_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c flt_q.cc sed 's/NAME/fmadd_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMADD_Q/' > fmadd_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmadd_q.cc sed 's/NAME/fmax_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMAX_Q/' > fmax_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmax_q.cc sed 's/NAME/fmin_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMIN_Q/' > fmin_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmin_q.cc sed 's/NAME/fmsub_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMSUB_Q/' > fmsub_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmsub_q.cc sed 's/NAME/fmul_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FMUL_Q/' > fmul_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fmul_q.cc sed 's/NAME/fnmadd_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMADD_Q/' > fnmadd_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmadd_q.cc sed 's/NAME/fnmsub_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FNMSUB_Q/' > fnmsub_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fnmsub_q.cc sed 's/NAME/fsgnj_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJ_Q/' > fsgnj_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnj_q.cc sed 's/NAME/fsgnjn_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJN_Q/' > fsgnjn_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjn_q.cc sed 's/NAME/fsgnjx_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSGNJX_Q/' > fsgnjx_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsgnjx_q.cc sed 's/NAME/fsq/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSQ/' > fsq.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsq.cc sed 's/NAME/fsqrt_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSQRT_Q/' > fsqrt_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsqrt_q.cc sed 's/NAME/fsub_q/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSUB_Q/' > fsub_q.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsub_q.cc sed 's/NAME/add_uw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD_UW/' > add_uw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add_uw.cc sed 's/NAME/andn/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ANDN/' > andn.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c andn.cc sed 's/NAME/bdecompress/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BDECOMPRESS/' > bdecompress.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bdecompress.cc sed 's/NAME/bdecompressw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BDECOMPRESSW/' > bdecompressw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bdecompressw.cc sed 's/NAME/bcompress/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BCOMPRESS/' > bcompress.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bcompress.cc sed 's/NAME/bcompressw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BCOMPRESSW/' > bcompressw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bcompressw.cc sed 's/NAME/bfp/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BFP/' > bfp.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bfp.cc sed 's/NAME/bfpw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BFPW/' > bfpw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bfpw.cc sed 's/NAME/bmatflip/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BMATFLIP/' > bmatflip.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bmatflip.cc sed 's/NAME/bmator/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BMATOR/' > bmator.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bmator.cc sed 's/NAME/bmatxor/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BMATXOR/' > bmatxor.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bmatxor.cc sed 's/NAME/sh1add/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH1ADD/' > sh1add.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh1add.cc sed 's/NAME/sh1add_uw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH1ADD_UW/' > sh1add_uw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh1add_uw.cc sed 's/NAME/sh2add/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH2ADD/' > sh2add.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh2add.cc sed 's/NAME/sh2add_uw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH2ADD_UW/' > sh2add_uw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh2add_uw.cc sed 's/NAME/sh3add/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH3ADD/' > sh3add.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh3add.cc sed 's/NAME/sh3add_uw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SH3ADD_UW/' > sh3add_uw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sh3add_uw.cc sed 's/NAME/clmul/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLMUL/' > clmul.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clmul.cc sed 's/NAME/clmulh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLMULH/' > clmulh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clmulh.cc sed 's/NAME/clmulr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLMULR/' > clmulr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clmulr.cc sed 's/NAME/clz/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLZ/' > clz.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clz.cc sed 's/NAME/clzw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLZW/' > clzw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clzw.cc sed 's/NAME/cmix/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CMIX/' > cmix.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cmix.cc sed 's/NAME/cmov/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CMOV/' > cmov.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cmov.cc sed 's/NAME/crc32_b/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32_B/' > crc32_b.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32_b.cc sed 's/NAME/crc32c_b/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32C_B/' > crc32c_b.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32c_b.cc sed 's/NAME/crc32c_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32C_D/' > crc32c_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32c_d.cc sed 's/NAME/crc32c_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32C_H/' > crc32c_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32c_h.cc sed 's/NAME/crc32c_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32C_W/' > crc32c_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32c_w.cc sed 's/NAME/crc32_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32_D/' > crc32_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32_d.cc sed 's/NAME/crc32_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32_H/' > crc32_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32_h.cc sed 's/NAME/crc32_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRC32_W/' > crc32_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crc32_w.cc sed 's/NAME/ctz/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CTZ/' > ctz.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ctz.cc sed 's/NAME/ctzw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CTZW/' > ctzw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ctzw.cc sed 's/NAME/fsl/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSL/' > fsl.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsl.cc sed 's/NAME/fslw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSLW/' > fslw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fslw.cc sed 's/NAME/fsr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSR/' > fsr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsr.cc sed 's/NAME/fsri/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSRI/' > fsri.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsri.cc sed 's/NAME/fsriw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSRIW/' > fsriw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsriw.cc sed 's/NAME/fsrw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_FSRW/' > fsrw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c fsrw.cc sed 's/NAME/gorc/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GORC/' > gorc.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c gorc.cc sed 's/NAME/gorci/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GORCI/' > gorci.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c gorci.cc sed 's/NAME/gorciw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GORCIW/' > gorciw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c gorciw.cc sed 's/NAME/gorcw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GORCW/' > gorcw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c gorcw.cc sed 's/NAME/grev/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GREV/' > grev.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c grev.cc sed 's/NAME/grevi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GREVI/' > grevi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c grevi.cc sed 's/NAME/greviw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GREVIW/' > greviw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c greviw.cc sed 's/NAME/grevw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_GREVW/' > grevw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c grevw.cc sed 's/NAME/max/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MAX/' > max.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c max.cc sed 's/NAME/maxu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MAXU/' > maxu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c maxu.cc sed 's/NAME/min/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MIN/' > min.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c min.cc sed 's/NAME/minu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MINU/' > minu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c minu.cc sed 's/NAME/orn/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ORN/' > orn.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c orn.cc sed 's/NAME/pack/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PACK/' > pack.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pack.cc sed 's/NAME/packh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PACKH/' > packh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c packh.cc sed 's/NAME/packu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PACKU/' > packu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c packu.cc sed 's/NAME/packuw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PACKUW/' > packuw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c packuw.cc sed 's/NAME/packw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PACKW/' > packw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c packw.cc sed 's/NAME/cpop/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CPOP/' > cpop.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cpop.cc sed 's/NAME/cpopw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CPOPW/' > cpopw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cpopw.cc sed 's/NAME/rol/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ROL/' > rol.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rol.cc sed 's/NAME/rolw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ROLW/' > rolw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rolw.cc sed 's/NAME/ror/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ROR/' > ror.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ror.cc sed 's/NAME/rori/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RORI/' > rori.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rori.cc sed 's/NAME/roriw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RORIW/' > roriw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c roriw.cc sed 's/NAME/rorw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RORW/' > rorw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rorw.cc sed 's/NAME/bclr/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BCLR/' > bclr.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bclr.cc sed 's/NAME/bclri/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BCLRI/' > bclri.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bclri.cc sed 's/NAME/bext/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BEXT/' > bext.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bext.cc sed 's/NAME/bexti/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BEXTI/' > bexti.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bexti.cc sed 's/NAME/binv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BINV/' > binv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c binv.cc sed 's/NAME/binvi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BINVI/' > binvi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c binvi.cc sed 's/NAME/bset/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BSET/' > bset.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bset.cc sed 's/NAME/bseti/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_BSETI/' > bseti.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c bseti.cc sed 's/NAME/sext_b/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SEXT_B/' > sext_b.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sext_b.cc sed 's/NAME/sext_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SEXT_H/' > sext_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sext_h.cc sed 's/NAME/shfl/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHFL/' > shfl.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c shfl.cc sed 's/NAME/shfli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHFLI/' > shfli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c shfli.cc sed 's/NAME/shflw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHFLW/' > shflw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c shflw.cc sed 's/NAME/slli_uw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLI_UW/' > slli_uw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slli_uw.cc sed 's/NAME/slo/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLO/' > slo.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slo.cc sed 's/NAME/sloi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLOI/' > sloi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sloi.cc sed 's/NAME/sloiw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLOIW/' > sloiw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sloiw.cc sed 's/NAME/slow/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLOW/' > slow.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slow.cc sed 's/NAME/sro/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRO/' > sro.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sro.cc sed 's/NAME/sroi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SROI/' > sroi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sroi.cc sed 's/NAME/sroiw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SROIW/' > sroiw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sroiw.cc sed 's/NAME/srow/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SROW/' > srow.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srow.cc sed 's/NAME/unshfl/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UNSHFL/' > unshfl.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c unshfl.cc sed 's/NAME/unshfli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UNSHFLI/' > unshfli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c unshfli.cc sed 's/NAME/unshflw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UNSHFLW/' > unshflw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c unshflw.cc sed 's/NAME/xnor/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XNOR/' > xnor.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xnor.cc sed 's/NAME/xperm4/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XPERM4/' > xperm4.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xperm4.cc sed 's/NAME/xperm8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XPERM8/' > xperm8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xperm8.cc sed 's/NAME/xperm16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XPERM16/' > xperm16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xperm16.cc sed 's/NAME/xperm32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_XPERM32/' > xperm32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c xperm32.cc sed 's/NAME/aes32dsi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES32DSI/' > aes32dsi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes32dsi.cc sed 's/NAME/aes32dsmi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES32DSMI/' > aes32dsmi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes32dsmi.cc sed 's/NAME/aes32esi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES32ESI/' > aes32esi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes32esi.cc sed 's/NAME/aes32esmi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES32ESMI/' > aes32esmi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes32esmi.cc sed 's/NAME/aes64ds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64DS/' > aes64ds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64ds.cc sed 's/NAME/aes64dsm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64DSM/' > aes64dsm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64dsm.cc sed 's/NAME/aes64es/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64ES/' > aes64es.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64es.cc sed 's/NAME/aes64esm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64ESM/' > aes64esm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64esm.cc sed 's/NAME/aes64ks1i/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64KS1I/' > aes64ks1i.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64ks1i.cc sed 's/NAME/aes64ks2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64KS2/' > aes64ks2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64ks2.cc sed 's/NAME/aes64im/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AES64IM/' > aes64im.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c aes64im.cc sed 's/NAME/sha256sig0/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA256SIG0/' > sha256sig0.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha256sig0.cc sed 's/NAME/sha256sig1/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA256SIG1/' > sha256sig1.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha256sig1.cc sed 's/NAME/sha256sum0/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA256SUM0/' > sha256sum0.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha256sum0.cc sed 's/NAME/sha256sum1/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA256SUM1/' > sha256sum1.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha256sum1.cc sed 's/NAME/sha512sig0/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG0/' > sha512sig0.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig0.cc sed 's/NAME/sha512sig0h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG0H/' > sha512sig0h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig0h.cc sed 's/NAME/sha512sig0l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG0L/' > sha512sig0l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig0l.cc sed 's/NAME/sha512sig1/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG1/' > sha512sig1.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig1.cc sed 's/NAME/sha512sig1h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG1H/' > sha512sig1h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig1h.cc sed 's/NAME/sha512sig1l/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SIG1L/' > sha512sig1l.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sig1l.cc sed 's/NAME/sha512sum0/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SUM0/' > sha512sum0.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sum0.cc sed 's/NAME/sha512sum0r/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SUM0R/' > sha512sum0r.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sum0r.cc sed 's/NAME/sha512sum1/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SUM1/' > sha512sum1.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sum1.cc sed 's/NAME/sha512sum1r/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SHA512SUM1R/' > sha512sum1r.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sha512sum1r.cc sed 's/NAME/sm3p0/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SM3P0/' > sm3p0.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sm3p0.cc sed 's/NAME/sm3p1/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SM3P1/' > sm3p1.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sm3p1.cc sed 's/NAME/sm4ed/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SM4ED/' > sm4ed.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sm4ed.cc sed 's/NAME/sm4ks/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SM4KS/' > sm4ks.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sm4ks.cc sed 's/NAME/vfadd_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFADD_VF/' > vfadd_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfadd_vf.cc sed 's/NAME/vfadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFADD_VV/' > vfadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfadd_vv.cc sed 's/NAME/vfclass_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCLASS_V/' > vfclass_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfclass_v.cc sed 's/NAME/vfcvt_f_x_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_F_X_V/' > vfcvt_f_x_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_f_x_v.cc sed 's/NAME/vfcvt_f_xu_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_F_XU_V/' > vfcvt_f_xu_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_f_xu_v.cc sed 's/NAME/vfcvt_rtz_x_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_RTZ_X_F_V/' > vfcvt_rtz_x_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_rtz_x_f_v.cc sed 's/NAME/vfcvt_rtz_xu_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_RTZ_XU_F_V/' > vfcvt_rtz_xu_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_rtz_xu_f_v.cc sed 's/NAME/vfcvt_x_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_X_F_V/' > vfcvt_x_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_x_f_v.cc sed 's/NAME/vfcvt_xu_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFCVT_XU_F_V/' > vfcvt_xu_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfcvt_xu_f_v.cc sed 's/NAME/vfdiv_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFDIV_VF/' > vfdiv_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfdiv_vf.cc sed 's/NAME/vfdiv_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFDIV_VV/' > vfdiv_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfdiv_vv.cc sed 's/NAME/vfmacc_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMACC_VF/' > vfmacc_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmacc_vf.cc sed 's/NAME/vfmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMACC_VV/' > vfmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmacc_vv.cc sed 's/NAME/vfmadd_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMADD_VF/' > vfmadd_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmadd_vf.cc sed 's/NAME/vfmadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMADD_VV/' > vfmadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmadd_vv.cc sed 's/NAME/vfmax_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMAX_VF/' > vfmax_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmax_vf.cc sed 's/NAME/vfmax_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMAX_VV/' > vfmax_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmax_vv.cc sed 's/NAME/vfmerge_vfm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMERGE_VFM/' > vfmerge_vfm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmerge_vfm.cc sed 's/NAME/vfmin_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMIN_VF/' > vfmin_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmin_vf.cc sed 's/NAME/vfmin_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMIN_VV/' > vfmin_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmin_vv.cc sed 's/NAME/vfmsac_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMSAC_VF/' > vfmsac_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmsac_vf.cc sed 's/NAME/vfmsac_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMSAC_VV/' > vfmsac_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmsac_vv.cc sed 's/NAME/vfmsub_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMSUB_VF/' > vfmsub_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmsub_vf.cc sed 's/NAME/vfmsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMSUB_VV/' > vfmsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmsub_vv.cc sed 's/NAME/vfmul_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMUL_VF/' > vfmul_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmul_vf.cc sed 's/NAME/vfmul_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMUL_VV/' > vfmul_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmul_vv.cc sed 's/NAME/vfmv_f_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMV_F_S/' > vfmv_f_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmv_f_s.cc sed 's/NAME/vfmv_s_f/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMV_S_F/' > vfmv_s_f.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmv_s_f.cc sed 's/NAME/vfmv_v_f/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFMV_V_F/' > vfmv_v_f.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfmv_v_f.cc sed 's/NAME/vfncvt_f_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_F_F_W/' > vfncvt_f_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_f_f_w.cc sed 's/NAME/vfncvt_f_x_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_F_X_W/' > vfncvt_f_x_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_f_x_w.cc sed 's/NAME/vfncvt_f_xu_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_F_XU_W/' > vfncvt_f_xu_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_f_xu_w.cc sed 's/NAME/vfncvt_rod_f_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_ROD_F_F_W/' > vfncvt_rod_f_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_rod_f_f_w.cc sed 's/NAME/vfncvt_rtz_x_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_RTZ_X_F_W/' > vfncvt_rtz_x_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_rtz_x_f_w.cc sed 's/NAME/vfncvt_rtz_xu_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_RTZ_XU_F_W/' > vfncvt_rtz_xu_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_rtz_xu_f_w.cc sed 's/NAME/vfncvt_x_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_X_F_W/' > vfncvt_x_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_x_f_w.cc sed 's/NAME/vfncvt_xu_f_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNCVT_XU_F_W/' > vfncvt_xu_f_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfncvt_xu_f_w.cc sed 's/NAME/vfnmacc_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMACC_VF/' > vfnmacc_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmacc_vf.cc sed 's/NAME/vfnmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMACC_VV/' > vfnmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmacc_vv.cc sed 's/NAME/vfnmadd_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMADD_VF/' > vfnmadd_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmadd_vf.cc sed 's/NAME/vfnmadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMADD_VV/' > vfnmadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmadd_vv.cc sed 's/NAME/vfnmsac_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMSAC_VF/' > vfnmsac_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmsac_vf.cc sed 's/NAME/vfnmsac_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMSAC_VV/' > vfnmsac_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmsac_vv.cc sed 's/NAME/vfnmsub_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMSUB_VF/' > vfnmsub_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmsub_vf.cc sed 's/NAME/vfnmsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFNMSUB_VV/' > vfnmsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfnmsub_vv.cc sed 's/NAME/vfrdiv_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFRDIV_VF/' > vfrdiv_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfrdiv_vf.cc sed 's/NAME/vfredmax_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFREDMAX_VS/' > vfredmax_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfredmax_vs.cc sed 's/NAME/vfredmin_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFREDMIN_VS/' > vfredmin_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfredmin_vs.cc sed 's/NAME/vfredosum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFREDOSUM_VS/' > vfredosum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfredosum_vs.cc sed 's/NAME/vfredusum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFREDUSUM_VS/' > vfredusum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfredusum_vs.cc sed 's/NAME/vfrec7_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFREC7_V/' > vfrec7_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfrec7_v.cc sed 's/NAME/vfrsub_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFRSUB_VF/' > vfrsub_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfrsub_vf.cc sed 's/NAME/vfrsqrt7_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFRSQRT7_V/' > vfrsqrt7_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfrsqrt7_v.cc sed 's/NAME/vfsgnj_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJ_VF/' > vfsgnj_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnj_vf.cc sed 's/NAME/vfsgnj_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJ_VV/' > vfsgnj_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnj_vv.cc sed 's/NAME/vfsgnjn_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJN_VF/' > vfsgnjn_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnjn_vf.cc sed 's/NAME/vfsgnjn_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJN_VV/' > vfsgnjn_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnjn_vv.cc sed 's/NAME/vfsgnjx_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJX_VF/' > vfsgnjx_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnjx_vf.cc sed 's/NAME/vfsgnjx_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSGNJX_VV/' > vfsgnjx_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsgnjx_vv.cc sed 's/NAME/vfsqrt_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSQRT_V/' > vfsqrt_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsqrt_v.cc sed 's/NAME/vfslide1down_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSLIDE1DOWN_VF/' > vfslide1down_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfslide1down_vf.cc sed 's/NAME/vfslide1up_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSLIDE1UP_VF/' > vfslide1up_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfslide1up_vf.cc sed 's/NAME/vfsub_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSUB_VF/' > vfsub_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsub_vf.cc sed 's/NAME/vfsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFSUB_VV/' > vfsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfsub_vv.cc sed 's/NAME/vfwadd_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWADD_VF/' > vfwadd_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwadd_vf.cc sed 's/NAME/vfwadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWADD_VV/' > vfwadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwadd_vv.cc sed 's/NAME/vfwadd_wf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWADD_WF/' > vfwadd_wf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwadd_wf.cc sed 's/NAME/vfwadd_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWADD_WV/' > vfwadd_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwadd_wv.cc sed 's/NAME/vfwcvt_f_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_F_F_V/' > vfwcvt_f_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_f_f_v.cc sed 's/NAME/vfwcvt_f_x_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_F_X_V/' > vfwcvt_f_x_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_f_x_v.cc sed 's/NAME/vfwcvt_f_xu_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_F_XU_V/' > vfwcvt_f_xu_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_f_xu_v.cc sed 's/NAME/vfwcvt_rtz_x_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_RTZ_X_F_V/' > vfwcvt_rtz_x_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_rtz_x_f_v.cc sed 's/NAME/vfwcvt_rtz_xu_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_RTZ_XU_F_V/' > vfwcvt_rtz_xu_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_rtz_xu_f_v.cc sed 's/NAME/vfwcvt_x_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_X_F_V/' > vfwcvt_x_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_x_f_v.cc sed 's/NAME/vfwcvt_xu_f_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWCVT_XU_F_V/' > vfwcvt_xu_f_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwcvt_xu_f_v.cc sed 's/NAME/vfwmacc_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMACC_VF/' > vfwmacc_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmacc_vf.cc sed 's/NAME/vfwmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMACC_VV/' > vfwmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmacc_vv.cc sed 's/NAME/vfwmsac_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMSAC_VF/' > vfwmsac_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmsac_vf.cc sed 's/NAME/vfwmsac_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMSAC_VV/' > vfwmsac_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmsac_vv.cc sed 's/NAME/vfwmul_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMUL_VF/' > vfwmul_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmul_vf.cc sed 's/NAME/vfwmul_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWMUL_VV/' > vfwmul_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwmul_vv.cc sed 's/NAME/vfwnmacc_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWNMACC_VF/' > vfwnmacc_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwnmacc_vf.cc sed 's/NAME/vfwnmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWNMACC_VV/' > vfwnmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwnmacc_vv.cc sed 's/NAME/vfwnmsac_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWNMSAC_VF/' > vfwnmsac_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwnmsac_vf.cc sed 's/NAME/vfwnmsac_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWNMSAC_VV/' > vfwnmsac_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwnmsac_vv.cc sed 's/NAME/vfwredosum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWREDOSUM_VS/' > vfwredosum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwredosum_vs.cc sed 's/NAME/vfwredusum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWREDUSUM_VS/' > vfwredusum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwredusum_vs.cc sed 's/NAME/vfwsub_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWSUB_VF/' > vfwsub_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwsub_vf.cc sed 's/NAME/vfwsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWSUB_VV/' > vfwsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwsub_vv.cc sed 's/NAME/vfwsub_wf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWSUB_WF/' > vfwsub_wf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwsub_wf.cc sed 's/NAME/vfwsub_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFWSUB_WV/' > vfwsub_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfwsub_wv.cc sed 's/NAME/vmfeq_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFEQ_VF/' > vmfeq_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfeq_vf.cc sed 's/NAME/vmfeq_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFEQ_VV/' > vmfeq_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfeq_vv.cc sed 's/NAME/vmfge_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFGE_VF/' > vmfge_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfge_vf.cc sed 's/NAME/vmfgt_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFGT_VF/' > vmfgt_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfgt_vf.cc sed 's/NAME/vmfle_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFLE_VF/' > vmfle_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfle_vf.cc sed 's/NAME/vmfle_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFLE_VV/' > vmfle_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfle_vv.cc sed 's/NAME/vmflt_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFLT_VF/' > vmflt_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmflt_vf.cc sed 's/NAME/vmflt_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFLT_VV/' > vmflt_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmflt_vv.cc sed 's/NAME/vmfne_vf/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFNE_VF/' > vmfne_vf.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfne_vf.cc sed 's/NAME/vmfne_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMFNE_VV/' > vmfne_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmfne_vv.cc sed 's/NAME/vaadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAADD_VV/' > vaadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vaadd_vv.cc sed 's/NAME/vaaddu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAADDU_VV/' > vaaddu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vaaddu_vv.cc sed 's/NAME/vaadd_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAADD_VX/' > vaadd_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vaadd_vx.cc sed 's/NAME/vaaddu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAADDU_VX/' > vaaddu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vaaddu_vx.cc sed 's/NAME/vadc_vim/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADC_VIM/' > vadc_vim.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadc_vim.cc sed 's/NAME/vadc_vvm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADC_VVM/' > vadc_vvm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadc_vvm.cc sed 's/NAME/vadc_vxm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADC_VXM/' > vadc_vxm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadc_vxm.cc sed 's/NAME/vadd_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADD_VI/' > vadd_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadd_vi.cc sed 's/NAME/vadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADD_VV/' > vadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadd_vv.cc sed 's/NAME/vadd_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VADD_VX/' > vadd_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vadd_vx.cc sed 's/NAME/vand_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAND_VI/' > vand_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vand_vi.cc sed 's/NAME/vand_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAND_VV/' > vand_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vand_vv.cc sed 's/NAME/vand_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAND_VX/' > vand_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vand_vx.cc sed 's/NAME/vasub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VASUB_VV/' > vasub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vasub_vv.cc sed 's/NAME/vasubu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VASUBU_VV/' > vasubu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vasubu_vv.cc sed 's/NAME/vasub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VASUB_VX/' > vasub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vasub_vx.cc sed 's/NAME/vasubu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VASUBU_VX/' > vasubu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vasubu_vx.cc sed 's/NAME/vcompress_vm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VCOMPRESS_VM/' > vcompress_vm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vcompress_vm.cc sed 's/NAME/vcpop_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VCPOP_M/' > vcpop_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vcpop_m.cc sed 's/NAME/vdiv_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VDIV_VV/' > vdiv_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vdiv_vv.cc sed 's/NAME/vdiv_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VDIV_VX/' > vdiv_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vdiv_vx.cc sed 's/NAME/vdivu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VDIVU_VV/' > vdivu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vdivu_vv.cc sed 's/NAME/vdivu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VDIVU_VX/' > vdivu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vdivu_vx.cc sed 's/NAME/vid_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VID_V/' > vid_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vid_v.cc sed 's/NAME/viota_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VIOTA_M/' > viota_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c viota_m.cc sed 's/NAME/vmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMACC_VV/' > vmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmacc_vv.cc sed 's/NAME/vmacc_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMACC_VX/' > vmacc_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmacc_vx.cc sed 's/NAME/vmadc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VV/' > vmadc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vv.cc sed 's/NAME/vmadc_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VX/' > vmadc_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vx.cc sed 's/NAME/vmadc_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VI/' > vmadc_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vi.cc sed 's/NAME/vmadc_vim/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VIM/' > vmadc_vim.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vim.cc sed 's/NAME/vmadc_vvm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VVM/' > vmadc_vvm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vvm.cc sed 's/NAME/vmadc_vxm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADC_VXM/' > vmadc_vxm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadc_vxm.cc sed 's/NAME/vmadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADD_VV/' > vmadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadd_vv.cc sed 's/NAME/vmadd_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMADD_VX/' > vmadd_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmadd_vx.cc sed 's/NAME/vmand_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMAND_MM/' > vmand_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmand_mm.cc sed 's/NAME/vmandnot_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMANDNOT_MM/' > vmandnot_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmandnot_mm.cc sed 's/NAME/vmax_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMAX_VV/' > vmax_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmax_vv.cc sed 's/NAME/vmax_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMAX_VX/' > vmax_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmax_vx.cc sed 's/NAME/vmaxu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMAXU_VV/' > vmaxu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmaxu_vv.cc sed 's/NAME/vmaxu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMAXU_VX/' > vmaxu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmaxu_vx.cc sed 's/NAME/vmerge_vim/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMERGE_VIM/' > vmerge_vim.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmerge_vim.cc sed 's/NAME/vmerge_vvm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMERGE_VVM/' > vmerge_vvm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmerge_vvm.cc sed 's/NAME/vmerge_vxm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMERGE_VXM/' > vmerge_vxm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmerge_vxm.cc sed 's/NAME/vfirst_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VFIRST_M/' > vfirst_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vfirst_m.cc sed 's/NAME/vmin_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMIN_VV/' > vmin_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmin_vv.cc sed 's/NAME/vmin_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMIN_VX/' > vmin_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmin_vx.cc sed 's/NAME/vminu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMINU_VV/' > vminu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vminu_vv.cc sed 's/NAME/vminu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMINU_VX/' > vminu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vminu_vx.cc sed 's/NAME/vmnand_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMNAND_MM/' > vmnand_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmnand_mm.cc sed 's/NAME/vmnor_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMNOR_MM/' > vmnor_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmnor_mm.cc sed 's/NAME/vmor_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMOR_MM/' > vmor_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmor_mm.cc sed 's/NAME/vmornot_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMORNOT_MM/' > vmornot_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmornot_mm.cc sed 's/NAME/vmsbc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSBC_VV/' > vmsbc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsbc_vv.cc sed 's/NAME/vmsbc_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSBC_VX/' > vmsbc_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsbc_vx.cc sed 's/NAME/vmsbc_vvm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSBC_VVM/' > vmsbc_vvm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsbc_vvm.cc sed 's/NAME/vmsbc_vxm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSBC_VXM/' > vmsbc_vxm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsbc_vxm.cc sed 's/NAME/vmsbf_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSBF_M/' > vmsbf_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsbf_m.cc sed 's/NAME/vmseq_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSEQ_VI/' > vmseq_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmseq_vi.cc sed 's/NAME/vmseq_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSEQ_VV/' > vmseq_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmseq_vv.cc sed 's/NAME/vmseq_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSEQ_VX/' > vmseq_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmseq_vx.cc sed 's/NAME/vmsgt_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSGT_VI/' > vmsgt_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsgt_vi.cc sed 's/NAME/vmsgt_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSGT_VX/' > vmsgt_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsgt_vx.cc sed 's/NAME/vmsgtu_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSGTU_VI/' > vmsgtu_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsgtu_vi.cc sed 's/NAME/vmsgtu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSGTU_VX/' > vmsgtu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsgtu_vx.cc sed 's/NAME/vmsif_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSIF_M/' > vmsif_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsif_m.cc sed 's/NAME/vmsle_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLE_VI/' > vmsle_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsle_vi.cc sed 's/NAME/vmsle_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLE_VV/' > vmsle_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsle_vv.cc sed 's/NAME/vmsle_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLE_VX/' > vmsle_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsle_vx.cc sed 's/NAME/vmsleu_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLEU_VI/' > vmsleu_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsleu_vi.cc sed 's/NAME/vmsleu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLEU_VV/' > vmsleu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsleu_vv.cc sed 's/NAME/vmsleu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLEU_VX/' > vmsleu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsleu_vx.cc sed 's/NAME/vmslt_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLT_VV/' > vmslt_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmslt_vv.cc sed 's/NAME/vmslt_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLT_VX/' > vmslt_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmslt_vx.cc sed 's/NAME/vmsltu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLTU_VV/' > vmsltu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsltu_vv.cc sed 's/NAME/vmsltu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSLTU_VX/' > vmsltu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsltu_vx.cc sed 's/NAME/vmsne_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSNE_VI/' > vmsne_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsne_vi.cc sed 's/NAME/vmsne_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSNE_VV/' > vmsne_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsne_vv.cc sed 's/NAME/vmsne_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSNE_VX/' > vmsne_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsne_vx.cc sed 's/NAME/vmsof_m/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMSOF_M/' > vmsof_m.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmsof_m.cc sed 's/NAME/vmul_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMUL_VV/' > vmul_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmul_vv.cc sed 's/NAME/vmul_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMUL_VX/' > vmul_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmul_vx.cc sed 's/NAME/vmulh_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULH_VV/' > vmulh_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulh_vv.cc sed 's/NAME/vmulh_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULH_VX/' > vmulh_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulh_vx.cc sed 's/NAME/vmulhsu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULHSU_VV/' > vmulhsu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulhsu_vv.cc sed 's/NAME/vmulhsu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULHSU_VX/' > vmulhsu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulhsu_vx.cc sed 's/NAME/vmulhu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULHU_VV/' > vmulhu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulhu_vv.cc sed 's/NAME/vmulhu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMULHU_VX/' > vmulhu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmulhu_vx.cc sed 's/NAME/vmv_s_x/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV_S_X/' > vmv_s_x.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv_s_x.cc sed 's/NAME/vmv_v_i/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV_V_I/' > vmv_v_i.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv_v_i.cc sed 's/NAME/vmv_v_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV_V_V/' > vmv_v_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv_v_v.cc sed 's/NAME/vmv_v_x/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV_V_X/' > vmv_v_x.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv_v_x.cc sed 's/NAME/vmv_x_s/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV_X_S/' > vmv_x_s.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv_x_s.cc sed 's/NAME/vmv1r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV1R_V/' > vmv1r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv1r_v.cc sed 's/NAME/vmv2r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV2R_V/' > vmv2r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv2r_v.cc sed 's/NAME/vmv4r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV4R_V/' > vmv4r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv4r_v.cc sed 's/NAME/vmv8r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMV8R_V/' > vmv8r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmv8r_v.cc sed 's/NAME/vmxnor_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMXNOR_MM/' > vmxnor_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmxnor_mm.cc sed 's/NAME/vmxor_mm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VMXOR_MM/' > vmxor_mm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vmxor_mm.cc sed 's/NAME/vnclip_wi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIP_WI/' > vnclip_wi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclip_wi.cc sed 's/NAME/vnclip_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIP_WV/' > vnclip_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclip_wv.cc sed 's/NAME/vnclip_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIP_WX/' > vnclip_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclip_wx.cc sed 's/NAME/vnclipu_wi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIPU_WI/' > vnclipu_wi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclipu_wi.cc sed 's/NAME/vnclipu_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIPU_WV/' > vnclipu_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclipu_wv.cc sed 's/NAME/vnclipu_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNCLIPU_WX/' > vnclipu_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnclipu_wx.cc sed 's/NAME/vnmsac_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNMSAC_VV/' > vnmsac_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnmsac_vv.cc sed 's/NAME/vnmsac_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNMSAC_VX/' > vnmsac_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnmsac_vx.cc sed 's/NAME/vnmsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNMSUB_VV/' > vnmsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnmsub_vv.cc sed 's/NAME/vnmsub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNMSUB_VX/' > vnmsub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnmsub_vx.cc sed 's/NAME/vnsra_wi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRA_WI/' > vnsra_wi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsra_wi.cc sed 's/NAME/vnsra_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRA_WV/' > vnsra_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsra_wv.cc sed 's/NAME/vnsra_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRA_WX/' > vnsra_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsra_wx.cc sed 's/NAME/vnsrl_wi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRL_WI/' > vnsrl_wi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsrl_wi.cc sed 's/NAME/vnsrl_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRL_WV/' > vnsrl_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsrl_wv.cc sed 's/NAME/vnsrl_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VNSRL_WX/' > vnsrl_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vnsrl_wx.cc sed 's/NAME/vor_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VOR_VI/' > vor_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vor_vi.cc sed 's/NAME/vor_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VOR_VV/' > vor_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vor_vv.cc sed 's/NAME/vor_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VOR_VX/' > vor_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vor_vx.cc sed 's/NAME/vredand_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDAND_VS/' > vredand_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredand_vs.cc sed 's/NAME/vredmax_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDMAX_VS/' > vredmax_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredmax_vs.cc sed 's/NAME/vredmaxu_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDMAXU_VS/' > vredmaxu_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredmaxu_vs.cc sed 's/NAME/vredmin_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDMIN_VS/' > vredmin_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredmin_vs.cc sed 's/NAME/vredminu_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDMINU_VS/' > vredminu_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredminu_vs.cc sed 's/NAME/vredor_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDOR_VS/' > vredor_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredor_vs.cc sed 's/NAME/vredsum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDSUM_VS/' > vredsum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredsum_vs.cc sed 's/NAME/vredxor_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREDXOR_VS/' > vredxor_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vredxor_vs.cc sed 's/NAME/vrem_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREM_VV/' > vrem_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrem_vv.cc sed 's/NAME/vrem_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREM_VX/' > vrem_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrem_vx.cc sed 's/NAME/vremu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREMU_VV/' > vremu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vremu_vv.cc sed 's/NAME/vremu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VREMU_VX/' > vremu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vremu_vx.cc sed 's/NAME/vrgather_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRGATHER_VI/' > vrgather_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrgather_vi.cc sed 's/NAME/vrgather_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRGATHER_VV/' > vrgather_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrgather_vv.cc sed 's/NAME/vrgather_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRGATHER_VX/' > vrgather_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrgather_vx.cc sed 's/NAME/vrgatherei16_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRGATHEREI16_VV/' > vrgatherei16_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrgatherei16_vv.cc sed 's/NAME/vrsub_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRSUB_VI/' > vrsub_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrsub_vi.cc sed 's/NAME/vrsub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VRSUB_VX/' > vrsub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vrsub_vx.cc sed 's/NAME/vsadd_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADD_VI/' > vsadd_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsadd_vi.cc sed 's/NAME/vsadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADD_VV/' > vsadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsadd_vv.cc sed 's/NAME/vsadd_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADD_VX/' > vsadd_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsadd_vx.cc sed 's/NAME/vsaddu_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADDU_VI/' > vsaddu_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsaddu_vi.cc sed 's/NAME/vsaddu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADDU_VV/' > vsaddu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsaddu_vv.cc sed 's/NAME/vsaddu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSADDU_VX/' > vsaddu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsaddu_vx.cc sed 's/NAME/vsbc_vvm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSBC_VVM/' > vsbc_vvm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsbc_vvm.cc sed 's/NAME/vsbc_vxm/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSBC_VXM/' > vsbc_vxm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsbc_vxm.cc sed 's/NAME/vsext_vf2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSEXT_VF2/' > vsext_vf2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsext_vf2.cc sed 's/NAME/vsext_vf4/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSEXT_VF4/' > vsext_vf4.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsext_vf4.cc sed 's/NAME/vsext_vf8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSEXT_VF8/' > vsext_vf8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsext_vf8.cc sed 's/NAME/vslide1down_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDE1DOWN_VX/' > vslide1down_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslide1down_vx.cc sed 's/NAME/vslide1up_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDE1UP_VX/' > vslide1up_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslide1up_vx.cc sed 's/NAME/vslidedown_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDEDOWN_VI/' > vslidedown_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslidedown_vi.cc sed 's/NAME/vslidedown_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDEDOWN_VX/' > vslidedown_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslidedown_vx.cc sed 's/NAME/vslideup_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDEUP_VI/' > vslideup_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslideup_vi.cc sed 's/NAME/vslideup_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLIDEUP_VX/' > vslideup_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vslideup_vx.cc sed 's/NAME/vsll_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLL_VI/' > vsll_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsll_vi.cc sed 's/NAME/vsll_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLL_VV/' > vsll_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsll_vv.cc sed 's/NAME/vsll_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSLL_VX/' > vsll_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsll_vx.cc sed 's/NAME/vsmul_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSMUL_VV/' > vsmul_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsmul_vv.cc sed 's/NAME/vsmul_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSMUL_VX/' > vsmul_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsmul_vx.cc sed 's/NAME/vsra_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRA_VI/' > vsra_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsra_vi.cc sed 's/NAME/vsra_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRA_VV/' > vsra_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsra_vv.cc sed 's/NAME/vsra_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRA_VX/' > vsra_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsra_vx.cc sed 's/NAME/vsrl_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRL_VI/' > vsrl_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsrl_vi.cc sed 's/NAME/vsrl_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRL_VV/' > vsrl_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsrl_vv.cc sed 's/NAME/vsrl_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSRL_VX/' > vsrl_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsrl_vx.cc sed 's/NAME/vssra_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRA_VI/' > vssra_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssra_vi.cc sed 's/NAME/vssra_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRA_VV/' > vssra_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssra_vv.cc sed 's/NAME/vssra_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRA_VX/' > vssra_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssra_vx.cc sed 's/NAME/vssrl_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRL_VI/' > vssrl_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssrl_vi.cc sed 's/NAME/vssrl_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRL_VV/' > vssrl_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssrl_vv.cc sed 's/NAME/vssrl_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSRL_VX/' > vssrl_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssrl_vx.cc sed 's/NAME/vssub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSUB_VV/' > vssub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssub_vv.cc sed 's/NAME/vssub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSUB_VX/' > vssub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssub_vx.cc sed 's/NAME/vssubu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSUBU_VV/' > vssubu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssubu_vv.cc sed 's/NAME/vssubu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSUBU_VX/' > vssubu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vssubu_vx.cc sed 's/NAME/vsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUB_VV/' > vsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsub_vv.cc sed 's/NAME/vsub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUB_VX/' > vsub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsub_vx.cc sed 's/NAME/vwadd_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADD_VV/' > vwadd_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwadd_vv.cc sed 's/NAME/vwadd_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADD_VX/' > vwadd_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwadd_vx.cc sed 's/NAME/vwadd_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADD_WV/' > vwadd_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwadd_wv.cc sed 's/NAME/vwadd_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADD_WX/' > vwadd_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwadd_wx.cc sed 's/NAME/vwaddu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADDU_VV/' > vwaddu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwaddu_vv.cc sed 's/NAME/vwaddu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADDU_VX/' > vwaddu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwaddu_vx.cc sed 's/NAME/vwaddu_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADDU_WV/' > vwaddu_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwaddu_wv.cc sed 's/NAME/vwaddu_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWADDU_WX/' > vwaddu_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwaddu_wx.cc sed 's/NAME/vwmacc_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACC_VV/' > vwmacc_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmacc_vv.cc sed 's/NAME/vwmacc_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACC_VX/' > vwmacc_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmacc_vx.cc sed 's/NAME/vwmaccsu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACCSU_VV/' > vwmaccsu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmaccsu_vv.cc sed 's/NAME/vwmaccsu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACCSU_VX/' > vwmaccsu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmaccsu_vx.cc sed 's/NAME/vwmaccu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACCU_VV/' > vwmaccu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmaccu_vv.cc sed 's/NAME/vwmaccu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACCU_VX/' > vwmaccu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmaccu_vx.cc sed 's/NAME/vwmaccus_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMACCUS_VX/' > vwmaccus_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmaccus_vx.cc sed 's/NAME/vwmul_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMUL_VV/' > vwmul_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmul_vv.cc sed 's/NAME/vwmul_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMUL_VX/' > vwmul_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmul_vx.cc sed 's/NAME/vwmulsu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMULSU_VV/' > vwmulsu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmulsu_vv.cc sed 's/NAME/vwmulsu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMULSU_VX/' > vwmulsu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmulsu_vx.cc sed 's/NAME/vwmulu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMULU_VV/' > vwmulu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmulu_vv.cc sed 's/NAME/vwmulu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWMULU_VX/' > vwmulu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwmulu_vx.cc sed 's/NAME/vwredsum_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWREDSUM_VS/' > vwredsum_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwredsum_vs.cc sed 's/NAME/vwredsumu_vs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWREDSUMU_VS/' > vwredsumu_vs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwredsumu_vs.cc sed 's/NAME/vwsub_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUB_VV/' > vwsub_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsub_vv.cc sed 's/NAME/vwsub_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUB_VX/' > vwsub_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsub_vx.cc sed 's/NAME/vwsub_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUB_WV/' > vwsub_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsub_wv.cc sed 's/NAME/vwsub_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUB_WX/' > vwsub_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsub_wx.cc sed 's/NAME/vwsubu_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUBU_VV/' > vwsubu_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsubu_vv.cc sed 's/NAME/vwsubu_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUBU_VX/' > vwsubu_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsubu_vx.cc sed 's/NAME/vwsubu_wv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUBU_WV/' > vwsubu_wv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsubu_wv.cc sed 's/NAME/vwsubu_wx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VWSUBU_WX/' > vwsubu_wx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vwsubu_wx.cc sed 's/NAME/vxor_vi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VXOR_VI/' > vxor_vi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vxor_vi.cc sed 's/NAME/vxor_vv/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VXOR_VV/' > vxor_vv.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vxor_vv.cc sed 's/NAME/vxor_vx/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VXOR_VX/' > vxor_vx.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vxor_vx.cc sed 's/NAME/vzext_vf2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VZEXT_VF2/' > vzext_vf2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vzext_vf2.cc sed 's/NAME/vzext_vf4/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VZEXT_VF4/' > vzext_vf4.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vzext_vf4.cc sed 's/NAME/vzext_vf8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VZEXT_VF8/' > vzext_vf8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vzext_vf8.cc sed 's/NAME/vamoswapei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOSWAPEI8_V/' > vamoswapei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoswapei8_v.cc sed 's/NAME/vamoaddei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOADDEI8_V/' > vamoaddei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoaddei8_v.cc sed 's/NAME/vamoandei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOANDEI8_V/' > vamoandei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoandei8_v.cc sed 's/NAME/vamomaxei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXEI8_V/' > vamomaxei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxei8_v.cc sed 's/NAME/vamomaxuei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXUEI8_V/' > vamomaxuei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxuei8_v.cc sed 's/NAME/vamominei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINEI8_V/' > vamominei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominei8_v.cc sed 's/NAME/vamominuei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINUEI8_V/' > vamominuei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominuei8_v.cc sed 's/NAME/vamoorei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOOREI8_V/' > vamoorei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoorei8_v.cc sed 's/NAME/vamoxorei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOXOREI8_V/' > vamoxorei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoxorei8_v.cc sed 's/NAME/vamoswapei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOSWAPEI16_V/' > vamoswapei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoswapei16_v.cc sed 's/NAME/vamoaddei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOADDEI16_V/' > vamoaddei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoaddei16_v.cc sed 's/NAME/vamoandei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOANDEI16_V/' > vamoandei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoandei16_v.cc sed 's/NAME/vamomaxei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXEI16_V/' > vamomaxei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxei16_v.cc sed 's/NAME/vamomaxuei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXUEI16_V/' > vamomaxuei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxuei16_v.cc sed 's/NAME/vamominei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINEI16_V/' > vamominei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominei16_v.cc sed 's/NAME/vamominuei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINUEI16_V/' > vamominuei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominuei16_v.cc sed 's/NAME/vamoorei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOOREI16_V/' > vamoorei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoorei16_v.cc sed 's/NAME/vamoxorei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOXOREI16_V/' > vamoxorei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoxorei16_v.cc sed 's/NAME/vamoswapei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOSWAPEI32_V/' > vamoswapei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoswapei32_v.cc sed 's/NAME/vamoaddei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOADDEI32_V/' > vamoaddei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoaddei32_v.cc sed 's/NAME/vamoandei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOANDEI32_V/' > vamoandei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoandei32_v.cc sed 's/NAME/vamomaxei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXEI32_V/' > vamomaxei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxei32_v.cc sed 's/NAME/vamomaxuei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXUEI32_V/' > vamomaxuei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxuei32_v.cc sed 's/NAME/vamominei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINEI32_V/' > vamominei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominei32_v.cc sed 's/NAME/vamominuei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINUEI32_V/' > vamominuei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominuei32_v.cc sed 's/NAME/vamoorei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOOREI32_V/' > vamoorei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoorei32_v.cc sed 's/NAME/vamoxorei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOXOREI32_V/' > vamoxorei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoxorei32_v.cc sed 's/NAME/vamoswapei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOSWAPEI64_V/' > vamoswapei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoswapei64_v.cc sed 's/NAME/vamoaddei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOADDEI64_V/' > vamoaddei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoaddei64_v.cc sed 's/NAME/vamoandei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOANDEI64_V/' > vamoandei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoandei64_v.cc sed 's/NAME/vamomaxei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXEI64_V/' > vamomaxei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxei64_v.cc sed 's/NAME/vamomaxuei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMAXUEI64_V/' > vamomaxuei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamomaxuei64_v.cc sed 's/NAME/vamominei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINEI64_V/' > vamominei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominei64_v.cc sed 's/NAME/vamominuei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOMINUEI64_V/' > vamominuei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamominuei64_v.cc sed 's/NAME/vamoorei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOOREI64_V/' > vamoorei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoorei64_v.cc sed 's/NAME/vamoxorei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VAMOXOREI64_V/' > vamoxorei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vamoxorei64_v.cc sed 's/NAME/vsetivli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSETIVLI/' > vsetivli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsetivli.cc sed 's/NAME/vsetvli/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSETVLI/' > vsetvli.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsetvli.cc sed 's/NAME/vsetvl/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSETVL/' > vsetvl.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsetvl.cc sed 's/NAME/vlm_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLM_V/' > vlm_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vlm_v.cc sed 's/NAME/vle8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE8_V/' > vle8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle8_v.cc sed 's/NAME/vle16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE16_V/' > vle16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle16_v.cc sed 's/NAME/vle32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE32_V/' > vle32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle32_v.cc sed 's/NAME/vle64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE64_V/' > vle64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle64_v.cc sed 's/NAME/vloxei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLOXEI8_V/' > vloxei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vloxei8_v.cc sed 's/NAME/vloxei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLOXEI16_V/' > vloxei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vloxei16_v.cc sed 's/NAME/vloxei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLOXEI32_V/' > vloxei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vloxei32_v.cc sed 's/NAME/vloxei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLOXEI64_V/' > vloxei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vloxei64_v.cc sed 's/NAME/vlse8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLSE8_V/' > vlse8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vlse8_v.cc sed 's/NAME/vlse16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLSE16_V/' > vlse16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vlse16_v.cc sed 's/NAME/vlse32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLSE32_V/' > vlse32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vlse32_v.cc sed 's/NAME/vlse64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLSE64_V/' > vlse64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vlse64_v.cc sed 's/NAME/vluxei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLUXEI8_V/' > vluxei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vluxei8_v.cc sed 's/NAME/vluxei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLUXEI16_V/' > vluxei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vluxei16_v.cc sed 's/NAME/vluxei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLUXEI32_V/' > vluxei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vluxei32_v.cc sed 's/NAME/vluxei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLUXEI64_V/' > vluxei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vluxei64_v.cc sed 's/NAME/vle8ff_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE8FF_V/' > vle8ff_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle8ff_v.cc sed 's/NAME/vle16ff_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE16FF_V/' > vle16ff_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle16ff_v.cc sed 's/NAME/vle32ff_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE32FF_V/' > vle32ff_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle32ff_v.cc sed 's/NAME/vle64ff_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VLE64FF_V/' > vle64ff_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vle64ff_v.cc sed 's/NAME/vl1re8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL1RE8_V/' > vl1re8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl1re8_v.cc sed 's/NAME/vl2re8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL2RE8_V/' > vl2re8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl2re8_v.cc sed 's/NAME/vl4re8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL4RE8_V/' > vl4re8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl4re8_v.cc sed 's/NAME/vl8re8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL8RE8_V/' > vl8re8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl8re8_v.cc sed 's/NAME/vl1re16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL1RE16_V/' > vl1re16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl1re16_v.cc sed 's/NAME/vl2re16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL2RE16_V/' > vl2re16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl2re16_v.cc sed 's/NAME/vl4re16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL4RE16_V/' > vl4re16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl4re16_v.cc sed 's/NAME/vl8re16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL8RE16_V/' > vl8re16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl8re16_v.cc sed 's/NAME/vl1re32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL1RE32_V/' > vl1re32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl1re32_v.cc sed 's/NAME/vl2re32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL2RE32_V/' > vl2re32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl2re32_v.cc sed 's/NAME/vl4re32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL4RE32_V/' > vl4re32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl4re32_v.cc sed 's/NAME/vl8re32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL8RE32_V/' > vl8re32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl8re32_v.cc sed 's/NAME/vl1re64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL1RE64_V/' > vl1re64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl1re64_v.cc sed 's/NAME/vl2re64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL2RE64_V/' > vl2re64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl2re64_v.cc sed 's/NAME/vl4re64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL4RE64_V/' > vl4re64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl4re64_v.cc sed 's/NAME/vl8re64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VL8RE64_V/' > vl8re64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vl8re64_v.cc sed 's/NAME/vsm_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSM_V/' > vsm_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsm_v.cc sed 's/NAME/vse8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSE8_V/' > vse8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vse8_v.cc sed 's/NAME/vse16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSE16_V/' > vse16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vse16_v.cc sed 's/NAME/vse32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSE32_V/' > vse32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vse32_v.cc sed 's/NAME/vse64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSE64_V/' > vse64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vse64_v.cc sed 's/NAME/vsse8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSE8_V/' > vsse8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsse8_v.cc sed 's/NAME/vsoxei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSOXEI8_V/' > vsoxei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsoxei8_v.cc sed 's/NAME/vsoxei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSOXEI16_V/' > vsoxei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsoxei16_v.cc sed 's/NAME/vsoxei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSOXEI32_V/' > vsoxei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsoxei32_v.cc sed 's/NAME/vsoxei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSOXEI64_V/' > vsoxei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsoxei64_v.cc sed 's/NAME/vsse16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSE16_V/' > vsse16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsse16_v.cc sed 's/NAME/vsse32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSE32_V/' > vsse32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsse32_v.cc sed 's/NAME/vsse64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSSE64_V/' > vsse64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsse64_v.cc sed 's/NAME/vsuxei8_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUXEI8_V/' > vsuxei8_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsuxei8_v.cc sed 's/NAME/vsuxei16_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUXEI16_V/' > vsuxei16_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsuxei16_v.cc sed 's/NAME/vsuxei32_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUXEI32_V/' > vsuxei32_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsuxei32_v.cc sed 's/NAME/vsuxei64_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VSUXEI64_V/' > vsuxei64_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vsuxei64_v.cc sed 's/NAME/vs1r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VS1R_V/' > vs1r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vs1r_v.cc sed 's/NAME/vs2r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VS2R_V/' > vs2r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vs2r_v.cc sed 's/NAME/vs4r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VS4R_V/' > vs4r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vs4r_v.cc sed 's/NAME/vs8r_v/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_VS8R_V/' > vs8r_v.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c vs8r_v.cc sed 's/NAME/hfence_gvma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HFENCE_GVMA/' > hfence_gvma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hfence_gvma.cc sed 's/NAME/hfence_vvma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HFENCE_VVMA/' > hfence_vvma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hfence_vvma.cc sed 's/NAME/hlv_b/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_B/' > hlv_b.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_b.cc sed 's/NAME/hlv_bu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_BU/' > hlv_bu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_bu.cc sed 's/NAME/hlv_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_H/' > hlv_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_h.cc sed 's/NAME/hlv_hu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_HU/' > hlv_hu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_hu.cc sed 's/NAME/hlvx_hu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLVX_HU/' > hlvx_hu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlvx_hu.cc sed 's/NAME/hlv_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_W/' > hlv_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_w.cc sed 's/NAME/hlv_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_WU/' > hlv_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_wu.cc sed 's/NAME/hlvx_wu/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLVX_WU/' > hlvx_wu.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlvx_wu.cc sed 's/NAME/hlv_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HLV_D/' > hlv_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hlv_d.cc sed 's/NAME/hsv_b/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HSV_B/' > hsv_b.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hsv_b.cc sed 's/NAME/hsv_h/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HSV_H/' > hsv_h.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hsv_h.cc sed 's/NAME/hsv_w/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HSV_W/' > hsv_w.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hsv_w.cc sed 's/NAME/hsv_d/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HSV_D/' > hsv_d.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hsv_d.cc sed 's/NAME/add16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD16/' > add16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add16.cc sed 's/NAME/radd16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RADD16/' > radd16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c radd16.cc sed 's/NAME/uradd16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URADD16/' > uradd16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uradd16.cc sed 's/NAME/kadd16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADD16/' > kadd16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kadd16.cc sed 's/NAME/ukadd16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADD16/' > ukadd16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukadd16.cc sed 's/NAME/sub16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUB16/' > sub16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sub16.cc sed 's/NAME/rsub16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSUB16/' > rsub16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rsub16.cc sed 's/NAME/ursub16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSUB16/' > ursub16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ursub16.cc sed 's/NAME/ksub16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUB16/' > ksub16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksub16.cc sed 's/NAME/uksub16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUB16/' > uksub16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksub16.cc sed 's/NAME/cras16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRAS16/' > cras16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cras16.cc sed 's/NAME/rcras16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RCRAS16/' > rcras16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rcras16.cc sed 's/NAME/urcras16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URCRAS16/' > urcras16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urcras16.cc sed 's/NAME/kcras16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KCRAS16/' > kcras16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kcras16.cc sed 's/NAME/ukcras16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKCRAS16/' > ukcras16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukcras16.cc sed 's/NAME/crsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRSA16/' > crsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crsa16.cc sed 's/NAME/rcrsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RCRSA16/' > rcrsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rcrsa16.cc sed 's/NAME/urcrsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URCRSA16/' > urcrsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urcrsa16.cc sed 's/NAME/kcrsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KCRSA16/' > kcrsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kcrsa16.cc sed 's/NAME/ukcrsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKCRSA16/' > ukcrsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukcrsa16.cc sed 's/NAME/stas16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_STAS16/' > stas16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c stas16.cc sed 's/NAME/rstas16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSTAS16/' > rstas16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rstas16.cc sed 's/NAME/urstas16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSTAS16/' > urstas16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urstas16.cc sed 's/NAME/kstas16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSTAS16/' > kstas16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kstas16.cc sed 's/NAME/ukstas16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSTAS16/' > ukstas16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukstas16.cc sed 's/NAME/stsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_STSA16/' > stsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c stsa16.cc sed 's/NAME/rstsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSTSA16/' > rstsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rstsa16.cc sed 's/NAME/urstsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSTSA16/' > urstsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urstsa16.cc sed 's/NAME/kstsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSTSA16/' > kstsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kstsa16.cc sed 's/NAME/ukstsa16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSTSA16/' > ukstsa16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukstsa16.cc sed 's/NAME/add8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD8/' > add8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add8.cc sed 's/NAME/radd8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RADD8/' > radd8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c radd8.cc sed 's/NAME/uradd8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URADD8/' > uradd8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uradd8.cc sed 's/NAME/kadd8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADD8/' > kadd8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kadd8.cc sed 's/NAME/ukadd8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADD8/' > ukadd8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukadd8.cc sed 's/NAME/sub8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUB8/' > sub8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sub8.cc sed 's/NAME/rsub8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSUB8/' > rsub8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rsub8.cc sed 's/NAME/ursub8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSUB8/' > ursub8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ursub8.cc sed 's/NAME/ksub8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUB8/' > ksub8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksub8.cc sed 's/NAME/uksub8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUB8/' > uksub8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksub8.cc sed 's/NAME/sra16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA16/' > sra16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra16.cc sed 's/NAME/srai16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI16/' > srai16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai16.cc sed 's/NAME/sra16_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA16_U/' > sra16_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra16_u.cc sed 's/NAME/srai16_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI16_U/' > srai16_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai16_u.cc sed 's/NAME/srl16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL16/' > srl16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl16.cc sed 's/NAME/srli16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI16/' > srli16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli16.cc sed 's/NAME/srl16_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL16_U/' > srl16_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl16_u.cc sed 's/NAME/srli16_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI16_U/' > srli16_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli16_u.cc sed 's/NAME/sll16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLL16/' > sll16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sll16.cc sed 's/NAME/slli16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLI16/' > slli16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slli16.cc sed 's/NAME/ksll16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLL16/' > ksll16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksll16.cc sed 's/NAME/kslli16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLLI16/' > kslli16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslli16.cc sed 's/NAME/kslra16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA16/' > kslra16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra16.cc sed 's/NAME/kslra16_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA16_U/' > kslra16_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra16_u.cc sed 's/NAME/sra8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA8/' > sra8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra8.cc sed 's/NAME/srai8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI8/' > srai8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai8.cc sed 's/NAME/sra8_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA8_U/' > sra8_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra8_u.cc sed 's/NAME/srai8_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI8_U/' > srai8_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai8_u.cc sed 's/NAME/srl8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL8/' > srl8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl8.cc sed 's/NAME/srli8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI8/' > srli8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli8.cc sed 's/NAME/srl8_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL8_U/' > srl8_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl8_u.cc sed 's/NAME/srli8_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI8_U/' > srli8_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli8_u.cc sed 's/NAME/sll8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLL8/' > sll8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sll8.cc sed 's/NAME/slli8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLI8/' > slli8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slli8.cc sed 's/NAME/ksll8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLL8/' > ksll8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksll8.cc sed 's/NAME/kslli8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLLI8/' > kslli8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslli8.cc sed 's/NAME/kslra8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA8/' > kslra8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra8.cc sed 's/NAME/kslra8_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA8_U/' > kslra8_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra8_u.cc sed 's/NAME/cmpeq16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CMPEQ16/' > cmpeq16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cmpeq16.cc sed 's/NAME/scmplt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCMPLT16/' > scmplt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c scmplt16.cc sed 's/NAME/scmple16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCMPLE16/' > scmple16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c scmple16.cc sed 's/NAME/ucmplt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCMPLT16/' > ucmplt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ucmplt16.cc sed 's/NAME/ucmple16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCMPLE16/' > ucmple16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ucmple16.cc sed 's/NAME/cmpeq8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CMPEQ8/' > cmpeq8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cmpeq8.cc sed 's/NAME/scmplt8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCMPLT8/' > scmplt8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c scmplt8.cc sed 's/NAME/scmple8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCMPLE8/' > scmple8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c scmple8.cc sed 's/NAME/ucmplt8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCMPLT8/' > ucmplt8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ucmplt8.cc sed 's/NAME/ucmple8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCMPLE8/' > ucmple8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ucmple8.cc sed 's/NAME/smul16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMUL16/' > smul16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smul16.cc sed 's/NAME/smulx16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMULX16/' > smulx16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smulx16.cc sed 's/NAME/umul16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMUL16/' > umul16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umul16.cc sed 's/NAME/umulx16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMULX16/' > umulx16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umulx16.cc sed 's/NAME/khm16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHM16/' > khm16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khm16.cc sed 's/NAME/khmx16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMX16/' > khmx16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmx16.cc sed 's/NAME/smul8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMUL8/' > smul8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smul8.cc sed 's/NAME/smulx8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMULX8/' > smulx8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smulx8.cc sed 's/NAME/umul8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMUL8/' > umul8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umul8.cc sed 's/NAME/umulx8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMULX8/' > umulx8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umulx8.cc sed 's/NAME/khm8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHM8/' > khm8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khm8.cc sed 's/NAME/khmx8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMX8/' > khmx8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmx8.cc sed 's/NAME/smin16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMIN16/' > smin16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smin16.cc sed 's/NAME/umin16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMIN16/' > umin16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umin16.cc sed 's/NAME/smax16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAX16/' > smax16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smax16.cc sed 's/NAME/umax16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMAX16/' > umax16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umax16.cc sed 's/NAME/sclip16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCLIP16/' > sclip16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sclip16.cc sed 's/NAME/uclip16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCLIP16/' > uclip16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uclip16.cc sed 's/NAME/kabs16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KABS16/' > kabs16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kabs16.cc sed 's/NAME/clrs16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLRS16/' > clrs16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clrs16.cc sed 's/NAME/clz16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLZ16/' > clz16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clz16.cc sed 's/NAME/smin8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMIN8/' > smin8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smin8.cc sed 's/NAME/umin8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMIN8/' > umin8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umin8.cc sed 's/NAME/smax8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAX8/' > smax8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smax8.cc sed 's/NAME/umax8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMAX8/' > umax8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umax8.cc sed 's/NAME/sclip8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCLIP8/' > sclip8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sclip8.cc sed 's/NAME/uclip8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCLIP8/' > uclip8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uclip8.cc sed 's/NAME/kabs8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KABS8/' > kabs8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kabs8.cc sed 's/NAME/clrs8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLRS8/' > clrs8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clrs8.cc sed 's/NAME/clz8/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLZ8/' > clz8.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clz8.cc sed 's/NAME/sunpkd810/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUNPKD810/' > sunpkd810.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sunpkd810.cc sed 's/NAME/sunpkd820/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUNPKD820/' > sunpkd820.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sunpkd820.cc sed 's/NAME/sunpkd830/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUNPKD830/' > sunpkd830.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sunpkd830.cc sed 's/NAME/sunpkd831/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUNPKD831/' > sunpkd831.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sunpkd831.cc sed 's/NAME/sunpkd832/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUNPKD832/' > sunpkd832.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sunpkd832.cc sed 's/NAME/zunpkd810/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ZUNPKD810/' > zunpkd810.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c zunpkd810.cc sed 's/NAME/zunpkd820/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ZUNPKD820/' > zunpkd820.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c zunpkd820.cc sed 's/NAME/zunpkd830/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ZUNPKD830/' > zunpkd830.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c zunpkd830.cc sed 's/NAME/zunpkd831/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ZUNPKD831/' > zunpkd831.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c zunpkd831.cc sed 's/NAME/zunpkd832/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ZUNPKD832/' > zunpkd832.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c zunpkd832.cc sed 's/NAME/pkbb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKBB16/' > pkbb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pkbb16.cc sed 's/NAME/pkbt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKBT16/' > pkbt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pkbt16.cc sed 's/NAME/pktb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKTB16/' > pktb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pktb16.cc sed 's/NAME/pktt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKTT16/' > pktt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pktt16.cc sed 's/NAME/smmul/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMUL/' > smmul.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmul.cc sed 's/NAME/smmul_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMUL_U/' > smmul_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmul_u.cc sed 's/NAME/kmmac/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAC/' > kmmac.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmac.cc sed 's/NAME/kmmac_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAC_U/' > kmmac_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmac_u.cc sed 's/NAME/kmmsb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMSB/' > kmmsb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmsb.cc sed 's/NAME/kmmsb_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMSB_U/' > kmmsb_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmsb_u.cc sed 's/NAME/kwmmul/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KWMMUL/' > kwmmul.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kwmmul.cc sed 's/NAME/kwmmul_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KWMMUL_U/' > kwmmul_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kwmmul_u.cc sed 's/NAME/smmwb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMWB/' > smmwb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmwb.cc sed 's/NAME/smmwb_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMWB_U/' > smmwb_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmwb_u.cc sed 's/NAME/smmwt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMWT/' > smmwt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmwt.cc sed 's/NAME/smmwt_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMMWT_U/' > smmwt_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smmwt_u.cc sed 's/NAME/kmmawb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWB/' > kmmawb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawb.cc sed 's/NAME/kmmawb_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWB_U/' > kmmawb_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawb_u.cc sed 's/NAME/kmmawt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWT/' > kmmawt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawt.cc sed 's/NAME/kmmawt_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWT_U/' > kmmawt_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawt_u.cc sed 's/NAME/kmmwb2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMWB2/' > kmmwb2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmwb2.cc sed 's/NAME/kmmwb2_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMWB2_U/' > kmmwb2_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmwb2_u.cc sed 's/NAME/kmmwt2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMWT2/' > kmmwt2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmwt2.cc sed 's/NAME/kmmwt2_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMWT2_U/' > kmmwt2_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmwt2_u.cc sed 's/NAME/kmmawb2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWB2/' > kmmawb2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawb2.cc sed 's/NAME/kmmawb2_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWB2_U/' > kmmawb2_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawb2_u.cc sed 's/NAME/kmmawt2/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWT2/' > kmmawt2.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawt2.cc sed 's/NAME/kmmawt2_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMMAWT2_U/' > kmmawt2_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmmawt2_u.cc sed 's/NAME/smbb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMBB16/' > smbb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smbb16.cc sed 's/NAME/smbt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMBT16/' > smbt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smbt16.cc sed 's/NAME/smtt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMTT16/' > smtt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smtt16.cc sed 's/NAME/kmda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMDA/' > kmda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmda.cc sed 's/NAME/kmxda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMXDA/' > kmxda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmxda.cc sed 's/NAME/smds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMDS/' > smds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smds.cc sed 's/NAME/smdrs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMDRS/' > smdrs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smdrs.cc sed 's/NAME/smxds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMXDS/' > smxds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smxds.cc sed 's/NAME/kmabb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMABB/' > kmabb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmabb.cc sed 's/NAME/kmabt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMABT/' > kmabt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmabt.cc sed 's/NAME/kmatt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMATT/' > kmatt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmatt.cc sed 's/NAME/kmada/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMADA/' > kmada.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmada.cc sed 's/NAME/kmaxda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMAXDA/' > kmaxda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmaxda.cc sed 's/NAME/kmads/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMADS/' > kmads.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmads.cc sed 's/NAME/kmadrs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMADRS/' > kmadrs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmadrs.cc sed 's/NAME/kmaxds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMAXDS/' > kmaxds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmaxds.cc sed 's/NAME/kmsda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMSDA/' > kmsda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmsda.cc sed 's/NAME/kmsxda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMSXDA/' > kmsxda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmsxda.cc sed 's/NAME/smal/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAL/' > smal.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smal.cc sed 's/NAME/sclip32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SCLIP32/' > sclip32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sclip32.cc sed 's/NAME/uclip32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UCLIP32/' > uclip32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uclip32.cc sed 's/NAME/clrs32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLRS32/' > clrs32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clrs32.cc sed 's/NAME/pbsad/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PBSAD/' > pbsad.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pbsad.cc sed 's/NAME/pbsada/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PBSADA/' > pbsada.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pbsada.cc sed 's/NAME/smaqa/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAQA/' > smaqa.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smaqa.cc sed 's/NAME/umaqa/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMAQA/' > umaqa.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umaqa.cc sed 's/NAME/smaqa_su/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAQA_SU/' > smaqa_su.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smaqa_su.cc sed 's/NAME/add64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD64/' > add64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add64.cc sed 's/NAME/radd64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RADD64/' > radd64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c radd64.cc sed 's/NAME/uradd64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URADD64/' > uradd64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uradd64.cc sed 's/NAME/kadd64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADD64/' > kadd64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kadd64.cc sed 's/NAME/ukadd64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADD64/' > ukadd64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukadd64.cc sed 's/NAME/sub64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUB64/' > sub64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sub64.cc sed 's/NAME/rsub64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSUB64/' > rsub64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rsub64.cc sed 's/NAME/ursub64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSUB64/' > ursub64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ursub64.cc sed 's/NAME/ksub64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUB64/' > ksub64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksub64.cc sed 's/NAME/uksub64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUB64/' > uksub64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksub64.cc sed 's/NAME/smar64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAR64/' > smar64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smar64.cc sed 's/NAME/smsr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMSR64/' > smsr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smsr64.cc sed 's/NAME/umar64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMAR64/' > umar64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umar64.cc sed 's/NAME/umsr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMSR64/' > umsr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umsr64.cc sed 's/NAME/kmar64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMAR64/' > kmar64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmar64.cc sed 's/NAME/kmsr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMSR64/' > kmsr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmsr64.cc sed 's/NAME/ukmar64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKMAR64/' > ukmar64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukmar64.cc sed 's/NAME/ukmsr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKMSR64/' > ukmsr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukmsr64.cc sed 's/NAME/smalbb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALBB/' > smalbb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalbb.cc sed 's/NAME/smalbt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALBT/' > smalbt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalbt.cc sed 's/NAME/smaltt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALTT/' > smaltt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smaltt.cc sed 's/NAME/smalda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALDA/' > smalda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalda.cc sed 's/NAME/smalxda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALXDA/' > smalxda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalxda.cc sed 's/NAME/smalds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALDS/' > smalds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalds.cc sed 's/NAME/smaldrs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALDRS/' > smaldrs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smaldrs.cc sed 's/NAME/smalxds/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMALXDS/' > smalxds.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smalxds.cc sed 's/NAME/smslda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMSLDA/' > smslda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smslda.cc sed 's/NAME/smslxda/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMSLXDA/' > smslxda.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smslxda.cc sed 's/NAME/kaddh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADDH/' > kaddh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kaddh.cc sed 's/NAME/ksubh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUBH/' > ksubh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksubh.cc sed 's/NAME/khmbb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMBB/' > khmbb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmbb.cc sed 's/NAME/khmbt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMBT/' > khmbt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmbt.cc sed 's/NAME/khmtt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMTT/' > khmtt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmtt.cc sed 's/NAME/ukaddh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADDH/' > ukaddh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukaddh.cc sed 's/NAME/uksubh/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUBH/' > uksubh.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksubh.cc sed 's/NAME/kaddw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADDW/' > kaddw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kaddw.cc sed 's/NAME/ukaddw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADDW/' > ukaddw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukaddw.cc sed 's/NAME/ksubw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUBW/' > ksubw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksubw.cc sed 's/NAME/uksubw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUBW/' > uksubw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksubw.cc sed 's/NAME/kdmbb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMBB/' > kdmbb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmbb.cc sed 's/NAME/kdmbt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMBT/' > kdmbt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmbt.cc sed 's/NAME/kdmtt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMTT/' > kdmtt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmtt.cc sed 's/NAME/kslraw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRAW/' > kslraw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslraw.cc sed 's/NAME/kslraw_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRAW_U/' > kslraw_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslraw_u.cc sed 's/NAME/ksllw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLLW/' > ksllw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksllw.cc sed 's/NAME/kslliw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLLIW/' > kslliw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslliw.cc sed 's/NAME/kdmabb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMABB/' > kdmabb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmabb.cc sed 's/NAME/kdmabt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMABT/' > kdmabt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmabt.cc sed 's/NAME/kdmatt/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMATT/' > kdmatt.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmatt.cc sed 's/NAME/kabsw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KABSW/' > kabsw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kabsw.cc sed 's/NAME/raddw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RADDW/' > raddw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c raddw.cc sed 's/NAME/uraddw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URADDW/' > uraddw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uraddw.cc sed 's/NAME/rsubw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSUBW/' > rsubw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rsubw.cc sed 's/NAME/ursubw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSUBW/' > ursubw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ursubw.cc sed 's/NAME/mulr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULR64/' > mulr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulr64.cc sed 's/NAME/mulsr64/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MULSR64/' > mulsr64.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mulsr64.cc sed 's/NAME/msubr32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MSUBR32/' > msubr32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c msubr32.cc sed 's/NAME/ave/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_AVE/' > ave.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ave.cc sed 's/NAME/sra_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA_U/' > sra_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra_u.cc sed 's/NAME/srai_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI_U/' > srai_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai_u.cc sed 's/NAME/insb/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_INSB/' > insb.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c insb.cc sed 's/NAME/maddr32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MADDR32/' > maddr32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c maddr32.cc sed 's/NAME/add32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ADD32/' > add32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c add32.cc sed 's/NAME/radd32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RADD32/' > radd32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c radd32.cc sed 's/NAME/uradd32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URADD32/' > uradd32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uradd32.cc sed 's/NAME/kadd32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KADD32/' > kadd32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kadd32.cc sed 's/NAME/ukadd32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKADD32/' > ukadd32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukadd32.cc sed 's/NAME/sub32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SUB32/' > sub32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sub32.cc sed 's/NAME/rsub32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSUB32/' > rsub32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rsub32.cc sed 's/NAME/ursub32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSUB32/' > ursub32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ursub32.cc sed 's/NAME/ksub32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSUB32/' > ksub32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksub32.cc sed 's/NAME/uksub32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSUB32/' > uksub32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c uksub32.cc sed 's/NAME/cras32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRAS32/' > cras32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c cras32.cc sed 's/NAME/rcras32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RCRAS32/' > rcras32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rcras32.cc sed 's/NAME/urcras32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URCRAS32/' > urcras32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urcras32.cc sed 's/NAME/kcras32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KCRAS32/' > kcras32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kcras32.cc sed 's/NAME/ukcras32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKCRAS32/' > ukcras32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukcras32.cc sed 's/NAME/crsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CRSA32/' > crsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c crsa32.cc sed 's/NAME/rcrsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RCRSA32/' > rcrsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rcrsa32.cc sed 's/NAME/urcrsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URCRSA32/' > urcrsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urcrsa32.cc sed 's/NAME/kcrsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KCRSA32/' > kcrsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kcrsa32.cc sed 's/NAME/ukcrsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKCRSA32/' > ukcrsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukcrsa32.cc sed 's/NAME/stas32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_STAS32/' > stas32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c stas32.cc sed 's/NAME/rstas32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSTAS32/' > rstas32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rstas32.cc sed 's/NAME/urstas32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSTAS32/' > urstas32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urstas32.cc sed 's/NAME/kstas32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSTAS32/' > kstas32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kstas32.cc sed 's/NAME/ukstas32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSTAS32/' > ukstas32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukstas32.cc sed 's/NAME/stsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_STSA32/' > stsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c stsa32.cc sed 's/NAME/rstsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_RSTSA32/' > rstsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c rstsa32.cc sed 's/NAME/urstsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_URSTSA32/' > urstsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c urstsa32.cc sed 's/NAME/kstsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSTSA32/' > kstsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kstsa32.cc sed 's/NAME/ukstsa32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UKSTSA32/' > ukstsa32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ukstsa32.cc sed 's/NAME/sra32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA32/' > sra32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra32.cc sed 's/NAME/srai32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI32/' > srai32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai32.cc sed 's/NAME/sra32_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRA32_U/' > sra32_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sra32_u.cc sed 's/NAME/srai32_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAI32_U/' > srai32_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srai32_u.cc sed 's/NAME/srl32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL32/' > srl32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl32.cc sed 's/NAME/srli32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI32/' > srli32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli32.cc sed 's/NAME/srl32_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRL32_U/' > srl32_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srl32_u.cc sed 's/NAME/srli32_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRLI32_U/' > srli32_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c srli32_u.cc sed 's/NAME/sll32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLL32/' > sll32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sll32.cc sed 's/NAME/slli32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SLLI32/' > slli32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c slli32.cc sed 's/NAME/ksll32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLL32/' > ksll32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ksll32.cc sed 's/NAME/kslli32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLLI32/' > kslli32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslli32.cc sed 's/NAME/kslra32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA32/' > kslra32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra32.cc sed 's/NAME/kslra32_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KSLRA32_U/' > kslra32_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kslra32_u.cc sed 's/NAME/smin32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMIN32/' > smin32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smin32.cc sed 's/NAME/umin32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMIN32/' > umin32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umin32.cc sed 's/NAME/smax32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMAX32/' > smax32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smax32.cc sed 's/NAME/umax32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_UMAX32/' > umax32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c umax32.cc sed 's/NAME/kabs32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KABS32/' > kabs32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kabs32.cc sed 's/NAME/khmbb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMBB16/' > khmbb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmbb16.cc sed 's/NAME/khmbt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMBT16/' > khmbt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmbt16.cc sed 's/NAME/khmtt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KHMTT16/' > khmtt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c khmtt16.cc sed 's/NAME/kdmbb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMBB16/' > kdmbb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmbb16.cc sed 's/NAME/kdmbt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMBT16/' > kdmbt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmbt16.cc sed 's/NAME/kdmtt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMTT16/' > kdmtt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmtt16.cc sed 's/NAME/kdmabb16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMABB16/' > kdmabb16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmabb16.cc sed 's/NAME/kdmabt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMABT16/' > kdmabt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmabt16.cc sed 's/NAME/kdmatt16/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KDMATT16/' > kdmatt16.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kdmatt16.cc sed 's/NAME/smbt32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMBT32/' > smbt32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smbt32.cc sed 's/NAME/smtt32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMTT32/' > smtt32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smtt32.cc sed 's/NAME/kmabb32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMABB32/' > kmabb32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmabb32.cc sed 's/NAME/kmabt32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMABT32/' > kmabt32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmabt32.cc sed 's/NAME/kmatt32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMATT32/' > kmatt32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmatt32.cc sed 's/NAME/kmda32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMDA32/' > kmda32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmda32.cc sed 's/NAME/kmxda32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMXDA32/' > kmxda32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmxda32.cc sed 's/NAME/kmaxda32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMAXDA32/' > kmaxda32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmaxda32.cc sed 's/NAME/kmads32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMADS32/' > kmads32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmads32.cc sed 's/NAME/kmadrs32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMADRS32/' > kmadrs32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmadrs32.cc sed 's/NAME/kmaxds32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMAXDS32/' > kmaxds32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmaxds32.cc sed 's/NAME/kmsda32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMSDA32/' > kmsda32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmsda32.cc sed 's/NAME/kmsxda32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_KMSXDA32/' > kmsxda32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c kmsxda32.cc sed 's/NAME/smds32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMDS32/' > smds32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smds32.cc sed 's/NAME/smdrs32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMDRS32/' > smdrs32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smdrs32.cc sed 's/NAME/smxds32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SMXDS32/' > smxds32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c smxds32.cc sed 's/NAME/sraiw_u/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRAIW_U/' > sraiw_u.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sraiw_u.cc sed 's/NAME/pkbt32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKBT32/' > pkbt32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pkbt32.cc sed 's/NAME/pktb32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_PKTB32/' > pktb32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c pktb32.cc sed 's/NAME/clz32/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CLZ32/' > clz32.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c clz32.cc sed 's/NAME/csrrc/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRC/' > csrrc.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrc.cc sed 's/NAME/csrrci/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRCI/' > csrrci.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrci.cc sed 's/NAME/csrrs/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRS/' > csrrs.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrs.cc sed 's/NAME/csrrsi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRSI/' > csrrsi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrsi.cc sed 's/NAME/csrrw/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRW/' > csrrw.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrw.cc sed 's/NAME/csrrwi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_CSRRWI/' > csrrwi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c csrrwi.cc sed 's/NAME/dret/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_DRET/' > dret.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c dret.cc sed 's/NAME/ebreak/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_EBREAK/' > ebreak.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ebreak.cc sed 's/NAME/ecall/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_ECALL/' > ecall.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ecall.cc sed 's/NAME/mret/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_MRET/' > mret.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c mret.cc sed 's/NAME/sfence_vma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SFENCE_VMA/' > sfence_vma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sfence_vma.cc sed 's/NAME/sret/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SRET/' > sret.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sret.cc sed 's/NAME/wfi/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_WFI/' > wfi.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c wfi.cc sed 's/NAME/sfence_w_inval/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SFENCE_W_INVAL/' > sfence_w_inval.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sfence_w_inval.cc sed 's/NAME/sfence_inval_ir/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SFENCE_INVAL_IR/' > sfence_inval_ir.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sfence_inval_ir.cc sed 's/NAME/sinval_vma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_SINVAL_VMA/' > sinval_vma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c sinval_vma.cc sed 's/NAME/hinval_vvma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HINVAL_VVMA/' > hinval_vvma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hinval_vvma.cc sed 's/NAME/hinval_gvma/' ./riscv/insn_template.cc | sed 's/OPCODE/ MATCH_HINVAL_GVMA/' > hinval_gvma.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c hinval_gvma.cc /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_ro.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_wip.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_sw.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_rw.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_strerror.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_empty_tree.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_addresses.c /usr/bin/gcc -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -c ./fdt/fdt_overlay.c /usr/bin/ar rcs libfdt.a fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addresses.o fdt_overlay.o /usr/bin/ar rcs libriscv.a processor.o execute.o dts.o sim.o interactive.o trap.o cachesim.o mmu.o disasm.o extension.o extensions.o rocc.o devices.o rom.o clint.o debug_module.o remote_bitbang.o jtag_dtm.o csrs.o amoadd_d.o amoadd_w.o amoand_d.o amoand_w.o amomax_d.o amomaxu_d.o amomaxu_w.o amomax_w.o amomin_d.o amominu_d.o amominu_w.o amomin_w.o amoor_d.o amoor_w.o amoswap_d.o amoswap_w.o amoxor_d.o amoxor_w.o lr_d.o lr_w.o sc_d.o sc_w.o c_add.o c_addi.o c_addi4spn.o c_addw.o c_and.o c_andi.o c_beqz.o c_bnez.o c_ebreak.o c_fld.o c_fldsp.o c_flw.o c_flwsp.o c_fsd.o c_fsdsp.o c_fsw.o c_fswsp.o c_j.o c_jal.o c_jalr.o c_jr.o c_li.o c_lui.o c_lw.o c_lwsp.o c_mv.o c_or.o c_slli.o c_srai.o c_srli.o c_sub.o c_subw.o c_sw.o c_swsp.o c_xor.o add.o addi.o addiw.o addw.o and.o andi.o auipc.o beq.o bge.o bgeu.o blt.o bltu.o bne.o jal.o jalr.o lb.o lbu.o ld.o lh.o lhu.o lui.o lw.o lwu.o or.o ori.o sb.o sd.o sh.o sll.o slli.o slliw.o sllw.o slt.o slti.o sltiu.o sltu.o sra.o srai.o sraiw.o sraw.o srl.o srli.o srliw.o srlw.o sub.o subw.o sw.o xor.o xori.o fence.o fence_i.o div.o divu.o divuw.o divw.o mul.o mulh.o mulhsu.o mulhu.o mulw.o rem.o remu.o remuw.o remw.o fadd_s.o fclass_s.o fcvt_l_s.o fcvt_lu_s.o fcvt_s_l.o fcvt_s_lu.o fcvt_s_w.o fcvt_s_wu.o fcvt_w_s.o fcvt_wu_s.o fdiv_s.o feq_s.o fle_s.o flt_s.o flw.o fmadd_s.o fmax_s.o fmin_s.o fmsub_s.o fmul_s.o fmv_w_x.o fmv_x_w.o fnmadd_s.o fnmsub_s.o fsgnj_s.o fsgnjn_s.o fsgnjx_s.o fsqrt_s.o fsub_s.o fsw.o fadd_d.o fclass_d.o fcvt_d_l.o fcvt_d_lu.o fcvt_d_q.o fcvt_d_s.o fcvt_d_w.o fcvt_d_wu.o fcvt_l_d.o fcvt_lu_d.o fcvt_s_d.o fcvt_w_d.o fcvt_wu_d.o fdiv_d.o feq_d.o fld.o fle_d.o flt_d.o fmadd_d.o fmax_d.o fmin_d.o fmsub_d.o fmul_d.o fmv_d_x.o fmv_x_d.o fnmadd_d.o fnmsub_d.o fsd.o fsgnj_d.o fsgnjn_d.o fsgnjx_d.o fsqrt_d.o fsub_d.o fadd_h.o fclass_h.o fcvt_l_h.o fcvt_lu_h.o fcvt_d_h.o fcvt_h_d.o fcvt_h_l.o fcvt_h_lu.o fcvt_h_q.o fcvt_h_s.o fcvt_h_w.o fcvt_h_wu.o fcvt_q_h.o fcvt_s_h.o fcvt_w_h.o fcvt_wu_h.o fdiv_h.o feq_h.o fle_h.o flh.o flt_h.o fmadd_h.o fmax_h.o fmin_h.o fmsub_h.o fmul_h.o fmv_h_x.o fmv_x_h.o fnmadd_h.o fnmsub_h.o fsgnj_h.o fsgnjn_h.o fsgnjx_h.o fsh.o fsqrt_h.o fsub_h.o fadd_q.o fclass_q.o fcvt_l_q.o fcvt_lu_q.o fcvt_q_d.o fcvt_q_l.o fcvt_q_lu.o fcvt_q_s.o fcvt_q_w.o fcvt_q_wu.o fcvt_s_q.o fcvt_w_q.o fcvt_wu_q.o fdiv_q.o feq_q.o fle_q.o flq.o flt_q.o fmadd_q.o fmax_q.o fmin_q.o fmsub_q.o fmul_q.o fnmadd_q.o fnmsub_q.o fsgnj_q.o fsgnjn_q.o fsgnjx_q.o fsq.o fsqrt_q.o fsub_q.o add_uw.o andn.o bdecompress.o bdecompressw.o bcompress.o bcompressw.o bfp.o bfpw.o bmatflip.o bmator.o bmatxor.o sh1add.o sh1add_uw.o sh2add.o sh2add_uw.o sh3add.o sh3add_uw.o clmul.o clmulh.o clmulr.o clz.o clzw.o cmix.o cmov.o crc32_b.o crc32c_b.o crc32c_d.o crc32c_h.o crc32c_w.o crc32_d.o crc32_h.o crc32_w.o ctz.o ctzw.o fsl.o fslw.o fsr.o fsri.o fsriw.o fsrw.o gorc.o gorci.o gorciw.o gorcw.o grev.o grevi.o greviw.o grevw.o max.o maxu.o min.o minu.o orn.o pack.o packh.o packu.o packuw.o packw.o cpop.o cpopw.o rol.o rolw.o ror.o rori.o roriw.o rorw.o bclr.o bclri.o bext.o bexti.o binv.o binvi.o bset.o bseti.o sext_b.o sext_h.o shfl.o shfli.o shflw.o slli_uw.o slo.o sloi.o sloiw.o slow.o sro.o sroi.o sroiw.o srow.o unshfl.o unshfli.o unshflw.o xnor.o xperm4.o xperm8.o xperm16.o xperm32.o aes32dsi.o aes32dsmi.o aes32esi.o aes32esmi.o aes64ds.o aes64dsm.o aes64es.o aes64esm.o aes64ks1i.o aes64ks2.o aes64im.o sha256sig0.o sha256sig1.o sha256sum0.o sha256sum1.o sha512sig0.o sha512sig0h.o sha512sig0l.o sha512sig1.o sha512sig1h.o sha512sig1l.o sha512sum0.o sha512sum0r.o sha512sum1.o sha512sum1r.o sm3p0.o sm3p1.o sm4ed.o sm4ks.o vfadd_vf.o vfadd_vv.o vfclass_v.o vfcvt_f_x_v.o vfcvt_f_xu_v.o vfcvt_rtz_x_f_v.o vfcvt_rtz_xu_f_v.o vfcvt_x_f_v.o vfcvt_xu_f_v.o vfdiv_vf.o vfdiv_vv.o vfmacc_vf.o vfmacc_vv.o vfmadd_vf.o vfmadd_vv.o vfmax_vf.o vfmax_vv.o vfmerge_vfm.o vfmin_vf.o vfmin_vv.o vfmsac_vf.o vfmsac_vv.o vfmsub_vf.o vfmsub_vv.o vfmul_vf.o vfmul_vv.o vfmv_f_s.o vfmv_s_f.o vfmv_v_f.o vfncvt_f_f_w.o vfncvt_f_x_w.o vfncvt_f_xu_w.o vfncvt_rod_f_f_w.o vfncvt_rtz_x_f_w.o vfncvt_rtz_xu_f_w.o vfncvt_x_f_w.o vfncvt_xu_f_w.o vfnmacc_vf.o vfnmacc_vv.o vfnmadd_vf.o vfnmadd_vv.o vfnmsac_vf.o vfnmsac_vv.o vfnmsub_vf.o vfnmsub_vv.o vfrdiv_vf.o vfredmax_vs.o vfredmin_vs.o vfredosum_vs.o vfredusum_vs.o vfrec7_v.o vfrsub_vf.o vfrsqrt7_v.o vfsgnj_vf.o vfsgnj_vv.o vfsgnjn_vf.o vfsgnjn_vv.o vfsgnjx_vf.o vfsgnjx_vv.o vfsqrt_v.o vfslide1down_vf.o vfslide1up_vf.o vfsub_vf.o vfsub_vv.o vfwadd_vf.o vfwadd_vv.o vfwadd_wf.o vfwadd_wv.o vfwcvt_f_f_v.o vfwcvt_f_x_v.o vfwcvt_f_xu_v.o vfwcvt_rtz_x_f_v.o vfwcvt_rtz_xu_f_v.o vfwcvt_x_f_v.o vfwcvt_xu_f_v.o vfwmacc_vf.o vfwmacc_vv.o vfwmsac_vf.o vfwmsac_vv.o vfwmul_vf.o vfwmul_vv.o vfwnmacc_vf.o vfwnmacc_vv.o vfwnmsac_vf.o vfwnmsac_vv.o vfwredosum_vs.o vfwredusum_vs.o vfwsub_vf.o vfwsub_vv.o vfwsub_wf.o vfwsub_wv.o vmfeq_vf.o vmfeq_vv.o vmfge_vf.o vmfgt_vf.o vmfle_vf.o vmfle_vv.o vmflt_vf.o vmflt_vv.o vmfne_vf.o vmfne_vv.o vaadd_vv.o vaaddu_vv.o vaadd_vx.o vaaddu_vx.o vadc_vim.o vadc_vvm.o vadc_vxm.o vadd_vi.o vadd_vv.o vadd_vx.o vand_vi.o vand_vv.o vand_vx.o vasub_vv.o vasubu_vv.o vasub_vx.o vasubu_vx.o vcompress_vm.o vcpop_m.o vdiv_vv.o vdiv_vx.o vdivu_vv.o vdivu_vx.o vid_v.o viota_m.o vmacc_vv.o vmacc_vx.o vmadc_vv.o vmadc_vx.o vmadc_vi.o vmadc_vim.o vmadc_vvm.o vmadc_vxm.o vmadd_vv.o vmadd_vx.o vmand_mm.o vmandnot_mm.o vmax_vv.o vmax_vx.o vmaxu_vv.o vmaxu_vx.o vmerge_vim.o vmerge_vvm.o vmerge_vxm.o vfirst_m.o vmin_vv.o vmin_vx.o vminu_vv.o vminu_vx.o vmnand_mm.o vmnor_mm.o vmor_mm.o vmornot_mm.o vmsbc_vv.o vmsbc_vx.o vmsbc_vvm.o vmsbc_vxm.o vmsbf_m.o vmseq_vi.o vmseq_vv.o vmseq_vx.o vmsgt_vi.o vmsgt_vx.o vmsgtu_vi.o vmsgtu_vx.o vmsif_m.o vmsle_vi.o vmsle_vv.o vmsle_vx.o vmsleu_vi.o vmsleu_vv.o vmsleu_vx.o vmslt_vv.o vmslt_vx.o vmsltu_vv.o vmsltu_vx.o vmsne_vi.o vmsne_vv.o vmsne_vx.o vmsof_m.o vmul_vv.o vmul_vx.o vmulh_vv.o vmulh_vx.o vmulhsu_vv.o vmulhsu_vx.o vmulhu_vv.o vmulhu_vx.o vmv_s_x.o vmv_v_i.o vmv_v_v.o vmv_v_x.o vmv_x_s.o vmv1r_v.o vmv2r_v.o vmv4r_v.o vmv8r_v.o vmxnor_mm.o vmxor_mm.o vnclip_wi.o vnclip_wv.o vnclip_wx.o vnclipu_wi.o vnclipu_wv.o vnclipu_wx.o vnmsac_vv.o vnmsac_vx.o vnmsub_vv.o vnmsub_vx.o vnsra_wi.o vnsra_wv.o vnsra_wx.o vnsrl_wi.o vnsrl_wv.o vnsrl_wx.o vor_vi.o vor_vv.o vor_vx.o vredand_vs.o vredmax_vs.o vredmaxu_vs.o vredmin_vs.o vredminu_vs.o vredor_vs.o vredsum_vs.o vredxor_vs.o vrem_vv.o vrem_vx.o vremu_vv.o vremu_vx.o vrgather_vi.o vrgather_vv.o vrgather_vx.o vrgatherei16_vv.o vrsub_vi.o vrsub_vx.o vsadd_vi.o vsadd_vv.o vsadd_vx.o vsaddu_vi.o vsaddu_vv.o vsaddu_vx.o vsbc_vvm.o vsbc_vxm.o vsext_vf2.o vsext_vf4.o vsext_vf8.o vslide1down_vx.o vslide1up_vx.o vslidedown_vi.o vslidedown_vx.o vslideup_vi.o vslideup_vx.o vsll_vi.o vsll_vv.o vsll_vx.o vsmul_vv.o vsmul_vx.o vsra_vi.o vsra_vv.o vsra_vx.o vsrl_vi.o vsrl_vv.o vsrl_vx.o vssra_vi.o vssra_vv.o vssra_vx.o vssrl_vi.o vssrl_vv.o vssrl_vx.o vssub_vv.o vssub_vx.o vssubu_vv.o vssubu_vx.o vsub_vv.o vsub_vx.o vwadd_vv.o vwadd_vx.o vwadd_wv.o vwadd_wx.o vwaddu_vv.o vwaddu_vx.o vwaddu_wv.o vwaddu_wx.o vwmacc_vv.o vwmacc_vx.o vwmaccsu_vv.o vwmaccsu_vx.o vwmaccu_vv.o vwmaccu_vx.o vwmaccus_vx.o vwmul_vv.o vwmul_vx.o vwmulsu_vv.o vwmulsu_vx.o vwmulu_vv.o vwmulu_vx.o vwredsum_vs.o vwredsumu_vs.o vwsub_vv.o vwsub_vx.o vwsub_wv.o vwsub_wx.o vwsubu_vv.o vwsubu_vx.o vwsubu_wv.o vwsubu_wx.o vxor_vi.o vxor_vv.o vxor_vx.o vzext_vf2.o vzext_vf4.o vzext_vf8.o vamoswapei8_v.o vamoaddei8_v.o vamoandei8_v.o vamomaxei8_v.o vamomaxuei8_v.o vamominei8_v.o vamominuei8_v.o vamoorei8_v.o vamoxorei8_v.o vamoswapei16_v.o vamoaddei16_v.o vamoandei16_v.o vamomaxei16_v.o vamomaxuei16_v.o vamominei16_v.o vamominuei16_v.o vamoorei16_v.o vamoxorei16_v.o vamoswapei32_v.o vamoaddei32_v.o vamoandei32_v.o vamomaxei32_v.o vamomaxuei32_v.o vamominei32_v.o vamominuei32_v.o vamoorei32_v.o vamoxorei32_v.o vamoswapei64_v.o vamoaddei64_v.o vamoandei64_v.o vamomaxei64_v.o vamomaxuei64_v.o vamominei64_v.o vamominuei64_v.o vamoorei64_v.o vamoxorei64_v.o vsetivli.o vsetvli.o vsetvl.o vlm_v.o vle8_v.o vle16_v.o vle32_v.o vle64_v.o vloxei8_v.o vloxei16_v.o vloxei32_v.o vloxei64_v.o vlse8_v.o vlse16_v.o vlse32_v.o vlse64_v.o vluxei8_v.o vluxei16_v.o vluxei32_v.o vluxei64_v.o vle8ff_v.o vle16ff_v.o vle32ff_v.o vle64ff_v.o vl1re8_v.o vl2re8_v.o vl4re8_v.o vl8re8_v.o vl1re16_v.o vl2re16_v.o vl4re16_v.o vl8re16_v.o vl1re32_v.o vl2re32_v.o vl4re32_v.o vl8re32_v.o vl1re64_v.o vl2re64_v.o vl4re64_v.o vl8re64_v.o vsm_v.o vse8_v.o vse16_v.o vse32_v.o vse64_v.o vsse8_v.o vsoxei8_v.o vsoxei16_v.o vsoxei32_v.o vsoxei64_v.o vsse16_v.o vsse32_v.o vsse64_v.o vsuxei8_v.o vsuxei16_v.o vsuxei32_v.o vsuxei64_v.o vs1r_v.o vs2r_v.o vs4r_v.o vs8r_v.o hfence_gvma.o hfence_vvma.o hlv_b.o hlv_bu.o hlv_h.o hlv_hu.o hlvx_hu.o hlv_w.o hlv_wu.o hlvx_wu.o hlv_d.o hsv_b.o hsv_h.o hsv_w.o hsv_d.o add16.o radd16.o uradd16.o kadd16.o ukadd16.o sub16.o rsub16.o ursub16.o ksub16.o uksub16.o cras16.o rcras16.o urcras16.o kcras16.o ukcras16.o crsa16.o rcrsa16.o urcrsa16.o kcrsa16.o ukcrsa16.o stas16.o rstas16.o urstas16.o kstas16.o ukstas16.o stsa16.o rstsa16.o urstsa16.o kstsa16.o ukstsa16.o add8.o radd8.o uradd8.o kadd8.o ukadd8.o sub8.o rsub8.o ursub8.o ksub8.o uksub8.o sra16.o srai16.o sra16_u.o srai16_u.o srl16.o srli16.o srl16_u.o srli16_u.o sll16.o slli16.o ksll16.o kslli16.o kslra16.o kslra16_u.o sra8.o srai8.o sra8_u.o srai8_u.o srl8.o srli8.o srl8_u.o srli8_u.o sll8.o slli8.o ksll8.o kslli8.o kslra8.o kslra8_u.o cmpeq16.o scmplt16.o scmple16.o ucmplt16.o ucmple16.o cmpeq8.o scmplt8.o scmple8.o ucmplt8.o ucmple8.o smul16.o smulx16.o umul16.o umulx16.o khm16.o khmx16.o smul8.o smulx8.o umul8.o umulx8.o khm8.o khmx8.o smin16.o umin16.o smax16.o umax16.o sclip16.o uclip16.o kabs16.o clrs16.o clz16.o smin8.o umin8.o smax8.o umax8.o sclip8.o uclip8.o kabs8.o clrs8.o clz8.o sunpkd810.o sunpkd820.o sunpkd830.o sunpkd831.o sunpkd832.o zunpkd810.o zunpkd820.o zunpkd830.o zunpkd831.o zunpkd832.o pkbb16.o pkbt16.o pktb16.o pktt16.o smmul.o smmul_u.o kmmac.o kmmac_u.o kmmsb.o kmmsb_u.o kwmmul.o kwmmul_u.o smmwb.o smmwb_u.o smmwt.o smmwt_u.o kmmawb.o kmmawb_u.o kmmawt.o kmmawt_u.o kmmwb2.o kmmwb2_u.o kmmwt2.o kmmwt2_u.o kmmawb2.o kmmawb2_u.o kmmawt2.o kmmawt2_u.o smbb16.o smbt16.o smtt16.o kmda.o kmxda.o smds.o smdrs.o smxds.o kmabb.o kmabt.o kmatt.o kmada.o kmaxda.o kmads.o kmadrs.o kmaxds.o kmsda.o kmsxda.o smal.o sclip32.o uclip32.o clrs32.o pbsad.o pbsada.o smaqa.o umaqa.o smaqa_su.o add64.o radd64.o uradd64.o kadd64.o ukadd64.o sub64.o rsub64.o ursub64.o ksub64.o uksub64.o smar64.o smsr64.o umar64.o umsr64.o kmar64.o kmsr64.o ukmar64.o ukmsr64.o smalbb.o smalbt.o smaltt.o smalda.o smalxda.o smalds.o smaldrs.o smalxds.o smslda.o smslxda.o kaddh.o ksubh.o khmbb.o khmbt.o khmtt.o ukaddh.o uksubh.o kaddw.o ukaddw.o ksubw.o uksubw.o kdmbb.o kdmbt.o kdmtt.o kslraw.o kslraw_u.o ksllw.o kslliw.o kdmabb.o kdmabt.o kdmatt.o kabsw.o raddw.o uraddw.o rsubw.o ursubw.o mulr64.o mulsr64.o msubr32.o ave.o sra_u.o srai_u.o insb.o maddr32.o add32.o radd32.o uradd32.o kadd32.o ukadd32.o sub32.o rsub32.o ursub32.o ksub32.o uksub32.o cras32.o rcras32.o urcras32.o kcras32.o ukcras32.o crsa32.o rcrsa32.o urcrsa32.o kcrsa32.o ukcrsa32.o stas32.o rstas32.o urstas32.o kstas32.o ukstas32.o stsa32.o rstsa32.o urstsa32.o kstsa32.o ukstsa32.o sra32.o srai32.o sra32_u.o srai32_u.o srl32.o srli32.o srl32_u.o srli32_u.o sll32.o slli32.o ksll32.o kslli32.o kslra32.o kslra32_u.o smin32.o umin32.o smax32.o umax32.o kabs32.o khmbb16.o khmbt16.o khmtt16.o kdmbb16.o kdmbt16.o kdmtt16.o kdmabb16.o kdmabt16.o kdmatt16.o smbt32.o smtt32.o kmabb32.o kmabt32.o kmatt32.o kmda32.o kmxda32.o kmaxda32.o kmads32.o kmadrs32.o kmaxds32.o kmsda32.o kmsxda32.o smds32.o smdrs32.o smxds32.o sraiw_u.o pkbt32.o pktb32.o clz32.o csrrc.o csrrci.o csrrs.o csrrsi.o csrrw.o csrrwi.o dret.o ebreak.o ecall.o mret.o sfence_vma.o sret.o wfi.o sfence_w_inval.o sfence_inval_ir.o sinval_vma.o hinval_vvma.o hinval_gvma.o libsoftfloat.a libfdt.a echo "int _spike_main( int arg ) { return arg; }" > _spike_main.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c _spike_main.cc /usr/bin/ar rcs libspike_main.a _spike_main.o libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -shared -o libcustomext.so dummy_rocc.o cflush.o libsoftfloat.a libdisasm.a libriscv.a libspike_main.a libsoftfloat.a libdisasm.a libriscv.a libspike_main.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex make[1]: Circular libsoftfloat.so <- libsoftfloat.so dependency dropped. /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -shared -o libsoftfloat.so f128_add.o f128_classify.o f128_div.o f128_eq.o f128_eq_signaling.o f128_isSignalingNaN.o f128_le.o f128_le_quiet.o f128_lt.o f128_lt_quiet.o f128_mulAdd.o f128_mul.o f128_rem.o f128_roundToInt.o f128_sqrt.o f128_sub.o f128_to_f16.o f128_to_f32.o f128_to_f64.o f128_to_i32.o f128_to_i32_r_minMag.o f128_to_i64.o f128_to_i64_r_minMag.o f128_to_ui32.o f128_to_ui32_r_minMag.o f128_to_ui64.o f128_to_ui64_r_minMag.o f16_add.o f16_classify.o f16_div.o f16_eq.o f16_eq_signaling.o f16_isSignalingNaN.o f16_le.o f16_le_quiet.o f16_lt.o f16_lt_quiet.o f16_mulAdd.o f16_mul.o f16_rem.o f16_roundToInt.o f16_sqrt.o f16_sub.o f16_to_f128.o f16_to_f32.o f16_to_f64.o f16_to_i8.o f16_to_i16.o f16_to_i32.o f16_to_i32_r_minMag.o f16_to_i64.o f16_to_i64_r_minMag.o f16_to_ui8.o f16_to_ui16.o f16_to_ui32.o f16_to_ui32_r_minMag.o f16_to_ui64.o f16_to_ui64_r_minMag.o f32_add.o f32_classify.o f32_div.o f32_eq.o f32_eq_signaling.o f32_isSignalingNaN.o f32_le.o f32_le_quiet.o f32_lt.o f32_lt_quiet.o f32_mulAdd.o f32_mul.o f32_rem.o f32_roundToInt.o f32_sqrt.o f32_sub.o f32_to_f128.o f32_to_f16.o f32_to_f64.o f32_to_i16.o f32_to_i32.o f32_to_i32_r_minMag.o f32_to_i64.o f32_to_i64_r_minMag.o f32_to_ui16.o f32_to_ui32.o f32_to_ui32_r_minMag.o f32_to_ui64.o f32_to_ui64_r_minMag.o f64_add.o f64_classify.o f64_div.o f64_eq.o f64_eq_signaling.o f64_isSignalingNaN.o f64_le.o f64_le_quiet.o f64_lt.o f64_lt_quiet.o f64_mulAdd.o f64_mul.o f64_rem.o f64_roundToInt.o f64_sqrt.o f64_sub.o f64_to_f128.o f64_to_f16.o f64_to_f32.o f64_to_i32.o f64_to_i32_r_minMag.o f64_to_i64.o f64_to_i64_r_minMag.o f64_to_ui32.o f64_to_ui32_r_minMag.o f64_to_ui64.o f64_to_ui64_r_minMag.o fall_maxmin.o fall_reciprocal.o i32_to_f128.o i32_to_f16.o i32_to_f32.o i32_to_f64.o i64_to_f128.o i64_to_f16.o i64_to_f32.o i64_to_f64.o s_add128.o s_add256M.o s_addCarryM.o s_addComplCarryM.o s_addMagsF128.o s_addMagsF16.o s_addMagsF32.o s_addMagsF64.o s_addM.o s_approxRecip_1Ks.o s_approxRecip32_1.o s_approxRecipSqrt_1Ks.o s_approxRecipSqrt32_1.o s_commonNaNToF32UI.o s_commonNaNToF64UI.o s_compare128M.o s_compare96M.o s_countLeadingZeros16.o s_countLeadingZeros32.o s_countLeadingZeros64.o s_countLeadingZeros8.o s_eq128.o s_f32UIToCommonNaN.o s_f64UIToCommonNaN.o s_le128.o s_lt128.o s_mul128By32.o s_mul128MTo256M.o s_mul128To256M.o s_mul64ByShifted32To128.o s_mul64To128.o s_mul64To128M.o s_mulAddF128.o s_mulAddF16.o s_mulAddF32.o s_mulAddF64.o s_negXM.o s_normRoundPackToF128.o s_normRoundPackToF16.o s_normRoundPackToF32.o s_normRoundPackToF64.o s_normSubnormalF128Sig.o s_normSubnormalF16Sig.o s_normSubnormalF32Sig.o s_normSubnormalF64Sig.o softfloat_raiseFlags.o softfloat_state.o s_propagateNaNF16UI.o s_propagateNaNF32UI.o s_propagateNaNF64UI.o s_propagateNaNF128UI.o s_remStepMBy32.o s_roundMToI64.o s_roundMToUI64.o s_roundPackMToI64.o s_roundPackMToUI64.o s_roundPackToF128.o s_roundPackToF16.o s_roundPackToF32.o s_roundPackToF64.o s_roundPackToI32.o s_roundPackToI64.o s_roundPackToUI32.o s_roundPackToUI64.o s_roundToI32.o s_roundToI64.o s_roundToUI32.o s_roundToUI64.o s_shiftRightJam128.o s_shiftRightJam128Extra.o s_shiftRightJam256M.o s_shiftRightJam32.o s_shiftRightJam64.o s_shiftRightJam64Extra.o s_shortShiftLeft128.o s_shortShiftLeft64To96M.o s_shortShiftRight128.o s_shortShiftRightExtendM.o s_shortShiftRightJam128.o s_shortShiftRightJam128Extra.o s_shortShiftRightJam64.o s_shortShiftRightJam64Extra.o s_shortShiftRightM.o s_sub128.o s_sub1XM.o s_sub256M.o s_subMagsF128.o s_subMagsF16.o s_subMagsF32.o s_subMagsF64.o s_subM.o ui32_to_f128.o ui32_to_f16.o ui32_to_f32.o ui32_to_f64.o ui64_to_f128.o ui64_to_f16.o ui64_to_f32.o ui64_to_f64.o -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./fesvr/elf2hex.cc /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o elf2hex elf2hex.o libfesvr.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_main/spike.cc /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o spike spike.o libspike_main.a libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_main/spike-log-parser.cc /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o spike-log-parser spike-log-parser.o libspike_main.a libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_main/xspike.cc /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o xspike xspike.o libspike_main.a libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_main/termios-xspike.cc /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o termios-xspike termios-xspike.o libspike_main.a libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_dasm/spike-dasm.cc /usr/bin/g++ -MMD -MP -I/nvmedata/autobuild/instance-25/output-1/host/include -DPREFIX=\"/nvmedata/autobuild/instance-25/output-1/host\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC -std=c++11 -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -I. -I. -I./fesvr -I./riscv -I./disasm -I./customext -I./fdt -I./softfloat -I./spike_main -I./spike_dasm -I/nvmedata/autobuild/instance-25/output-1/host/include -c ./spike_dasm/spike_dasm_option_parser.cc /usr/bin/ar rcs libspike_dasm.a spike_dasm_option_parser.o libriscv.a libdisasm.a /usr/bin/g++ -L. -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib64 -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o spike-dasm spike-dasm.o libspike_dasm.a libriscv.a libdisasm.a -lpthread -ldl -lboost_regex -lboost_system -lpthread -lboost_system -lboost_regex make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0' >>> host-riscv-isa-sim 1.1.0 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0' Makefile:349: warning: overriding recipe for target 'disasm.o' Makefile:349: warning: ignoring old recipe for target 'disasm.o' ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/include for file in fesvr/byteorder.h fesvr/elf.h fesvr/elfloader.h fesvr/htif.h fesvr/dtm.h fesvr/memif.h fesvr/syscall.h fesvr/context.h fesvr/htif_pthread.h fesvr/htif_hexwriter.h fesvr/option_parser.h fesvr/term.h fesvr/device.h fesvr/rfb.h fesvr/tsi.h riscv/mmio_plugin.h; \ do \ ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/include/`dirname $file`; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./$file /nvmedata/autobuild/instance-25/output-1/host/include/`dirname $file`; \ done mkdir /nvmedata/autobuild/instance-25/output-1/host/include/fesvr mkdir /nvmedata/autobuild/instance-25/output-1/host/include/riscv ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/include for dir in fesvr ; \ do \ ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/include/$dir; \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 config.h /nvmedata/autobuild/instance-25/output-1/host/include/$dir; \ done make[1]: Circular libcustomext.so <- libcustomext.so dependency dropped. make[1]: Circular libsoftfloat.so <- libsoftfloat.so dependency dropped. ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/lib for file in libfesvr.a libdisasm.a libcustomext.so libsoftfloat.so; \ do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $file /nvmedata/autobuild/instance-25/output-1/host/lib; \ done ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/bin for file in elf2hex spike spike-log-parser xspike termios-xspike spike-dasm; \ do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 755 $file /nvmedata/autobuild/instance-25/output-1/host/bin; \ done ./scripts/mk-install-dirs.sh /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig/ for file in riscv-fesvr.pc riscv-disasm.pc; \ do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 $file /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig/; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-riscv-isa-sim-1.1.0' >>> rpcbind 1.2.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.rpcbind-1.2.6.tar.bz2.sEhwrI/output' 'http://downloads.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2' --2022-06-07 00:53:34-- http://downloads.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cfhcable.dl.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 [following] --2022-06-07 00:53:34-- http://cfhcable.dl.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 124590 (122K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.rpcbind-1.2.6.tar.bz2.sEhwrI/output' 0K .......... .......... .......... .......... .......... 41% 508K 0s 50K .......... .......... .......... .......... .......... 82% 983K 0s 100K .......... .......... . 100% 96.8M=0.1s 2022-06-07 00:53:35 (814 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.rpcbind-1.2.6.tar.bz2.sEhwrI/output' saved [124590/124590] rpcbind-1.2.6.tar.bz2: OK (sha256: 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de) >>> rpcbind 1.2.6 Extracting bzcat /nvmedata/autobuild/instance-25/dl/rpcbind/rpcbind-1.2.6.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6 -xf - >>> rpcbind 1.2.6 Patching Applying 0001-Remove-yellow-pages-support.patch using patch: patching file src/security.c >>> rpcbind 1.2.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rpcbind 1.2.6 Patching libtool >>> rpcbind 1.2.6 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 `/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config --cflags libtirpc`" CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared --with-rpcuser=root --with-systemdsystemunitdir=no ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc... none checking pkg-config is at least version 0.9.0... yes checking for TIRPC... yes checking pkg-config is at least version 0.9.0... yes checking for library containing pthread_create... none required checking how to run the C preprocessor... /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking nss.h usability... no checking nss.h presence... no checking for nss.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating systemd/rpcbind.service config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> rpcbind 1.2.6 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcinfo.o src/rpcinfo.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -o rpcinfo src/rpcinfo.o -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/check_bound.o src/check_bound.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/pmap_svc.o src/pmap_svc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcb_stat.o src/rpcb_stat.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcb_svc.o src/rpcb_svc.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcb_svc_4.o src/rpcb_svc_4.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcb_svc_com.o src/rpcb_svc_com.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/rpcbind.o src/rpcbind.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/security.o src/security.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/util.o src/util.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/warmstart.o src/warmstart.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -c -o src/xlog.o src/xlog.c /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/tirpc -o rpcbind src/check_bound.o src/pmap_svc.o src/rpcb_stat.o src/rpcb_svc.o src/rpcb_svc_4.o src/rpcb_svc_com.o src/rpcbind.o src/security.o src/util.o src/warmstart.o src/xlog.o -L/nvmedata/autobuild/instance-25/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -ltirpc make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' >>> rpcbind 1.2.6 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-25/output-1/target install -C /nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rpcinfo '/nvmedata/autobuild/instance-25/output-1/target/usr/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c rpcbind '/nvmedata/autobuild/instance-25/output-1/target/usr/sbin' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 man/rpcbind.8 man/rpcinfo.8 '/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rpcbind-1.2.6' /usr/bin/install -m 0755 -D package/rpcbind/S30rpcbind /nvmedata/autobuild/instance-25/output-1/target/etc/init.d/S30rpcbind >>> rsh-redone 85 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.rsh-redone_85.orig.tar.gz.D2Ij2L/output' 'http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85.orig.tar.gz' URL transformed to HTTPS due to an HSTS policy --2022-06-07 00:53:42-- https://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85.orig.tar.gz Resolving snapshot.debian.org (snapshot.debian.org)... 185.17.185.185, 193.62.202.27, 2001:630:206:4000:1a1a:0:c13e:ca1b, ... Connecting to snapshot.debian.org (snapshot.debian.org)|185.17.185.185|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 17668 (17K) Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.rsh-redone_85.orig.tar.gz.D2Ij2L/output' 0K .......... ....... 100% 2.01M=0.008s 2022-06-07 00:53:43 (2.01 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.rsh-redone_85.orig.tar.gz.D2Ij2L/output' saved [17668/17668] rsh-redone_85.orig.tar.gz: OK (sha256: 55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811) >>> rsh-redone 85 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/rsh-redone/rsh-redone_85.orig.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/rsh-redone-85 -xf - >>> rsh-redone 85 Patching >>> rsh-redone 85 Configuring >>> rsh-redone 85 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf" STRIP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip" OBJCOPY="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-25/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/rsh-redone-85 BIN="" SBIN="" make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rsh-redone-85' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rsh-redone-85' >>> rsh-redone 85 Installing to target >>> rt-tests 2.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.rt-tests-2.3.tar.xz.yzswTO/output' 'https://cdn.kernel.org/pub/linux/utils/rt-tests/rt-tests-2.3.tar.xz' --2022-06-07 00:53:44-- https://cdn.kernel.org/pub/linux/utils/rt-tests/rt-tests-2.3.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 115000 (112K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.rt-tests-2.3.tar.xz.yzswTO/output' 0K .......... .......... .......... .......... .......... 44% 13.3M 0s 50K .......... .......... .......... .......... .......... 89% 17.2M 0s 100K .......... .. 100% 97.6M=0.007s 2022-06-07 00:53:44 (16.5 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.rt-tests-2.3.tar.xz.yzswTO/output' saved [115000/115000] rt-tests-2.3.tar.xz: OK (sha256: b5e7959bcb5c703b2743030751af975ea4e04962e29fc1118f4b605987585735) >>> rt-tests 2.3 Extracting /nvmedata/autobuild/instance-25/output-1/host/bin/xzcat /nvmedata/autobuild/instance-25/dl/rt-tests/rt-tests-2.3.tar.xz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3 -xf - >>> rt-tests 2.3 Patching Applying 0001-Fix-a-build-issue-with-uClibc-ng.patch using patch: patching file src/cyclictest/cyclictest.c Hunk #1 succeeded at 53 with fuzz 1 (offset -5 lines). Applying 0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch using patch: patching file Makefile >>> rt-tests 2.3 Configuring >>> rt-tests 2.3 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3 CC="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " prefix=/usr make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3' /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/cyclictest/cyclictest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/cyclictest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/lib/rt-error.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-error.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/lib/rt-get_cpu.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-get_cpu.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/lib/rt-sched.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-sched.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/lib/rt-utils.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-utils.o ar rcs bld/librttest.a bld/rt-error.o bld/rt-get_cpu.o bld/rt-sched.o bld/rt-utils.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/lib/rt-numa.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-numa.o ar rcs bld/librttestnuma.a bld/rt-numa.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o cyclictest bld/cyclictest.o -lrt -lpthread -lrttest -Lbld -lrttestnuma -lnuma /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/hackbench/hackbench.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/hackbench.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o hackbench bld/hackbench.o -lrt -lpthread /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/pi_tests/pip_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/pip_stress.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o pip_stress bld/pip_stress.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/pi_tests/pi_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/pi_stress.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o pi_stress bld/pi_stress.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/pmqtest/pmqtest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/pmqtest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o pmqtest bld/pmqtest.o -lrt -lpthread -lrttest -Lbld -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/ptsematest/ptsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/ptsematest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ptsematest bld/ptsematest.o -lrt -lpthread -lrttest -Lbld -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/rt-migrate-test/rt-migrate-test.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/rt-migrate-test.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o rt-migrate-test bld/rt-migrate-test.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/signaltest/signaltest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/signaltest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o signaltest bld/signaltest.o -lrt -lpthread -lrttest -Lbld -lrttestnuma -lnuma /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/sigwaittest/sigwaittest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/sigwaittest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o sigwaittest bld/sigwaittest.o -lrt -lpthread -lrttest -Lbld -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/svsematest/svsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/svsematest.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o svsematest bld/svsematest.o -lrt -lpthread -lrttest -Lbld -ldl /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/sched_deadline/cyclicdeadline.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/cyclicdeadline.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o cyclicdeadline bld/cyclicdeadline.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/sched_deadline/deadline_test.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/deadline_test.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o deadline_test bld/deadline_test.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/queuelat/queuelat.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/queuelat.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o queuelat bld/queuelat.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/ssdd/ssdd.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/ssdd.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o ssdd bld/ssdd.o -lrt -lpthread -lrttest -Lbld /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D VERSION=2.3 -c src/oslat/oslat.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_GNU_SOURCE -Isrc/include -o bld/oslat.o /nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o oslat bld/oslat.o -lrt -lpthread -lrttest -Lbld -lrttestnuma -lnuma chmod +x src/hwlatdetect/hwlatdetect.py ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect chmod +x src/cyclictest/get_cyclictest_snapshot.py ln -s src/cyclictest/get_cyclictest_snapshot.py get_cyclictest_snapshot make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3' >>> rt-tests 2.3 Installing to target PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3 DESTDIR="/nvmedata/autobuild/instance-25/output-1/target" prefix=/usr PYLIB="" install make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3' mkdir -p "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8" cp src/cyclictest/cyclictest.8 src/pi_tests/pi_stress.8 src/ptsematest/ptsematest.8 src/rt-migrate-test/rt-migrate-test.8 src/sigwaittest/sigwaittest.8 src/svsematest/svsematest.8 src/pmqtest/pmqtest.8 src/hackbench/hackbench.8 src/signaltest/signaltest.8 src/pi_tests/pip_stress.8 src/queuelat/queuelat.8 src/queuelat/determine_maximum_mpps.8 src/sched_deadline/deadline_test.8 src/ssdd/ssdd.8 src/sched_deadline/cyclicdeadline.8 src/oslat/oslat.8 "/nvmedata/autobuild/instance-25/output-1/target/usr/share/man/man8" if test -n "" ; then \ mkdir -p "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" ; \ install -D -m 755 src/hwlatdetect/hwlatdetect.py /nvmedata/autobuild/instance-25/output-1/target/hwlatdetect.py ; \ rm -f "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/hwlatdetect" ; \ ln -s /hwlatdetect.py "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/hwlatdetect" ; \ fi if test -n "" ; then \ mkdir -p "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" ; \ install -D -m 755 src/cyclictest/get_cyclictest_snapshot.py /nvmedata/autobuild/instance-25/output-1/target/get_cyclictest_snapshot.py ; \ rm -f "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/get_cyclictest_snapshot" ; \ ln -s /get_cyclictest_snapshot.py "/nvmedata/autobuild/instance-25/output-1/target/usr/bin/get_cyclictest_snapshot" ; \ fi mkdir -p "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" cp cyclictest hackbench pip_stress pi_stress pmqtest ptsematest rt-migrate-test signaltest sigwaittest svsematest cyclicdeadline deadline_test queuelat ssdd oslat "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" install src/queuelat/determine_maximum_mpps.sh "/nvmedata/autobuild/instance-25/output-1/target/usr/bin" make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/rt-tests-2.3' lzo-2.10.tar.gz: OK (sha1: 4924676a9bae5db58ef129dc1cebce3baa3c4b5d) lzo-2.10.tar.gz: OK (sha256: c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072) >>> host-lzo 2.10 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/lzo/lzo-2.10.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10 -xf - >>> host-lzo 2.10 Patching >>> host-lzo 2.10 Configuring (mkdir -p /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10//buildroot-build && cd /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10//buildroot-build && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 /nvmedata/autobuild/instance-25/output-1/host/bin/cmake /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/ -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_FIND_ROOT_PATH="/nvmedata/autobuild/instance-25/output-1/host" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM="BOTH" -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY="BOTH" -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" -DCMAKE_INSTALL_PREFIX="/nvmedata/autobuild/instance-25/output-1/host" -DCMAKE_C_FLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" -DCMAKE_CXX_FLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" -DCMAKE_EXE_LINKER_FLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" -DCMAKE_SHARED_LINKER_FLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" -DCMAKE_ASM_COMPILER="/usr/bin/as" -DCMAKE_C_COMPILER="/usr/bin/gcc" -DCMAKE_CXX_COMPILER="/usr/bin/g++" -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DENABLE_SHARED=ON -DENABLE_STATIC=OFF ) -- The C compiler identification is GNU 9.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config (found version "1.6.3") -- Looking for assert.h -- Looking for assert.h - found -- Looking for ctype.h -- Looking for ctype.h - found -- Looking for dirent.h -- Looking for dirent.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for float.h -- Looking for float.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for setjmp.h -- Looking for setjmp.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for utime.h -- Looking for utime.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sys/wait.h -- Looking for sys/wait.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of __int16 -- Check size of __int16 - failed -- Check size of __int32 -- Check size of __int32 - failed -- Check size of __int64 -- Check size of __int64 - failed -- Check size of void * -- Check size of void * - done -- Check size of size_t -- Check size of size_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of intptr_t -- Check size of intptr_t - done -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Check size of long double -- Check size of long double - done -- Check size of dev_t -- Check size of dev_t - done -- Check size of fpos_t -- Check size of fpos_t - failed -- Check size of mode_t -- Check size of mode_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of time_t -- Check size of time_t - done -- Looking for access -- Looking for access - found -- Looking for alloca -- Looking for alloca - not found -- Looking for atexit -- Looking for atexit - found -- Looking for atoi -- Looking for atoi - found -- Looking for atol -- Looking for atol - found -- Looking for chmod -- Looking for chmod - found -- Looking for chown -- Looking for chown - found -- Looking for clock_getcpuclockid -- Looking for clock_getcpuclockid - found -- Looking for clock_getres -- Looking for clock_getres - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for ctime -- Looking for ctime - found -- Looking for difftime -- Looking for difftime - found -- Looking for fstat -- Looking for fstat - found -- Looking for getenv -- Looking for getenv - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for gmtime -- Looking for gmtime - found -- Looking for isatty -- Looking for isatty - found -- Looking for localtime -- Looking for localtime - found -- Looking for longjmp -- Looking for longjmp - found -- Looking for lstat -- Looking for lstat - found -- Looking for memcmp -- Looking for memcmp - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for memmove -- Looking for memmove - found -- Looking for memset -- Looking for memset - found -- Looking for mkdir -- Looking for mkdir - found -- Looking for mktime -- Looking for mktime - found -- Looking for mmap -- Looking for mmap - found -- Looking for mprotect -- Looking for mprotect - found -- Looking for munmap -- Looking for munmap - found -- Looking for qsort -- Looking for qsort - found -- Looking for raise -- Looking for raise - found -- Looking for rmdir -- Looking for rmdir - found -- Looking for setjmp -- Looking for setjmp - found -- Looking for signal -- Looking for signal - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strchr -- Looking for strchr - found -- Looking for strdup -- Looking for strdup - found -- Looking for strerror -- Looking for strerror - found -- Looking for strftime -- Looking for strftime - found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for strnicmp -- Looking for strnicmp - not found -- Looking for strrchr -- Looking for strrchr - found -- Looking for strstr -- Looking for strstr - found -- Looking for time -- Looking for time - found -- Looking for umask -- Looking for umask - found -- Looking for utime -- Looking for utime - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- CMAKE_BUILD_TYPE = Release -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTS CMAKE_ASM_COMPILER CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_FIND_ROOT_PATH_MODE_LIBRARY -- Build files have been written to: /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build >>> host-lzo 2.10 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10//buildroot-build make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target lzo_shared_lib make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 1%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1.c.o [ 2%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1_99.c.o [ 3%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1a.c.o [ 4%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1a_99.c.o [ 5%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_1.c.o [ 7%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_2.c.o [ 8%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_3.c.o [ 9%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_4.c.o [ 10%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_5.c.o [ 11%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_6.c.o [ 12%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_7.c.o [ 14%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_8.c.o [ 15%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_9.c.o [ 16%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_99.c.o [ 17%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_9x.c.o [ 18%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_cc.c.o [ 20%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_d1.c.o [ 21%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_d2.c.o [ 22%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_rr.c.o [ 23%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_xx.c.o [ 24%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_1.c.o [ 25%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_2.c.o [ 27%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_3.c.o [ 28%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_4.c.o [ 29%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_5.c.o [ 30%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_6.c.o [ 31%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_7.c.o [ 32%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_8.c.o [ 34%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_9.c.o [ 35%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_99.c.o [ 36%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_9x.c.o [ 37%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_cc.c.o [ 38%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_d1.c.o [ 40%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_d2.c.o [ 41%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_rr.c.o [ 42%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_xx.c.o [ 43%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_1.c.o [ 44%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_9x.c.o [ 45%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_d1.c.o [ 47%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_d2.c.o [ 48%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1.c.o [ 49%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1k.c.o [ 50%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1l.c.o [ 51%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1o.c.o [ 52%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_9x.c.o [ 54%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d1.c.o [ 55%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d2.c.o [ 56%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d3.c.o [ 57%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_o.c.o [ 58%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_1.c.o [ 60%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_9x.c.o [ 61%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d1.c.o [ 62%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d2.c.o [ 63%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d3.c.o [ 64%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_o.c.o [ 65%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_9x.c.o [ 67%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d1.c.o [ 68%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d2.c.o [ 69%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d3.c.o [ 70%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_9x.c.o [ 71%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_d1.c.o [ 72%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_d2.c.o [ 74%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_crc.c.o [ 75%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_init.c.o [ 76%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_ptr.c.o [ 77%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_str.c.o [ 78%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_util.c.o [ 80%] Linking C shared library liblzo2.so make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 80%] Built target lzo_shared_lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target dict make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 81%] Building C object CMakeFiles/dict.dir/examples/dict.c.o [ 82%] Linking C executable dict make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 82%] Built target dict make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target lzopack make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 83%] Building C object CMakeFiles/lzopack.dir/examples/lzopack.c.o [ 84%] Linking C executable lzopack make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 84%] Built target lzopack make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target overlap make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 85%] Building C object CMakeFiles/overlap.dir/examples/overlap.c.o [ 87%] Linking C executable overlap make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 87%] Built target overlap make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target simple make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 88%] Building C object CMakeFiles/simple.dir/examples/simple.c.o In file included from /usr/include/stdio.h:867, from /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/src/lzo_supp.h:737, from /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/portab_a.h:49, from /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/portab.h:62, from /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/simple.c:47: In function 'printf', inlined from 'xmalloc' at /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/portab.h:135:9: /usr/include/x86_64-linux-gnu/bits/stdio2.h:107:10: warning: '%s' directive argument is null [-Wformat-overflow=] 107 | return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'printf', inlined from 'xmalloc' at /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/portab.h:130:9, inlined from 'xmalloc' at /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/examples/portab.h:122:18: /usr/include/x86_64-linux-gnu/bits/stdio2.h:107:10: warning: '%s' directive argument is null [-Wformat-overflow=] 107 | return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 89%] Linking C executable simple make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 89%] Built target simple make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target lzotest make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 90%] Building C object CMakeFiles/lzotest.dir/lzotest/lzotest.c.o [ 91%] Linking C executable lzotest make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 91%] Built target lzotest make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target precomp make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 92%] Building C object CMakeFiles/precomp.dir/examples/precomp.c.o [ 94%] Linking C executable precomp make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 94%] Built target precomp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target precomp2 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 95%] Building C object CMakeFiles/precomp2.dir/examples/precomp2.c.o [ 96%] Linking C executable precomp2 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 96%] Built target precomp2 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Scanning dependencies of target testmini make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 97%] Building C object CMakeFiles/testmini.dir/minilzo/testmini.c.o [ 98%] Building C object CMakeFiles/testmini.dir/minilzo/minilzo.c.o [100%] Linking C executable testmini make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [100%] Built target testmini make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' >>> host-lzo 2.10 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10//buildroot-build make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 80%] Built target lzo_shared_lib make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 82%] Built target dict make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 84%] Built target lzopack make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 87%] Built target overlap make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 89%] Built target simple make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 91%] Built target lzotest make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 94%] Built target precomp make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [ 96%] Built target precomp2 make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' [100%] Built target testmini make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/AUTHORS -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/COPYING -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/NEWS -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/THANKS -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/LZO.FAQ -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/LZO.TXT -- Installing: /nvmedata/autobuild/instance-25/output-1/host/share/doc/lzo/LZOAPI.TXT -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1a.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1b.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1c.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1f.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1x.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1y.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo1z.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo2a.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzo_asm.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzoconf.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzodefs.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/include/lzo/lzoutil.h -- Installing: /nvmedata/autobuild/instance-25/output-1/host/lib/liblzo2.so.2.0.0 -- Installing: /nvmedata/autobuild/instance-25/output-1/host/lib/liblzo2.so.2 -- Installing: /nvmedata/autobuild/instance-25/output-1/host/lib/liblzo2.so -- Installing: /nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/lzopack -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/lzopack" to "/nvmedata/autobuild/instance-25/output-1/host/lib" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/lzotest -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/lzotest" to "/nvmedata/autobuild/instance-25/output-1/host/lib" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/simple -- Set runtime path of "/nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/simple" to "/nvmedata/autobuild/instance-25/output-1/host/lib" -- Installing: /nvmedata/autobuild/instance-25/output-1/host/libexec/lzo/examples/testmini -- Installing: /nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig/lzo2.pc make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzo-2.10/buildroot-build' >>> host-lzop 1.03 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.lzop-1.03.tar.gz.BI6JdZ/output' 'http://www.lzop.org/download/lzop-1.03.tar.gz' --2022-06-07 00:54:30-- http://www.lzop.org/download/lzop-1.03.tar.gz Resolving www.lzop.org (www.lzop.org)... 193.170.194.40 Connecting to www.lzop.org (www.lzop.org)|193.170.194.40|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 370775 (362K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.lzop-1.03.tar.gz.BI6JdZ/output' 0K .......... .......... .......... .......... .......... 13% 172K 2s 50K .......... .......... .......... .......... .......... 27% 350K 1s 100K .......... .......... .......... .......... .......... 41% 23.6M 1s 150K .......... .......... .......... .......... .......... 55% 351K 0s 200K .......... .......... .......... .......... .......... 69% 51.8M 0s 250K .......... .......... .......... .......... .......... 82% 68.0M 0s 300K .......... .......... .......... .......... .......... 96% 18.5M 0s 350K .......... .. 100% 206M=0.6s 2022-06-07 00:54:31 (623 KB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.lzop-1.03.tar.gz.BI6JdZ/output' saved [370775/370775] lzop-1.03.tar.gz: OK (sha256: c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9) >>> host-lzop 1.03 Extracting gzip -d -c /nvmedata/autobuild/instance-25/dl/lzop/lzop-1.03.tar.gz | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03 -xf - >>> host-lzop 1.03 Patching Applying 0001-build-with-gcc6.patch using patch: patching file src/miniacc.h Applying 0002-use-static-inlines-as-the-external-inline-definition.patch using patch: patching file src/miniacc.h Hunk #1 succeeded at 2877 (offset -3 lines). Hunk #2 succeeded at 2886 (offset -3 lines). Hunk #3 succeeded at 2911 (offset -3 lines). Hunk #4 succeeded at 2920 (offset -3 lines). Hunk #5 succeeded at 3300 (offset -3 lines). Hunk #6 succeeded at 3309 (offset -3 lines). Hunk #7 succeeded at 3334 (offset -3 lines). Hunk #8 succeeded at 3343 (offset -3 lines). >>> host-lzop 1.03 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-lzop 1.03 Patching libtool patching file /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/autoconf/ltmain.sh >>> host-lzop 1.03 Configuring (cd /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls configure: Configuring lzop 1.03 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp checking whether the C preprocessor needs special flags... none needed checking for an ANSI C-conforming const... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking whether time.h and sys/time.h may both be included... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking whether limits.h is sane... yes checking lzo/lzoconf.h usability... yes checking lzo/lzoconf.h presence... yes checking for lzo/lzoconf.h... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking for version information in lzo/lzoconf.h...... v2 checking for __lzo_init_v2 in -llzo2... yes checking for lzo1x_decompress_asm_fast in -llzo2... no checking for _lzo1x_decompress_asm_fast in -llzo2... no checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dos.h usability... no checking dos.h presence... no checking for dos.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking share.h usability... no checking share.h presence... no checking for share.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking for off_t... yes checking for ptrdiff_t... yes checking for size_t... yes checking return type of signal handlers... void checking for nanoseconds member of struct stat.st_mtim... tv_nsec checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of __int16... 0 checking size of __int32... 0 checking size of __int64... 0 checking size of void *... 8 checking size of size_t... 8 checking size of ptrdiff_t... 8 checking size of __int32... (cached) 0 checking size of intmax_t... 8 checking size of uintmax_t... 8 checking size of intptr_t... 8 checking size of uintptr_t... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 16 checking size of dev_t... 8 checking size of fpos_t... 16 checking size of mode_t... 4 checking size of off_t... 8 checking size of ssize_t... 8 checking size of time_t... 8 checking for access... yes checking for alloca... no checking for atexit... yes checking for atoi... yes checking for atol... yes checking for chmod... yes checking for chown... yes checking for clock_getcpuclockid... yes checking for clock_getres... yes checking for clock_gettime... yes checking for ctime... yes checking for difftime... yes checking for fstat... yes checking for getenv... yes checking for getpagesize... yes checking for getrusage... yes checking for gettimeofday... yes checking for gmtime... yes checking for isatty... yes checking for localtime... yes checking for longjmp... yes checking for lstat... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for mktime... yes checking for mmap... yes checking for mprotect... yes checking for munmap... yes checking for qsort... yes checking for raise... yes checking for rmdir... yes checking for setjmp... yes checking for signal... yes checking for snprintf... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for stricmp... no checking for strncasecmp... yes checking for strnicmp... no checking for strrchr... yes checking for strstr... yes checking for time... yes checking for umask... yes checking for utime... yes checking for vsnprintf... yes checking whether your compiler passes the ACC conformance test... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls lzop configuration summary -------------------------- lzop version : 1.03 configured for host : x86_64-pc-linux-gnu source code location : . compiler : /usr/bin/gcc preprocessor flags : -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H compiler flags : -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include linker flags : -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib link libraries : -llzo2 lzop 1.03 configured. Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. lzop and the LZO library are free software; you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Markus F.X.J. Oberhumer http://www.oberhumer.com/opensource/lzop/ Type `make' to build lzop. Type `make install' to install lzop. After installing lzop, please read the accompanied documentation. >>> host-lzop 1.03 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' \ # source='lzop.c' object='lzop.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c lzop.c \ # source='compress.c' object='compress.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c compress.c \ # source='filter.c' object='filter.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c filter.c \ # source='help.c' object='help.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c help.c \ # source='mblock.c' object='mblock.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c mblock.c \ # source='p_lzo.c' object='p_lzo.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c p_lzo.c \ # source='util.c' object='util.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c util.c \ # source='c_init.c' object='c_init.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_init.c \ # source='c_none.c' object='c_none.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_none.c \ # source='c_ansim.c' object='c_ansim.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_ansim.c \ # source='c_ansic.c' object='c_ansic.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_ansic.c \ # source='c_screen.c' object='c_screen.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c c_screen.c \ # source='s_object.c' object='s_object.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c s_object.c \ # source='s_curses.c' object='s_curses.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c s_curses.c \ # source='s_djgpp2.c' object='s_djgpp2.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c s_djgpp2.c \ # source='s_vcsa.c' object='s_vcsa.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c s_vcsa.c \ # source='frames.c' object='frames.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c frames.c \ # source='djgpp2.c' object='djgpp2.o' libtool=no /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-25/output-1/host/include -DLZOP_HAVE_CONFIG_H -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c djgpp2.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o lzop lzop.o compress.o filter.o help.o mblock.o p_lzo.o util.o c_init.o c_none.o c_ansim.o c_ansic.o c_screen.o s_object.o s_curses.o s_djgpp2.o s_vcsa.o frames.o djgpp2.o -llzo2 make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' >>> host-lzop 1.03 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' test -z "/nvmedata/autobuild/instance-25/output-1/host/bin" || /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p "/nvmedata/autobuild/instance-25/output-1/host/bin" /nvmedata/autobuild/instance-25/output-1/host/bin/install -c lzop '/nvmedata/autobuild/instance-25/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/src' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[4]: Nothing to be done for 'install-exec-am'. test -z "/nvmedata/autobuild/instance-25/output-1/host/share/man/man1" || /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p "/nvmedata/autobuild/instance-25/output-1/host/share/man/man1" /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 lzop.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' make[4]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-lzop-1.03' >>> host-make 4.2.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.make-4.2.1.tar.bz2.wC9fxy/output' 'http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2' --2022-06-07 00:54:51-- http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2 Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200 Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://gnu.mirror.constant.com/make/make-4.2.1.tar.bz2 [following] --2022-06-07 00:54:51-- http://gnu.mirror.constant.com/make/make-4.2.1.tar.bz2 Resolving gnu.mirror.constant.com (gnu.mirror.constant.com)... 108.61.5.83, 2001:19f0:1595:1403::1096 Connecting to gnu.mirror.constant.com (gnu.mirror.constant.com)|108.61.5.83|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1407126 (1.3M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-25/output-1/build/.make-4.2.1.tar.bz2.wC9fxy/output' 0K .......... .......... .......... .......... .......... 3% 477K 3s 50K .......... .......... .......... .......... .......... 7% 1.05M 2s 100K .......... .......... .......... .......... .......... 10% 1.76M 1s 150K .......... .......... .......... .......... .......... 14% 1.92M 1s 200K .......... .......... .......... .......... .......... 18% 3.31M 1s 250K .......... .......... .......... .......... .......... 21% 3.82M 1s 300K .......... .......... .......... .......... .......... 25% 4.31M 1s 350K .......... .......... .......... .......... .......... 29% 4.02M 1s 400K .......... .......... .......... .......... .......... 32% 6.32M 1s 450K .......... .......... .......... .......... .......... 36% 3.85M 0s 500K .......... .......... .......... .......... .......... 40% 24.3M 0s 550K .......... .......... .......... .......... .......... 43% 7.09M 0s 600K .......... .......... .......... .......... .......... 47% 6.95M 0s 650K .......... .......... .......... .......... .......... 50% 11.7M 0s 700K .......... .......... .......... .......... .......... 54% 10.7M 0s 750K .......... .......... .......... .......... .......... 58% 10.0M 0s 800K .......... .......... .......... .......... .......... 61% 10.7M 0s 850K .......... .......... .......... .......... .......... 65% 11.1M 0s 900K .......... .......... .......... .......... .......... 69% 14.9M 0s 950K .......... .......... .......... .......... .......... 72% 12.2M 0s 1000K .......... .......... .......... .......... .......... 76% 13.2M 0s 1050K .......... .......... .......... .......... .......... 80% 14.7M 0s 1100K .......... .......... .......... .......... .......... 83% 14.9M 0s 1150K .......... .......... .......... .......... .......... 87% 15.9M 0s 1200K .......... .......... .......... .......... .......... 90% 14.5M 0s 1250K .......... .......... .......... .......... .......... 94% 12.4M 0s 1300K .......... .......... .......... .......... .......... 98% 31.6M 0s 1350K .......... .......... .... 100% 19.6M=0.3s 2022-06-07 00:54:51 (3.89 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.make-4.2.1.tar.bz2.wC9fxy/output' saved [1407126/1407126] make-4.2.1.tar.bz2: OK (md5: 15b012617e7c44c0ed482721629577ac) make-4.2.1.tar.bz2: OK (sha256: d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589) >>> host-make 4.2.1 Extracting bzcat /nvmedata/autobuild/instance-25/dl/make/make-4.2.1.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1 -xf - >>> host-make 4.2.1 Patching Applying 0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch using patch: patching file configure.ac Hunk #1 succeeded at 399 (offset -5 lines). Applying 0001-glob-Do-not-assume-glibc-glob-internals.patch using patch: patching file dir.c >>> host-make 4.2.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-make 4.2.1 Configuring >>> host-make 4.2.1 Autoreconfiguring configure.ac:49: warning: The macro `AC_AIX' is obsolete. configure.ac:49: You should run autoupdate. ./lib/autoconf/specific.m4:540: AC_AIX is expanded from... configure.ac:49: the top level configure.ac:50: warning: The macro `AC_ISC_POSIX' is obsolete. configure.ac:50: You should run autoupdate. ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from... configure.ac:50: the top level configure.ac:51: warning: The macro `AC_MINIX' is obsolete. configure.ac:51: You should run autoupdate. ./lib/autoconf/specific.m4:545: AC_MINIX is expanded from... configure.ac:51: the top level configure.ac:66: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:66: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:66: the top level configure.ac:69: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:69: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:69: the top level configure.ac:76: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:76: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:76: the top level configure.ac:86: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:86: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:105: AC_STRUCT_ST_MTIM_NSEC is expanded from... configure.ac:86: the top level configure.ac:149: warning: The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete. Remove it and all references to SETVBUF_REVERSED. ./lib/autoconf/functions.m4:1766: AC_FUNC_SETVBUF_REVERSED is expanded from... configure.ac:149: the top level configure.ac:249: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:249: warning: The macro `AC_FD_MSG' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:400: AC_FD_MSG is expanded from... acinclude.m4:38: CF_NETLIBS is expanded from... lib/m4sugar/m4sh.m4:594: AS_CASE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:274: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:274: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:274: the top level configure.ac:280: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:280: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:280: the top level configure.ac:319: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:319: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:319: the top level >>> host-make 4.2.1 Patching libtool (cd /nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-25/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-25/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-25/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-25/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-guile --program-prefix=host- ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop checking for a BSD-compatible install... /nvmedata/autobuild/instance-25/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) none checking for ranlib... /usr/bin/ranlib checking how to run the C preprocessor... /usr/bin/cpp checking for ar... /usr/bin/ar checking for perl... /usr/bin/perl checking the archiver (/usr/bin/ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for library containing strerror... none required checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-25/output-1/host/bin/msgfmt checking for xgettext... /nvmedata/autobuild/instance-25/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-25/output-1/host/bin/msgmerge checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for library containing getpwnam... none required checking for egrep... (cached) /bin/grep -E checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for stdlib.h... (cached) yes checking for locale.h... yes checking for unistd.h... (cached) yes checking for limits.h... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... yes checking for sys/select.h... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking whether to use high resolution file timestamps... yes checking for library containing clock_gettime... none required checking whether system uses MSDOS-style paths... no checking for standard gettimeofday... yes checking for strdup... yes checking for strndup... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for fileno... yes checking for dup... yes checking for dup2... yes checking for getcwd... yes checking for realpath... yes checking for sigsetmask... yes checking for sigaction... yes checking for getgroups... yes checking for seteuid... yes checking for setegid... yes checking for setlinebuf... yes checking for setreuid... yes checking for setregid... yes checking for getrlimit... yes checking for setrlimit... yes checking for setvbuf... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for lstat... yes checking for readlink... yes checking for atexit... yes checking for isatty... yes checking for ttyname... yes checking for pselect... yes checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether bsd_signal is declared... no checking for fork... yes checking for vfork... yes checking for setlocale... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcmpi... no checking for strncmpi... no checking for stricmp... no checking for strnicmp... no checking for working strcoll... yes checking for working alloca.h... yes checking for alloca... yes checking whether closedir returns void... no checking pkg-config is at least version 0.9.0... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking whether sys_siglist is declared... yes checking whether _sys_siglist is declared... yes checking whether __sys_siglist is declared... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for SA_RESTART... yes checking whether dlopen is declared... yes checking whether dlsym is declared... yes checking whether dlerror is declared... yes checking for library containing dlopen... -ldl checking If the linker accepts -Wl,--export-dynamic... yes checking for location of SCCS get command... get checking if system libc has GNU glob... yes checking if malloc debugging is wanted... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating glob/Makefile config.status: creating po/Makefile.in config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating w32/Makefile config.status: creating tests/config-flags.pm config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop config.status: creating build.sh >>> host-make 4.2.1 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' Making all in glob make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' Making all in config make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/po' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o ar.o ar.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o arscan.o arscan.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o commands.o commands.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o default.o default.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o dir.o dir.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o expand.o expand.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o file.o file.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o function.o function.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o getopt.o getopt.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o getopt1.o getopt1.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o guile.o guile.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o implicit.o implicit.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o job.o job.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o load.o load.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o loadapi.o loadapi.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o main.o main.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o misc.o misc.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o posixos.o posixos.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o output.o output.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o read.o read.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o remake.o remake.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o rule.o rule.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o signame.o signame.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o strcache.o strcache.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o variable.o variable.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o version.o version.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o vpath.o vpath.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o hash.o hash.c /usr/bin/gcc -DLOCALEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/share/locale\" -DLIBDIR=\"/nvmedata/autobuild/instance-25/output-1/host/lib\" -DINCLUDEDIR=\"/nvmedata/autobuild/instance-25/output-1/host/include\" -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-25/output-1/host/include -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -c -o remote-stub.o remote-stub.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -Wl,--export-dynamic -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o guile.o implicit.o job.o load.o loadapi.o main.o misc.o posixos.o output.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o -ldl make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' >>> host-make 4.2.1 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' Making install in glob make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/glob' Making install in config make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/config' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/po' if test "make" = "gettext-tools"; then \ /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-25/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/po' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/info' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 ./make.info ./make.info-1 ./make.info-2 '/nvmedata/autobuild/instance-25/output-1/host/share/info' install-info --info-dir='/nvmedata/autobuild/instance-25/output-1/host/share/info' '/nvmedata/autobuild/instance-25/output-1/host/share/info/make.info' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' make[3]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/bin' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c make '/nvmedata/autobuild/instance-25/output-1/host/bin/./host-make' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/include' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 gnumake.h '/nvmedata/autobuild/instance-25/output-1/host/include' /nvmedata/autobuild/instance-25/output-1/host/bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /nvmedata/autobuild/instance-25/output-1/host/bin/install -c -m 644 'make.1' '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1/host-make.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-make-4.2.1' >>> host-uboot-tools 2021.07 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-25/output-1/build/.u-boot-2021.07.tar.bz2.DmnCQ8/output' 'ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2' --2022-06-07 00:55:21-- ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2 => '/nvmedata/autobuild/instance-25/output-1/build/.u-boot-2021.07.tar.bz2.DmnCQ8/output' Resolving ftp.denx.de (ftp.denx.de)... 85.214.49.3, 2a01:238:43f4:4600:bc64:4f44:381f:1163 Connecting to ftp.denx.de (ftp.denx.de)|85.214.49.3|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/u-boot ... done. ==> SIZE u-boot-2021.07.tar.bz2 ... 17275746 ==> PASV ... done. ==> RETR u-boot-2021.07.tar.bz2 ... done. Length: 17275746 (16M) (unauthoritative) 0K .......... .......... .......... .......... .......... 0% 183K 92s 50K .......... .......... .......... .......... .......... 0% 371K 69s 100K .......... .......... .......... .......... .......... 0% 11.9M 46s 150K .......... .......... .......... .......... .......... 1% 379K 45s 200K .......... .......... .......... .......... .......... 1% 195M 36s 250K .......... .......... .......... .......... .......... 1% 173M 30s 300K .......... .......... .......... .......... .......... 2% 31.9M 26s 350K .......... .......... .......... .......... .......... 2% 376K 28s 400K .......... .......... .......... .......... .......... 2% 90.3M 25s 450K .......... .......... .......... .......... .......... 2% 102M 22s 500K .......... .......... .......... .......... .......... 3% 77.3M 20s 550K .......... .......... .......... .......... .......... 3% 95.6M 18s 600K .......... .......... .......... .......... .......... 3% 92.5M 17s 650K .......... .......... .......... .......... .......... 4% 94.5M 16s 700K .......... .......... .......... .......... .......... 4% 110M 15s 750K .......... .......... .......... .......... .......... 4% 378K 16s 800K .......... .......... .......... .......... .......... 5% 209M 15s 850K .......... .......... .......... .......... .......... 5% 104M 14s 900K .......... .......... .......... .......... .......... 5% 74.0M 14s 950K .......... .......... .......... .......... .......... 5% 14.0M 13s 1000K .......... .......... .......... .......... .......... 6% 135M 12s 1050K .......... .......... .......... .......... .......... 6% 166M 12s 1100K .......... .......... .......... .......... .......... 6% 161M 11s 1150K .......... .......... .......... .......... .......... 7% 202M 11s 1200K .......... .......... .......... .......... .......... 7% 170M 10s 1250K .......... .......... .......... .......... .......... 7% 178M 10s 1300K .......... .......... .......... .......... .......... 8% 142M 9s 1350K .......... .......... .......... .......... .......... 8% 190M 9s 1400K .......... .......... .......... .......... .......... 8% 209M 9s 1450K .......... .......... .......... .......... .......... 8% 218M 8s 1500K .......... .......... .......... .......... .......... 9% 392K 9s 1550K .......... .......... .......... .......... .......... 9% 152M 9s 1600K .......... .......... .......... .......... .......... 9% 186M 9s 1650K .......... .......... .......... .......... .......... 10% 70.6M 8s 1700K .......... .......... .......... .......... .......... 10% 97.2M 8s 1750K .......... .......... .......... .......... .......... 10% 156M 8s 1800K .......... .......... .......... .......... .......... 10% 63.0M 8s 1850K .......... .......... .......... .......... .......... 11% 159M 8s 1900K .......... .......... .......... .......... .......... 11% 131M 7s 1950K .......... .......... .......... .......... .......... 11% 118M 7s 2000K .......... .......... .......... .......... .......... 12% 67.2M 7s 2050K .......... .......... .......... .......... .......... 12% 153M 7s 2100K .......... .......... .......... .......... .......... 12% 149M 7s 2150K .......... .......... .......... .......... .......... 13% 66.5M 6s 2200K .......... .......... .......... .......... .......... 13% 223M 6s 2250K .......... .......... .......... .......... .......... 13% 95.7M 6s 2300K .......... .......... .......... .......... .......... 13% 114M 6s 2350K .......... .......... .......... .......... .......... 14% 95.4M 6s 2400K .......... .......... .......... .......... .......... 14% 46.0M 6s 2450K .......... .......... .......... .......... .......... 14% 174M 6s 2500K .......... .......... .......... .......... .......... 15% 190M 5s 2550K .......... .......... .......... .......... .......... 15% 152M 5s 2600K .......... .......... .......... .......... .......... 15% 176M 5s 2650K .......... .......... .......... .......... .......... 16% 91.6M 5s 2700K .......... .......... .......... .......... .......... 16% 133M 5s 2750K .......... .......... .......... .......... .......... 16% 90.9M 5s 2800K .......... .......... .......... .......... .......... 16% 115M 5s 2850K .......... .......... .......... .......... .......... 17% 52.6M 5s 2900K .......... .......... .......... .......... .......... 17% 185M 5s 2950K .......... .......... .......... .......... .......... 17% 172M 4s 3000K .......... .......... .......... .......... .......... 18% 180M 4s 3050K .......... .......... .......... .......... .......... 18% 71.6M 4s 3100K .......... .......... .......... .......... .......... 18% 410K 5s 3150K .......... .......... .......... .......... .......... 18% 160M 5s 3200K .......... .......... .......... .......... .......... 19% 197M 5s 3250K .......... .......... .......... .......... .......... 19% 179M 4s 3300K .......... .......... .......... .......... .......... 19% 108M 4s 3350K .......... .......... .......... .......... .......... 20% 118M 4s 3400K .......... .......... .......... .......... .......... 20% 96.7M 4s 3450K .......... .......... .......... .......... .......... 20% 117M 4s 3500K .......... .......... .......... .......... .......... 21% 49.4M 4s 3550K .......... .......... .......... .......... .......... 21% 202M 4s 3600K .......... .......... .......... .......... .......... 21% 185M 4s 3650K .......... .......... .......... .......... .......... 21% 52.0M 4s 3700K .......... .......... .......... .......... .......... 22% 212M 4s 3750K .......... .......... .......... .......... .......... 22% 199M 4s 3800K .......... .......... .......... .......... .......... 22% 109M 4s 3850K .......... .......... .......... .......... .......... 23% 150M 4s 3900K .......... .......... .......... .......... .......... 23% 78.4M 4s 3950K .......... .......... .......... .......... .......... 23% 152M 4s 4000K .......... .......... .......... .......... .......... 24% 120M 3s 4050K .......... .......... .......... .......... .......... 24% 56.7M 3s 4100K .......... .......... .......... .......... .......... 24% 162M 3s 4150K .......... .......... .......... .......... .......... 24% 160M 3s 4200K .......... .......... .......... .......... .......... 25% 141M 3s 4250K .......... .......... .......... .......... .......... 25% 23.0M 3s 4300K .......... .......... .......... .......... .......... 25% 5.51M 3s 4350K .......... .......... .......... .......... .......... 26% 180M 3s 4400K .......... .......... .......... .......... .......... 26% 53.8M 3s 4450K .......... .......... .......... .......... .......... 26% 205M 3s 4500K .......... .......... .......... .......... .......... 26% 167M 3s 4550K .......... .......... .......... .......... .......... 27% 29.2M 3s 4600K .......... .......... .......... .......... .......... 27% 165M 3s 4650K .......... .......... .......... .......... .......... 27% 158M 3s 4700K .......... .......... .......... .......... .......... 28% 132M 3s 4750K .......... .......... .......... .......... .......... 28% 187M 3s 4800K .......... .......... .......... .......... .......... 28% 191M 3s 4850K .......... .......... .......... .......... .......... 29% 150M 3s 4900K .......... .......... .......... .......... .......... 29% 149M 3s 4950K .......... .......... .......... .......... .......... 29% 205M 3s 5000K .......... .......... .......... .......... .......... 29% 87.1M 3s 5050K .......... .......... .......... .......... .......... 30% 82.2M 3s 5100K .......... .......... .......... .......... .......... 30% 195M 3s 5150K .......... .......... .......... .......... .......... 30% 55.3M 3s 5200K .......... .......... .......... .......... .......... 31% 161M 2s 5250K .......... .......... .......... .......... .......... 31% 187M 2s 5300K .......... .......... .......... .......... .......... 31% 70.1M 2s 5350K .......... .......... .......... .......... .......... 32% 167M 2s 5400K .......... .......... .......... .......... .......... 32% 211M 2s 5450K .......... .......... .......... .......... .......... 32% 60.8M 2s 5500K .......... .......... .......... .......... .......... 32% 216M 2s 5550K .......... .......... .......... .......... .......... 33% 68.8M 2s 5600K .......... .......... .......... .......... .......... 33% 198M 2s 5650K .......... .......... .......... .......... .......... 33% 55.6M 2s 5700K .......... .......... .......... .......... .......... 34% 186M 2s 5750K .......... .......... .......... .......... .......... 34% 208M 2s 5800K .......... .......... .......... .......... .......... 34% 204M 2s 5850K .......... .......... .......... .......... .......... 34% 487K 2s 5900K .......... .......... .......... .......... .......... 35% 171M 2s 5950K .......... .......... .......... .......... .......... 35% 194M 2s 6000K .......... .......... .......... .......... .......... 35% 174M 2s 6050K .......... .......... .......... .......... .......... 36% 90.0M 2s 6100K .......... .......... .......... .......... .......... 36% 206M 2s 6150K .......... .......... .......... .......... .......... 36% 129M 2s 6200K .......... .......... .......... .......... .......... 37% 61.2M 2s 6250K .......... .......... .......... .......... .......... 37% 182M 2s 6300K .......... .......... .......... .......... .......... 37% 97.2M 2s 6350K .......... .......... .......... .......... .......... 37% 168M 2s 6400K .......... .......... .......... .......... .......... 38% 36.4M 2s 6450K .......... .......... .......... .......... .......... 38% 151M 2s 6500K .......... .......... .......... .......... .......... 38% 178M 2s 6550K .......... .......... .......... .......... .......... 39% 122M 2s 6600K .......... .......... .......... .......... .......... 39% 167M 2s 6650K .......... .......... .......... .......... .......... 39% 154M 2s 6700K .......... .......... .......... .......... .......... 40% 160M 2s 6750K .......... .......... .......... .......... .......... 40% 40.3M 2s 6800K .......... .......... .......... .......... .......... 40% 190M 2s 6850K .......... .......... .......... .......... .......... 40% 164M 2s 6900K .......... .......... .......... .......... .......... 41% 142M 2s 6950K .......... .......... .......... .......... .......... 41% 208M 2s 7000K .......... .......... .......... .......... .......... 41% 53.8M 2s 7050K .......... .......... .......... .......... .......... 42% 4.95M 2s 7100K .......... .......... .......... .......... .......... 42% 142M 2s 7150K .......... .......... .......... .......... .......... 42% 85.3M 2s 7200K .......... .......... .......... .......... .......... 42% 48.8M 2s 7250K .......... .......... .......... .......... .......... 43% 161M 2s 7300K .......... .......... .......... .......... .......... 43% 177M 2s 7350K .......... .......... .......... .......... .......... 43% 177M 2s 7400K .......... .......... .......... .......... .......... 44% 62.6M 2s 7450K .......... .......... .......... .......... .......... 44% 167M 2s 7500K .......... .......... .......... .......... .......... 44% 98.2M 2s 7550K .......... .......... .......... .......... .......... 45% 76.1M 2s 7600K .......... .......... .......... .......... .......... 45% 180M 2s 7650K .......... .......... .......... .......... .......... 45% 113M 1s 7700K .......... .......... .......... .......... .......... 45% 14.7M 1s 7750K .......... .......... .......... .......... .......... 46% 166M 1s 7800K .......... .......... .......... .......... .......... 46% 236M 1s 7850K .......... .......... .......... .......... .......... 46% 199M 1s 7900K .......... .......... .......... .......... .......... 47% 207M 1s 7950K .......... .......... .......... .......... .......... 47% 167M 1s 8000K .......... .......... .......... .......... .......... 47% 180M 1s 8050K .......... .......... .......... .......... .......... 48% 198M 1s 8100K .......... .......... .......... .......... .......... 48% 187M 1s 8150K .......... .......... .......... .......... .......... 48% 179M 1s 8200K .......... .......... .......... .......... .......... 48% 207M 1s 8250K .......... .......... .......... .......... .......... 49% 191M 1s 8300K .......... .......... .......... .......... .......... 49% 203M 1s 8350K .......... .......... .......... .......... .......... 49% 170M 1s 8400K .......... .......... .......... .......... .......... 50% 197M 1s 8450K .......... .......... .......... .......... .......... 50% 167M 1s 8500K .......... .......... .......... .......... .......... 50% 51.9M 1s 8550K .......... .......... .......... .......... .......... 50% 172M 1s 8600K .......... .......... .......... .......... .......... 51% 487K 1s 8650K .......... .......... .......... .......... .......... 51% 128M 1s 8700K .......... .......... .......... .......... .......... 51% 162M 1s 8750K .......... .......... .......... .......... .......... 52% 178M 1s 8800K .......... .......... .......... .......... .......... 52% 201M 1s 8850K .......... .......... .......... .......... .......... 52% 177M 1s 8900K .......... .......... .......... .......... .......... 53% 172M 1s 8950K .......... .......... .......... .......... .......... 53% 34.6M 1s 9000K .......... .......... .......... .......... .......... 53% 186M 1s 9050K .......... .......... .......... .......... .......... 53% 211M 1s 9100K .......... .......... .......... .......... .......... 54% 112M 1s 9150K .......... .......... .......... .......... .......... 54% 182M 1s 9200K .......... .......... .......... .......... .......... 54% 195M 1s 9250K .......... .......... .......... .......... .......... 55% 73.5M 1s 9300K .......... .......... .......... .......... .......... 55% 161M 1s 9350K .......... .......... .......... .......... .......... 55% 51.5M 1s 9400K .......... .......... .......... .......... .......... 56% 196M 1s 9450K .......... .......... .......... .......... .......... 56% 192M 1s 9500K .......... .......... .......... .......... .......... 56% 198M 1s 9550K .......... .......... .......... .......... .......... 56% 110M 1s 9600K .......... .......... .......... .......... .......... 57% 30.6M 1s 9650K .......... .......... .......... .......... .......... 57% 167M 1s 9700K .......... .......... .......... .......... .......... 57% 175M 1s 9750K .......... .......... .......... .......... .......... 58% 199M 1s 9800K .......... .......... .......... .......... .......... 58% 180M 1s 9850K .......... .......... .......... .......... .......... 58% 5.39M 1s 9900K .......... .......... .......... .......... .......... 58% 179M 1s 9950K .......... .......... .......... .......... .......... 59% 61.8M 1s 10000K .......... .......... .......... .......... .......... 59% 166M 1s 10050K .......... .......... .......... .......... .......... 59% 61.4M 1s 10100K .......... .......... .......... .......... .......... 60% 170M 1s 10150K .......... .......... .......... .......... .......... 60% 28.3M 1s 10200K .......... .......... .......... .......... .......... 60% 196M 1s 10250K .......... .......... .......... .......... .......... 61% 47.2M 1s 10300K .......... .......... .......... .......... .......... 61% 159M 1s 10350K .......... .......... .......... .......... .......... 61% 190M 1s 10400K .......... .......... .......... .......... .......... 61% 169M 1s 10450K .......... .......... .......... .......... .......... 62% 166M 1s 10500K .......... .......... .......... .......... .......... 62% 23.6M 1s 10550K .......... .......... .......... .......... .......... 62% 88.7M 1s 10600K .......... .......... .......... .......... .......... 63% 89.5M 1s 10650K .......... .......... .......... .......... .......... 63% 129M 1s 10700K .......... .......... .......... .......... .......... 63% 68.6M 1s 10750K .......... .......... .......... .......... .......... 64% 194M 1s 10800K .......... .......... .......... .......... .......... 64% 82.0M 1s 10850K .......... .......... .......... .......... .......... 64% 157M 1s 10900K .......... .......... .......... .......... .......... 64% 95.1M 1s 10950K .......... .......... .......... .......... .......... 65% 156M 1s 11000K .......... .......... .......... .......... .......... 65% 88.0M 1s 11050K .......... .......... .......... .......... .......... 65% 88.9M 1s 11100K .......... .......... .......... .......... .......... 66% 137M 1s 11150K .......... .......... .......... .......... .......... 66% 99.8M 1s 11200K .......... .......... .......... .......... .......... 66% 147M 1s 11250K .......... .......... .......... .......... .......... 66% 95.2M 1s 11300K .......... .......... .......... .......... .......... 67% 47.6M 1s 11350K .......... .......... .......... .......... .......... 67% 500K 1s 11400K .......... .......... .......... .......... .......... 67% 179M 1s 11450K .......... .......... .......... .......... .......... 68% 178M 1s 11500K .......... .......... .......... .......... .......... 68% 191M 1s 11550K .......... .......... .......... .......... .......... 68% 38.8M 1s 11600K .......... .......... .......... .......... .......... 69% 175M 1s 11650K .......... .......... .......... .......... .......... 69% 221M 1s 11700K .......... .......... .......... .......... .......... 69% 195M 1s 11750K .......... .......... .......... .......... .......... 69% 141M 1s 11800K .......... .......... .......... .......... .......... 70% 10.5M 1s 11850K .......... .......... .......... .......... .......... 70% 155M 1s 11900K .......... .......... .......... .......... .......... 70% 157M 1s 11950K .......... .......... .......... .......... .......... 71% 194M 1s 12000K .......... .......... .......... .......... .......... 71% 107M 1s 12050K .......... .......... .......... .......... .......... 71% 156M 1s 12100K .......... .......... .......... .......... .......... 72% 168M 1s 12150K .......... .......... .......... .......... .......... 72% 148M 1s 12200K .......... .......... .......... .......... .......... 72% 176M 1s 12250K .......... .......... .......... .......... .......... 72% 187M 1s 12300K .......... .......... .......... .......... .......... 73% 152M 1s 12350K .......... .......... .......... .......... .......... 73% 191M 1s 12400K .......... .......... .......... .......... .......... 73% 177M 1s 12450K .......... .......... .......... .......... .......... 74% 190M 1s 12500K .......... .......... .......... .......... .......... 74% 150M 1s 12550K .......... .......... .......... .......... .......... 74% 177M 1s 12600K .......... .......... .......... .......... .......... 74% 6.40M 1s 12650K .......... .......... .......... .......... .......... 75% 187M 0s 12700K .......... .......... .......... .......... .......... 75% 200M 0s 12750K .......... .......... .......... .......... .......... 75% 177M 0s 12800K .......... .......... .......... .......... .......... 76% 161M 0s 12850K .......... .......... .......... .......... .......... 76% 163M 0s 12900K .......... .......... .......... .......... .......... 76% 216M 0s 12950K .......... .......... .......... .......... .......... 77% 11.9M 0s 13000K .......... .......... .......... .......... .......... 77% 205M 0s 13050K .......... .......... .......... .......... .......... 77% 216M 0s 13100K .......... .......... .......... .......... .......... 77% 194M 0s 13150K .......... .......... .......... .......... .......... 78% 218M 0s 13200K .......... .......... .......... .......... .......... 78% 37.5M 0s 13250K .......... .......... .......... .......... .......... 78% 22.2M 0s 13300K .......... .......... .......... .......... .......... 79% 200M 0s 13350K .......... .......... .......... .......... .......... 79% 211M 0s 13400K .......... .......... .......... .......... .......... 79% 157M 0s 13450K .......... .......... .......... .......... .......... 80% 202M 0s 13500K .......... .......... .......... .......... .......... 80% 188M 0s 13550K .......... .......... .......... .......... .......... 80% 213M 0s 13600K .......... .......... .......... .......... .......... 80% 161M 0s 13650K .......... .......... .......... .......... .......... 81% 197M 0s 13700K .......... .......... .......... .......... .......... 81% 208M 0s 13750K .......... .......... .......... .......... .......... 81% 13.0M 0s 13800K .......... .......... .......... .......... .......... 82% 146M 0s 13850K .......... .......... .......... .......... .......... 82% 159M 0s 13900K .......... .......... .......... .......... .......... 82% 197M 0s 13950K .......... .......... .......... .......... .......... 82% 224M 0s 14000K .......... .......... .......... .......... .......... 83% 203M 0s 14050K .......... .......... .......... .......... .......... 83% 218M 0s 14100K .......... .......... .......... .......... .......... 83% 201M 0s 14150K .......... .......... .......... .......... .......... 84% 512K 0s 14200K .......... .......... .......... .......... .......... 84% 145M 0s 14250K .......... .......... .......... .......... .......... 84% 83.8M 0s 14300K .......... .......... .......... .......... .......... 85% 29.2M 0s 14350K .......... .......... .......... .......... .......... 85% 195M 0s 14400K .......... .......... .......... .......... .......... 85% 202M 0s 14450K .......... .......... .......... .......... .......... 85% 197M 0s 14500K .......... .......... .......... .......... .......... 86% 64.2M 0s 14550K .......... .......... .......... .......... .......... 86% 164M 0s 14600K .......... .......... .......... .......... .......... 86% 14.7M 0s 14650K .......... .......... .......... .......... .......... 87% 97.7M 0s 14700K .......... .......... .......... .......... .......... 87% 50.0M 0s 14750K .......... .......... .......... .......... .......... 87% 179M 0s 14800K .......... .......... .......... .......... .......... 88% 177M 0s 14850K .......... .......... .......... .......... .......... 88% 61.1M 0s 14900K .......... .......... .......... .......... .......... 88% 208M 0s 14950K .......... .......... .......... .......... .......... 88% 88.2M 0s 15000K .......... .......... .......... .......... .......... 89% 202M 0s 15050K .......... .......... .......... .......... .......... 89% 66.9M 0s 15100K .......... .......... .......... .......... .......... 89% 207M 0s 15150K .......... .......... .......... .......... .......... 90% 116M 0s 15200K .......... .......... .......... .......... .......... 90% 46.3M 0s 15250K .......... .......... .......... .......... .......... 90% 171M 0s 15300K .......... .......... .......... .......... .......... 90% 161M 0s 15350K .......... .......... .......... .......... .......... 91% 170M 0s 15400K .......... .......... .......... .......... .......... 91% 9.42M 0s 15450K .......... .......... .......... .......... .......... 91% 43.4M 0s 15500K .......... .......... .......... .......... .......... 92% 216M 0s 15550K .......... .......... .......... .......... .......... 92% 201M 0s 15600K .......... .......... .......... .......... .......... 92% 196M 0s 15650K .......... .......... .......... .......... .......... 93% 175M 0s 15700K .......... .......... .......... .......... .......... 93% 160M 0s 15750K .......... .......... .......... .......... .......... 93% 13.6M 0s 15800K .......... .......... .......... .......... .......... 93% 93.5M 0s 15850K .......... .......... .......... .......... .......... 94% 107M 0s 15900K .......... .......... .......... .......... .......... 94% 135M 0s 15950K .......... .......... .......... .......... .......... 94% 15.1M 0s 16000K .......... .......... .......... .......... .......... 95% 145M 0s 16050K .......... .......... .......... .......... .......... 95% 188M 0s 16100K .......... .......... .......... .......... .......... 95% 174M 0s 16150K .......... .......... .......... .......... .......... 96% 185M 0s 16200K .......... .......... .......... .......... .......... 96% 150M 0s 16250K .......... .......... .......... .......... .......... 96% 163M 0s 16300K .......... .......... .......... .......... .......... 96% 171M 0s 16350K .......... .......... .......... .......... .......... 97% 130M 0s 16400K .......... .......... .......... .......... .......... 97% 60.7M 0s 16450K .......... .......... .......... .......... .......... 97% 198M 0s 16500K .......... .......... .......... .......... .......... 98% 84.6M 0s 16550K .......... .......... .......... .......... .......... 98% 26.1M 0s 16600K .......... .......... .......... .......... .......... 98% 176M 0s 16650K .......... .......... .......... .......... .......... 98% 159M 0s 16700K .......... .......... .......... .......... .......... 99% 30.4M 0s 16750K .......... .......... .......... .......... .......... 99% 187M 0s 16800K .......... .......... .......... .......... .......... 99% 222M 0s 16850K .......... .......... 100% 224M=1.7s 2022-06-07 00:55:24 (9.86 MB/s) - '/nvmedata/autobuild/instance-25/output-1/build/.u-boot-2021.07.tar.bz2.DmnCQ8/output' saved [17275746] u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /nvmedata/autobuild/instance-25/dl/uboot-tools/u-boot-2021.07.tar.bz2 | /nvmedata/autobuild/instance-25/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07 -xf - >>> host-uboot-tools 2021.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 511 (offset 25 lines). Applying 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch using patch: patching file tools/Makefile Hunk #1 succeeded at 310 (offset -6 lines). >>> host-uboot-tools 2021.07 Configuring mkdir -p /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/config touch /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/generated touch /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/asm touch /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /nvmedata/autobuild/instance-25/output-1/host/bin/host-make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-25/output-1/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only host-make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o HOSTCC tools/sunxi_egon.o WRAP tools/lib/crc16.c HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_ro.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule host-make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/tools/mkimage /nvmedata/autobuild/instance-25/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /nvmedata/autobuild/instance-25/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /nvmedata/autobuild/instance-25/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-25/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /nvmedata/autobuild/instance-25/output-1/host/bin/dumpimage make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'ppc64_defconfig' # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' Using /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/.config as base # # merged configuration written to /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/.config (needs make) # make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' # # No change to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_MODULES=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_KERNEL_LZO=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_GZIP is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_LZ4 is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_LZMA is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_XZ is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_ZSTD is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_CPU_BIG_ENDIAN=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config if grep -q "^CONFIG_DEBUG_INFO_BTF=y" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config; then echo "To use CONFIG_DEBUG_INFO_BTF, enable host-pahole (BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE)" 1>&2; exit 1; fi /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_PPC_DISABLE_WERROR=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config # As the kernel gets compiled before root filesystems are # built, we create a fake cpio file. It'll be # replaced later by the real cpio archive, and the kernel will be # rebuilt using the linux-rebuild-with-initramfs target. /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_DEVTMPFS=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_DEVTMPFS_MOUNT=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NET=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NET=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_AUDIT=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_IP_NF_IPTABLES=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_IP_NF_FILTER=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NETFILTER=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NETFILTER_XTABLES=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_AUDIT=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_SECURITY=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_SECURITY_APPARMOR=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_DEFAULT_SECURITY_APPARMOR=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_AUDIT=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_DEFAULT_SECURITY_SELINUX=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_INET=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NET=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_SECURITY=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_SECURITY_NETWORK=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_SECURITY_SELINUX=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_LSM="selinux"' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_EROFS_FS_XATTR=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_EROFS_FS_SECURITY=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NETFILTER_ADVANCED=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NF_CONNTRACK=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NF_CONNTRACK_MARK=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo 'CONFIG_NF_NAT=y' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' .config:4525:warning: override: DEFAULT_SECURITY_APPARMOR changes choice state .config:4527:warning: override: DEFAULT_SECURITY_SELINUX changes choice state # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' >>> linux 5.17.13 Configuring >>> linux 5.17.13 Building /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13//.config PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/nvmedata/autobuild/instance-25/output-1/images KCFLAGS=-Wno-attribute-alias /usr/bin/make -j1 HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-25/output-1/host/include -L/nvmedata/autobuild/instance-25/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-25/output-1/host/lib" ARCH=powerpc INSTALL_MOD_PATH=/nvmedata/autobuild/instance-25/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-25/output-1/host/bin/powerpc-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-25/output-1/host/sbin/depmod INSTALL_MOD_STRIP=1 -C /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13 all make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf SYSHDR arch/powerpc/include/generated/uapi/asm/unistd_32.h SYSHDR arch/powerpc/include/generated/uapi/asm/unistd_64.h SYSTBL arch/powerpc/include/generated/asm/syscall_table_32.h SYSTBL arch/powerpc/include/generated/asm/syscall_table_64.h SYSTBL arch/powerpc/include/generated/asm/syscall_table_spu.h HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o LEX scripts/dtc/dtc-lexer.lex.c YACC scripts/dtc/dtc-parser.tab.[ch] HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/dtc HOSTCC scripts/dtc/libfdt/fdt.o HOSTCC scripts/dtc/libfdt/fdt_ro.o HOSTCC scripts/dtc/libfdt/fdt_wip.o HOSTCC scripts/dtc/libfdt/fdt_sw.o HOSTCC scripts/dtc/libfdt/fdt_rw.o HOSTCC scripts/dtc/libfdt/fdt_strerror.o HOSTCC scripts/dtc/libfdt/fdt_empty_tree.o HOSTCC scripts/dtc/libfdt/fdt_addresses.o HOSTCC scripts/dtc/libfdt/fdt_overlay.o HOSTCC scripts/dtc/fdtoverlay.o HOSTLD scripts/dtc/fdtoverlay HOSTCC scripts/genksyms/genksyms.o YACC scripts/genksyms/parse.tab.[ch] HOSTCC scripts/genksyms/parse.tab.o LEX scripts/genksyms/lex.lex.c HOSTCC scripts/genksyms/lex.lex.o HOSTLD scripts/genksyms/genksyms HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/bin2c HOSTCC scripts/kallsyms HOSTCC scripts/recordmcount HOSTCC scripts/sorttable HOSTCC scripts/asn1_compiler WRAP arch/powerpc/include/generated/uapi/asm/param.h WRAP arch/powerpc/include/generated/uapi/asm/poll.h WRAP arch/powerpc/include/generated/uapi/asm/resource.h WRAP arch/powerpc/include/generated/uapi/asm/siginfo.h WRAP arch/powerpc/include/generated/uapi/asm/sockios.h WRAP arch/powerpc/include/generated/uapi/asm/statfs.h WRAP arch/powerpc/include/generated/asm/export.h WRAP arch/powerpc/include/generated/asm/kvm_types.h WRAP arch/powerpc/include/generated/asm/mcs_spinlock.h WRAP arch/powerpc/include/generated/asm/qrwlock.h WRAP arch/powerpc/include/generated/asm/vtime.h WRAP arch/powerpc/include/generated/asm/early_ioremap.h WRAP arch/powerpc/include/generated/asm/div64.h WRAP arch/powerpc/include/generated/asm/dma-mapping.h WRAP arch/powerpc/include/generated/asm/irq_regs.h WRAP arch/powerpc/include/generated/asm/kmap_size.h WRAP arch/powerpc/include/generated/asm/local64.h WRAP arch/powerpc/include/generated/asm/msi.h WRAP arch/powerpc/include/generated/asm/preempt.h WRAP arch/powerpc/include/generated/asm/rwonce.h WRAP arch/powerpc/include/generated/asm/simd.h WRAP arch/powerpc/include/generated/asm/softirq_stack.h WRAP arch/powerpc/include/generated/asm/unaligned.h UPD include/config/kernel.release UPD include/generated/uapi/linux/version.h UPD include/generated/utsrelease.h CC scripts/mod/empty.o cc1: error: ‘-m64’ not supported in this configuration make[2]: *** [scripts/Makefile.build:288: scripts/mod/empty.o] Error 1 make[1]: *** [Makefile:1190: prepare0] Error 2 make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-25/output-1/build/linux-5.17.13/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-25/buildroot'